Klasse WebShapedTableRange
java.lang.Object
de.uplanet.lucy.server.businesslogic.rtappservices.AbstractWebDataRange
de.uplanet.lucy.server.businesslogic.rtappservices.WebShapedTableRange
- Alle implementierten Schnittstellen:
IWebDataRange
public class WebShapedTableRange
extends de.uplanet.lucy.server.businesslogic.rtappservices.AbstractWebDataRange
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungWebShapedTableRange(de.uplanet.lucy.server.binding.IAppBinding p_binding, de.uplanet.lucy.server.businesslogic.rtappservices.IWebRecordDataCollection p_dc, de.uplanet.lucy.server.businesslogic.util.IServerShapedTableDataRange p_dataRange) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungde.uplanet.lucy.server.businesslogic.rtappservices.IWebRowDataCollectionContextIteratorReturns a context row iterator.Returns the child control infosList<?> returns a list of lists that hold control informationreturns the String that is given by the request for evaluating preSelect controlsgetRows()returns aListofIRowobjectsVon Klasse geerbte Methoden de.uplanet.lucy.server.businesslogic.rtappservices.AbstractWebDataRange
getAppGuid, getAttribute, getBinding, getBinding, getDataGroupGuid, getDataRangeGuid, getDatarangeName, getDC, getDrSortItems, getParentId, getPropertiesVH, getPropertyVH, getQuery, getResizerList, getResizerList, getSysident, getSystemProperty, getSystemProperty, getSystemPropertyVH, getSystemPropertyVH, getTotalCount, getUserTimeZone, hasPermission, hasSystemProperty
-
Konstruktordetails
-
WebShapedTableRange
public WebShapedTableRange(de.uplanet.lucy.server.binding.IAppBinding p_binding, de.uplanet.lucy.server.businesslogic.rtappservices.IWebRecordDataCollection p_dc, de.uplanet.lucy.server.businesslogic.util.IServerShapedTableDataRange p_dataRange)
-
-
Methodendetails
-
getRows
Beschreibung aus Schnittstelle kopiert:IWebDataRangereturns aListofIRowobjects- Gibt zurück:
- a
ListofIRowobjects
-
getContextRowIterator
public de.uplanet.lucy.server.businesslogic.rtappservices.IWebRowDataCollectionContextIterator getContextRowIterator()Beschreibung aus Schnittstelle kopiert:IWebDataRangeReturns a context row iterator. Current binding context will be set to the current row. On finish the context will reset to the beginning state. -
getPreSelectControlsStr
Beschreibung aus Schnittstelle kopiert:IWebDataRangereturns the String that is given by the request for evaluating preSelect controls- Gibt zurück:
- a String representing the request parameter
-
getPreSelectControls
Beschreibung aus Schnittstelle kopiert:IWebDataRangereturns a list of lists that hold control information- Gibt zurück:
- a
List
-
getDataRangeControlInfo
Beschreibung aus Schnittstelle kopiert:IWebDataRangeReturns the child control infos- Gibt zurück:
- p_childControlList a
DataRangeChildControlInfo
-