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 StringgetDataGroupAppGuid()Gets the application GUID.StringgetDataRangeGuid()Get the data range GUID.booleanisDistinct()Returns value of distinct.booleanisHidden()booleanisMatch()booleanisSameKey(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:
trueorfalse.
-
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
trueif the given key represent the current control info.
-
isHidden
boolean isHidden()
- Specified by:
isHiddenin interfacede.uplanet.lucy.server.businesslogic.util.IServerDataRangeChildControl- Returns:
trueif the control is hidden orfalseif not.
-
-