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.ILanguageConstant
Removed Methods on major Release 9
- DEFAULT_TYPE getDefaultType()
- String getDefault()
- CONTROL_TYPE getReferredControlType()
-
Method Summary
Modifier and TypeMethodDescriptionde.uplanet.lucy.types.UP_TYPEDeprecated.Get type over the binding.Gets GUID of page.booleanbooleanDetermine, if control is read only.booleanMethods inherited from interface de.uplanet.lucy.server.rtcache.CommonControlInfo
getAppGuid, getBinding, getColumnPosition, getControlName, getControlType, getDataGroupGuid, getFieldGuid, getGuid, getLanguages, getProperties, getSysIdent, isActionControl, isEditControl, shouldOrgStructEncode, shouldPipeEncode, supportsLanguageMethods inherited from interface de.uplanet.lucy.server.rtcache.ILanguageConstant
getLanguageConstantAppGuid, getLanguageConstantName, getLanguageConstantType, hasLanguageConstantMethods inherited from interface de.uplanet.lucy.server.util.ILanguageConstantOrTitle
getTitlesMethods inherited from interface de.uplanet.lucy.server.rtcache.IRtInfoWithTitle
getDefaultTitle, getTitle, getTitles
-
Method Details
-
getPageGuid
String getPageGuid()Gets GUID of page.- Returns:
- The page GUID.
-
isReadOnly
boolean isReadOnly()Determine, if control is read only.- Returns:
true, if control is read only, elsefalse.
-
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)
-