@Scriptable
public interface DataRangeChildControlInfo
extends de.uplanet.lucy.server.rtcache.CommonControlInfo, de.uplanet.lucy.server.rtcache.IRtInfo
Modifier and Type | Method and Description |
---|---|
int |
getColumnPosition()
The column position
|
String |
getDataGroupAppGuid()
Gets the application GUID.
|
String |
getDataRangeGuid()
Get the data range GUID.
|
String |
getSortOrder()
Returns sort order.
|
int |
getSortPos()
Returns sort position.
|
boolean |
isDistinct()
Returns value of distinct.
|
boolean |
isGroupBy()
Returns value of groupBy.
|
boolean |
isHidden() |
boolean |
isMatch() |
boolean |
isSameKey(String p_strKey) |
getAppGuid, getControlName, getControlType, getDataGroupGuid, getDefaultTitle, getFieldGuid, getFieldType, getGuid, getLanguages, getProperties, getSysIdent, getTitle, getTitles, isActionControl, isEditControl, shouldOrgStructEncode, shouldPipeEncode, supportsLanguage
int getColumnPosition()
boolean isDistinct()
true
or false
.String getDataRangeGuid()
boolean isGroupBy()
true
or false
.String getSortOrder()
int getSortPos()
boolean isMatch()
String getDataGroupAppGuid()
boolean isSameKey(String p_strKey)
p_strKey
- The key to check (Normally the control name, for generic tables the key is the field GUID)true
if the given key represent the current control info.boolean isHidden()
true
if the control is hidden or false
if not.