Interface Table
- All Superinterfaces:
Cloneable, Component, CompositeComponent, Layout
- All Known Implementing Classes:
TableImpl
-
Nested Class Summary
Nested classes/interfaces inherited from interface Component
Component.ConfigurationNested classes/interfaces inherited from interface Layout
Layout.LayoutType -
Method Summary
Modifier and TypeMethodDescriptionbooleandefault booleanMethods inherited from interface Component
accept, getForm, getId, getLabel, getParent, getPosition, validateMethods inherited from interface CompositeComponent
findById, getChildren, getScopes, hasChildrenMethods inherited from interface Layout
getBoxWidthRatio, getLayoutType, isCollapsed, isLabeled, 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()
-