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.ConfigurationNested classes/interfaces inherited from interface ch.tocco.nice2.model.form.api.form2.components.Layout
Layout.LayoutType -
Method Summary
Modifier and TypeMethodDescriptionbooleandefault booleanMethods inherited from interface ch.tocco.nice2.model.form.api.form2.components.Component
accept, getForm, getId, getLabel, getParent, getPosition, validateMethods inherited from interface ch.tocco.nice2.model.form.api.form2.components.CompositeComponent
findById, getChildren, getScopes, hasChildrenMethods inherited from interface ch.tocco.nice2.model.form.api.form2.components.Layout
getBoxWidthRatio, 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:
isOccupiesRemainingHeightin interfaceLayout
-
getLayouts
Set<ListLayoutType> getLayouts() -
getDesktopLayout
ListLayoutType getDesktopLayout() -
getMobileLayout
ListLayoutType getMobileLayout()
-