Interface Table
- All Superinterfaces:
Cloneable
,Component
,CompositeComponent
,Layout
- All Known Implementing Classes:
TableImpl
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.tocco.nice2.model.form.api.form2.components.Component
Component.Configuration
Nested classes/interfaces inherited from interface ch.tocco.nice2.model.form.api.form2.components.Layout
Layout.LayoutType
-
Method Summary
Modifier and TypeMethodDescriptionboolean
default boolean
Methods inherited from interface ch.tocco.nice2.model.form.api.form2.components.Component
accept, getForm, getId, getLabel, getParent, getPosition, validate
Methods inherited from interface ch.tocco.nice2.model.form.api.form2.components.CompositeComponent
findById, getChildren, getScopes, hasChildren
Methods inherited from interface ch.tocco.nice2.model.form.api.form2.components.Layout
getLayoutType, isCollapsed, isReadonly
-
Method Details
-
getSorting
-
isSelectable
Boolean isSelectable() -
isClickable
boolean isClickable() -
getEndpoint
String getEndpoint() -
getSearchEndpoint
String getSearchEndpoint() -
getConstriction
String getConstriction() -
isOccupiesRemainingHeight
default boolean isOccupiesRemainingHeight()- Specified by:
isOccupiesRemainingHeight
in interfaceLayout
-