Package de.uplanet.lucy.server.rtcache
Interface ControlInfo
-
- 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
@Scriptable public interface ControlInfo extends de.uplanet.lucy.server.rtcache.CommonControlInfo, de.uplanet.lucy.server.rtcache.IRtInfo, de.uplanet.lucy.server.rtcache.ILanguageConstantRemoved Methods on major Release 9
- DEFAULT_TYPE getDefaultType()
- String getDefault()
- CONTROL_TYPE getReferredControlType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StringgetFieldGuid()de.uplanet.lucy.types.UP_TYPEgetFieldType()Deprecated.Get type over the binding.StringgetFormGuid()StringgetPageGuid()Gets GUID of page.booleanisInHiddenGroup()booleanisReadOnly()Determine, if control is read only.booleanisVisibleInDOM()-
Methods inherited from interface de.uplanet.lucy.server.rtcache.CommonControlInfo
getAppGuid, getBinding, getColumnPosition, getControlName, getControlType, getDataGroupGuid, getGuid, getLanguages, getProperties, getSysIdent, isActionControl, isEditControl, shouldOrgStructEncode, shouldPipeEncode, supportsLanguage
-
-
-
-
Method Detail
-
getPageGuid
String getPageGuid()
Gets GUID of page.- Returns:
- The page GUID.
-
getFieldGuid
String getFieldGuid()
- Specified by:
getFieldGuidin interfacede.uplanet.lucy.server.rtcache.CommonControlInfo
-
isReadOnly
boolean isReadOnly()
Determine, if control is read only.- Returns:
true, if control is read only, elsefalse.
-
getFieldType
@Deprecated de.uplanet.lucy.types.UP_TYPE getFieldType()
Deprecated.Get type over the binding.- Specified by:
getFieldTypein interfacede.uplanet.lucy.server.rtcache.CommonControlInfo
-
getFormGuid
String getFormGuid()
- Returns:
- Returns the form GUID.
-
isInHiddenGroup
boolean isInHiddenGroup()
- Returns:
- Control in the hidden group
-
isVisibleInDOM
boolean isVisibleInDOM()
- Returns:
- Control visible in the DOM (HTML) structure. (Only significant if isInHiddenGroup() == true)
-
-