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 Component
Component.ConfigurationNested classes/interfaces inherited from interface 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 LayoutImpl
getBoxWidthRatio, getLayoutType, isCollapsed, isLabeled, isOccupiesRemainingHeight, isReadonly, setBoxWidthRatio, setCollapsed, setLabeled, setLayoutType, setOccupiesRemainingHeight, setReadonly, toString, validateMethods inherited from class AbstractCompositeComponent
accept, addComponent, addScope, addScopes, findById, getChildren, getScopes, hasChildren, indexOf, insertComponent, parseScopes, removeComponent, removeScope, removeScopes, replaceComponentMethods inherited from class AbstractComponent
getDefaultFormLabel, getId, getLabel, getParent, getPosition, setId, setLabel, setParent, setPositionMethods inherited from class Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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, isReadonlyMethods inherited from interface 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
-