Package de.uplanet.lucy.server.rtcache
Schnittstelle DataRangeControlInfo
- Alle Superschnittstellen:
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 DataRangeControlInfo
extends de.uplanet.lucy.server.rtcache.IRtInfo, de.uplanet.lucy.server.rtcache.IRtInfoWithTitle, de.uplanet.lucy.server.util.ILanguageConstantOrTitle
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungde.uplanet.lucy.server.businesslogic.rtdata.jdbc.filter.IFilterElementGets the application GUID.Gets the child controls of data range control (ordered by the column position).de.uplanet.lucy.types.CONTAINER_TYPEGets the type of the container.Get the control name.de.uplanet.lucy.constants.DR_FLAGGets the data range flag.de.uplanet.lucy.server.businesslogic.handler.IHandlerItemGets the filter guid.de.uplanet.lucy.server.businesslogic.rtdata.jdbc.filter.IFilterElementGet the XML filter.getGuid()Gets the data range control GUID.Get the languages that are supported by this controlGet the GUID of the main data group.intGet the max text property.intgetPage()Get the page.Gets the page GUID.intGet the page size.Get the GUID of the main read container.de.uplanet.lucy.server.property.DataRangeControlPropertyCollectionGet the sysident.booleanbooleanbooleanbooleanbooleansupportsLanguage(String p_strLang) Determines, if given language is supported.Von Schnittstelle geerbte Methoden de.uplanet.lucy.server.rtcache.ILanguageConstant
getLanguageConstantAppGuid, getLanguageConstantName, getLanguageConstantType, hasLanguageConstantVon Schnittstelle geerbte Methoden de.uplanet.lucy.server.util.ILanguageConstantOrTitle
getTitlesVon Schnittstelle geerbte Methoden de.uplanet.lucy.server.rtcache.IRtInfoWithTitle
getDefaultTitle, getTitle, getTitles
-
Methodendetails
-
getAppGuid
String getAppGuid()Gets the application GUID.- Gibt zurück:
- The application GUID.
-
getGuid
String getGuid()Gets the data range control GUID.- Gibt zurück:
- The data range control GUID.
-
getDatarangeFlag
de.uplanet.lucy.constants.DR_FLAG getDatarangeFlag()Gets the data range flag.- Gibt zurück:
- The data range flag.
-
getPageGuid
String getPageGuid()Gets the page GUID.- Gibt zurück:
- The page GUID.
-
getExternalAppGuid
String getExternalAppGuid()- Gibt zurück:
- The GUID of the external application, if applicable.
-
getControlName
String getControlName()Get the control name.- Gibt zurück:
- The control name.
-
getMaxText
int getMaxText()Get the max text property.- Gibt zurück:
- The max text property.
-
getPageSize
int getPageSize()Get the page size.- Gibt zurück:
- The page size.
-
getPage
int getPage()Get the page.- Gibt zurück:
- The page.
-
getFilterGuid
String getFilterGuid()Gets the filter guid.- Gibt zurück:
- the appFilterGuid
-
getFilterObject
de.uplanet.lucy.server.businesslogic.rtdata.jdbc.filter.IFilterElement getFilterObject()Get the XML filter.- Gibt zurück:
- The XML filter.
-
getContainerType
de.uplanet.lucy.types.CONTAINER_TYPE getContainerType()Gets the type of the container.- Gibt zurück:
CONTAINER_TYPE
-
getSysIdent
String getSysIdent()Get the sysident.- Gibt zurück:
- The sysident.
-
isSelectParentKey
boolean isSelectParentKey() -
getMainDataGroupGuid
String getMainDataGroupGuid()Get the GUID of the main data group.- Gibt zurück:
- The GUID of the main data group.
-
getParentDependentContainerGuid
String getParentDependentContainerGuid()Get the GUID of the main read container.- Gibt zurück:
- The GUID of the main read container (could be
null).
-
getChildControls
List<DataRangeChildControlInfo> getChildControls()Gets the child controls of data range control (ordered by the column position).- Gibt zurück:
- The child controls of data range control (ordered by the column position).
-
getAdditionalFilter
de.uplanet.lucy.server.businesslogic.rtdata.jdbc.filter.IFilterElement getAdditionalFilter() -
getProperties
de.uplanet.lucy.server.property.DataRangeControlPropertyCollection getProperties() -
hasFetchHandler
boolean hasFetchHandler() -
getFetchHandler
de.uplanet.lucy.server.businesslogic.handler.IHandlerItem getFetchHandler() -
supportsLanguage
Determines, if given language is supported.- Gibt zurück:
trueif the given language is supported by this control, orfalseotherwise.
-
getLanguages
Get the languages that are supported by this control- Gibt zurück:
- The identifiers of the supported languages (not
null).
-
isInHiddenGroup
boolean isInHiddenGroup()- Gibt zurück:
- Datarange in the hidden group
-
isVisibleInDOM
boolean isVisibleInDOM()- Gibt zurück:
- Data range visible in the DOM (HTML) structure. (Only significant if isInHiddenGroup() == true)
-