Package de.uplanet.lucy.server.rtcache
Interface DataRangeChildControlInfo
-
- 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
,de.uplanet.lucy.server.businesslogic.util.IServerDataRangeChildControl
- All Known Subinterfaces:
DataPickerChildInfo
@Scriptable public interface DataRangeChildControlInfo extends de.uplanet.lucy.server.rtcache.CommonControlInfo, de.uplanet.lucy.server.rtcache.ILanguageConstant, de.uplanet.lucy.server.businesslogic.util.IServerDataRangeChildControl
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDataGroupAppGuid()
Gets the application GUID.String
getDataRangeGuid()
Get the data range GUID.boolean
isDistinct()
Returns value of distinct.boolean
isHidden()
boolean
isMatch()
boolean
isSameKey(String p_strKey)
-
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
-
-
-
-
Method Detail
-
isDistinct
boolean isDistinct()
Returns value of distinct.- Returns:
true
orfalse
.
-
getDataRangeGuid
String getDataRangeGuid()
Get the data range GUID.- Returns:
- The GUID.
-
isMatch
boolean isMatch()
-
getDataGroupAppGuid
String getDataGroupAppGuid()
Gets the application GUID.- Returns:
- The application GUID.
-
isSameKey
boolean isSameKey(String p_strKey)
- Parameters:
p_strKey
- The key to check (Normally the control name, for generic tables the key is the field GUID)- Returns:
- Should return
true
if the given key represent the current control info.
-
isHidden
boolean isHidden()
- Specified by:
isHidden
in interfacede.uplanet.lucy.server.businesslogic.util.IServerDataRangeChildControl
- Returns:
true
if the control is hidden orfalse
if not.
-
-