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.Configuration
Nested classes/interfaces inherited from interface ch.tocco.nice2.model.form.api.form2.components.Layout
Layout.LayoutType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
void
setClickable
(boolean clickable) void
setConstriction
(String constriction) void
setDesktopLayout
(String desktopLayout) void
setEndpoint
(String endpoint) void
setMobileLayout
(String mobileLayout) void
setSearchEndpoint
(String searchEndpoint) void
setSelectable
(boolean selectable) void
setSorting
(List<Sorting> sorting) Methods inherited from class ch.tocco.nice2.model.form.impl.form2.components.LayoutImpl
getLayoutType, isCollapsed, isLabeled, isOccupiesRemainingHeight, isReadonly, setCollapsed, setLabeled, setLayoutType, setOccupiesRemainingHeight, setReadonly, toString, validate
Methods 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, replaceComponent
Methods inherited from class ch.tocco.nice2.model.form.impl.form2.components.AbstractComponent
getDefaultFormLabel, getId, getLabel, getParent, getPosition, setId, setLabel, setParent, setPosition
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
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
Methods inherited from interface ch.tocco.nice2.model.form.api.form2.components.Layout
getLayoutType, isCollapsed, isReadonly
Methods inherited from interface ch.tocco.nice2.model.form.api.form2.components.Table
isOccupiesRemainingHeight
-
Constructor Details
-
TableImpl
public TableImpl()
-
-
Method Details
-
getSorting
- Specified by:
getSorting
in interfaceTable
-
setSorting
-
isSelectable
- Specified by:
isSelectable
in interfaceTable
-
setSelectable
public void setSelectable(boolean selectable) -
isClickable
public boolean isClickable()- Specified by:
isClickable
in interfaceTable
-
setClickable
public void setClickable(boolean clickable) -
getEndpoint
- Specified by:
getEndpoint
in interfaceTable
-
setEndpoint
-
getSearchEndpoint
- Specified by:
getSearchEndpoint
in interfaceTable
-
setSearchEndpoint
-
getConstriction
- Specified by:
getConstriction
in interfaceTable
-
setConstriction
-
clone
- Overrides:
clone
in classAbstractCompositeComponent
- Throws:
CloneNotSupportedException
-
setDesktopLayout
-
getDesktopLayout
- Specified by:
getDesktopLayout
in interfaceTable
-
setMobileLayout
-
getMobileLayout
- Specified by:
getMobileLayout
in interfaceTable
-