Package de.uplanet.lucy.server.rtcache
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getControlGuid()
Get the GUID of control.String
getDataPickerGuid()
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
-
-