Interface Layout
- All Superinterfaces:
Cloneable
,Component
,CompositeComponent
- All Known Subinterfaces:
Table
- All Known Implementing Classes:
LayoutImpl
,TableImpl
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.tocco.nice2.model.form.api.form2.components.Component
Component.Configuration
-
Method Summary
Modifier and TypeMethodDescriptionReturns the layout type of the component.boolean
boolean
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
-
Method Details
-
getLayoutType
Layout.LayoutType getLayoutType()Returns the layout type of the component. SeeLayout.LayoutType
for more details about kind of types are possible. -
isReadonly
boolean isReadonly() -
isOccupiesRemainingHeight
boolean isOccupiesRemainingHeight() -
isCollapsed
boolean isCollapsed()
-