Package com.orchestranetworks.ui.view
Interface UITabularView
- All Superinterfaces:
UIView
Provides information on tabular view.
- Since:
- 6.1.0
-
Method Summary
Modifier and TypeMethodDescriptionReturns a list with the field pathReturns a list with the fixed columns.Returns the number of visible records.Returns the request applied on the view.Returns the toolbar on table row of the viewReturns the toolbar on top of tablegetViewedSchemaNodes(SchemaNode tableNode) Returns a list with the view's schema nodes .booleanReturnstrueif the user of the view is enable to edit the grid.booleanReturnsfalseif the user of this view can create or duplicate records from the grid edit.booleanisDisplayableField(SchemaNode aNode) Returnstrueif the field is displayableMethods inherited from interface com.orchestranetworks.ui.view.UIView
getLabel, getOwnerProfile, getPublicationName, getViewKey, isHierarchical, isTabular, isTile
-
Method Details
-
isDisplayableField
Returnstrueif the field is displayable- Parameters:
aNode- the name of the field
-
getFieldsPaths
Returns a list with the field path -
getToolbarTableTop
String getToolbarTableTop()Returns the toolbar on top of table -
getToolbarTableRow
String getToolbarTableRow()Returns the toolbar on table row of the view -
getFixedColumnsPaths
Returns a list with the fixed columns. -
getViewedSchemaNodes
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.
-