Interface IDataBoundControl

    • Method Detail

      • getDataId

        java.lang.String getDataId()
                            throws PortalException
        Returns the fieldId of the source that the data bound control is associated to
        Returns:
        Throws:
        PortalException
      • getFieldName

        java.lang.String getFieldName()
                               throws PortalException
        Returns the field name that the data control is associated to. If the control has a fieldName attribute specified, that value is translated and returned. If not, the field name is taken from the source definition.
        Returns:
        Throws:
        PortalException