Class TableImpl
java.lang.Object
ch.tocco.nice2.model.form.impl.form2.components.AbstractComponent
ch.tocco.nice2.model.form.impl.form2.components.AbstractCompositeComponent
ch.tocco.nice2.model.form.impl.form2.components.LayoutImpl
ch.tocco.nice2.model.form.impl.form2.components.TableImpl
- All Implemented Interfaces:
Component,CompositeComponent,Layout,Table,Cloneable
-
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddLayout(ListLayoutType layout) clone()booleanvoidparseLayouts(String layouts) voidsetClickable(boolean clickable) voidsetConstriction(String constriction) voidsetDesktopLayout(String desktopLayout) voidsetEndpoint(String endpoint) voidsetMobileLayout(String mobileLayout) voidsetSearchEndpoint(String searchEndpoint) voidsetSelectable(boolean selectable) voidsetSorting(List<Sorting> sorting) Methods inherited from class ch.tocco.nice2.model.form.impl.form2.components.LayoutImpl
getBoxWidthRatio, getLayoutType, isCollapsed, isLabeled, isOccupiesRemainingHeight, isReadonly, setBoxWidthRatio, setCollapsed, setLabeled, setLayoutType, setOccupiesRemainingHeight, setReadonly, toString, validateMethods inherited from class ch.tocco.nice2.model.form.impl.form2.components.AbstractCompositeComponent
accept, addComponent, addScope, addScopes, findById, getChildren, getScopes, hasChildren, indexOf, insertComponent, parseScopes, removeComponent, removeScope, removeScopes, replaceComponentMethods inherited from class ch.tocco.nice2.model.form.impl.form2.components.AbstractComponent
getDefaultFormLabel, getId, getLabel, getParent, getPosition, setId, setLabel, setParent, setPositionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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, isReadonlyMethods inherited from interface ch.tocco.nice2.model.form.api.form2.components.Table
isOccupiesRemainingHeight
-
Constructor Details
-
TableImpl
public TableImpl()
-
-
Method Details
-
getSorting
- Specified by:
getSortingin interfaceTable
-
setSorting
-
isSelectable
- Specified by:
isSelectablein interfaceTable
-
setSelectable
public void setSelectable(boolean selectable) -
isClickable
public boolean isClickable()- Specified by:
isClickablein interfaceTable
-
setClickable
public void setClickable(boolean clickable) -
getEndpoint
- Specified by:
getEndpointin interfaceTable
-
setEndpoint
-
getSearchEndpoint
- Specified by:
getSearchEndpointin interfaceTable
-
setSearchEndpoint
-
getConstriction
- Specified by:
getConstrictionin interfaceTable
-
setConstriction
-
clone
- Overrides:
clonein classAbstractCompositeComponent- Throws:
CloneNotSupportedException
-
getLayouts
- Specified by:
getLayoutsin interfaceTable
-
addLayout
-
parseLayouts
-
setDesktopLayout
-
getDesktopLayout
- Specified by:
getDesktopLayoutin interfaceTable
-
setMobileLayout
-
getMobileLayout
- Specified by:
getMobileLayoutin interfaceTable
-