Interface ControlInfo

  • All Superinterfaces:
    de.uplanet.lucy.server.rtcache.CommonControlInfo, de.uplanet.lucy.server.rtcache.ILanguageConstant, de.uplanet.lucy.server.util.ILanguageConstantOrTitle, de.uplanet.lucy.server.rtcache.IRtInfo, de.uplanet.lucy.server.rtcache.IRtInfoWithTitle

    @Scriptable
    public interface ControlInfo
    extends de.uplanet.lucy.server.rtcache.CommonControlInfo, de.uplanet.lucy.server.rtcache.IRtInfo, de.uplanet.lucy.server.rtcache.ILanguageConstant

    Removed Methods on major Release 9

    • DEFAULT_TYPE getDefaultType()
    • String getDefault()
    • CONTROL_TYPE getReferredControlType()

    Information about controls.
    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      String getFieldGuid()  
      de.uplanet.lucy.types.UP_TYPE getFieldType()
      Deprecated.
      Get type over the binding.
      String getFormGuid()  
      String getPageGuid()
      Gets GUID of page.
      boolean isInHiddenGroup()  
      boolean isReadOnly()
      Determine, if control is read only.
      boolean isVisibleInDOM()  
      • Methods inherited from interface de.uplanet.lucy.server.rtcache.CommonControlInfo

        getAppGuid, getBinding, getColumnPosition, getControlName, getControlType, getDataGroupGuid, getGuid, getLanguages, getProperties, getSysIdent, isActionControl, isEditControl, shouldOrgStructEncode, shouldPipeEncode, supportsLanguage
      • Methods inherited from interface de.uplanet.lucy.server.rtcache.ILanguageConstant

        getLanguageConstantAppGuid, getLanguageConstantName, getLanguageConstantType, hasLanguageConstant
      • Methods inherited from interface de.uplanet.lucy.server.util.ILanguageConstantOrTitle

        getTitles
      • Methods inherited from interface de.uplanet.lucy.server.rtcache.IRtInfoWithTitle

        getDefaultTitle, getTitle, getTitles
    • Method Detail

      • getPageGuid

        String getPageGuid()
        Gets GUID of page.
        Returns:
        The page GUID.
      • getFieldGuid

        String getFieldGuid()
        Specified by:
        getFieldGuid in interface de.uplanet.lucy.server.rtcache.CommonControlInfo
      • isReadOnly

        boolean isReadOnly()
        Determine, if control is read only.
        Returns:
        true, if control is read only, else false.
      • getFieldType

        @Deprecated
        de.uplanet.lucy.types.UP_TYPE getFieldType()
        Deprecated.
        Get type over the binding.
        Specified by:
        getFieldType in interface de.uplanet.lucy.server.rtcache.CommonControlInfo
      • getFormGuid

        String getFormGuid()
        Returns:
        Returns the form GUID.
      • isInHiddenGroup

        boolean isInHiddenGroup()
        Returns:
        Control in the hidden group
      • isVisibleInDOM

        boolean isVisibleInDOM()
        Returns:
        Control visible in the DOM (HTML) structure. (Only significant if isInHiddenGroup() == true)