Interface DataPickerChildInfo

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

@Scriptable public interface DataPickerChildInfo extends DataRangeChildControlInfo
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the GUID of control.
    Get the GUID of data picker.

    Methods inherited from interface de.uplanet.lucy.server.rtcache.CommonControlInfo

    getAppGuid, getBinding, getColumnPosition, getControlName, getControlType, getDataGroupGuid, getFieldGuid, getFieldType, getGuid, getLanguages, getProperties, getSysIdent, isActionControl, isEditControl, shouldOrgStructEncode, shouldPipeEncode, supportsLanguage

    Methods inherited from interface de.uplanet.lucy.server.rtcache.DataRangeChildControlInfo

    getDataGroupAppGuid, getDataRangeGuid, isDistinct, isHidden, isMatch, isSameKey

    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 Details

    • getControlGuid

      String getControlGuid()
      Get the GUID of control.
      Returns:
      The control GUID.
    • getDataPickerGuid

      String getDataPickerGuid()
      Get the GUID of data picker.
      Returns:
      The data picker GUID.