Package com.orchestranetworks.ui.view
Interface UITabularView
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Path>getFieldsPaths()Returns a list with the field pathList<Path>getFixedColumnsPaths()Returns a list with the fixed columns.IntegergetPaginationLimit()Returns the number of visible records.RequestSortCriteriagetRequestSortCriteria()Returns the request applied on the view.StringgetToolbarTableRow()Returns the toolbar on table row of the viewStringgetToolbarTableTop()Returns the toolbar on top of tableList<SchemaNode>getViewedSchemaNodes(SchemaNode tableNode)Returns a list with the view's schema nodes .booleanisAllowGridEditing()Returnstrueif the user of the view is enable to edit the grid.booleanisDisableCreateAndDuplicateInGridEditing()Returnsfalseif the user of this view can create or duplicate records from the grid edit.booleanisDisplayableField(SchemaNode aNode)Returnstrueif the field is displayable-
Methods inherited from interface com.orchestranetworks.ui.view.UIView
getLabel, getOwnerProfile, getPublicationName, getViewKey, isHierarchical, isTabular, isTile
-
-
-
-
Method Detail
-
isDisplayableField
boolean isDisplayableField(SchemaNode aNode)
Returnstrueif the field is displayable- Parameters:
aNode- the name of the field
-
getToolbarTableTop
String getToolbarTableTop()
Returns the toolbar on top of table
-
getToolbarTableRow
String getToolbarTableRow()
Returns the toolbar on table row of the view
-
getViewedSchemaNodes
List<SchemaNode> getViewedSchemaNodes(SchemaNode tableNode)
Returns a list with the view's schema nodes .
-
getRequestSortCriteria
RequestSortCriteria getRequestSortCriteria()
Returns the request applied on the view.
-
getPaginationLimit
Integer getPaginationLimit()
Returns the number of visible records.
-
isDisableCreateAndDuplicateInGridEditing
boolean isDisableCreateAndDuplicateInGridEditing()
Returnsfalseif the user of this view can create or duplicate records from the grid edit.
-
isAllowGridEditing
boolean isAllowGridEditing()
Returnstrueif the user of the view is enable to edit the grid.
-
-