Interface Table
- All Superinterfaces:
Component
,DataComponent
,LabeledComponent
- All Known Implementing Classes:
DefaultTable
,TableWrapper
Deprecated.
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.tocco.nice2.model.form.api.components.Component
Component.ComponentFilter, Component.DataNavigationType, Component.DisplayType, Component.Position
Nested classes/interfaces inherited from interface ch.tocco.nice2.model.form.api.components.LabeledComponent
LabeledComponent.UseLabel
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the children.Deprecated.Deprecated.Deprecated.Deprecated.void
setEntitySorting
(List<? extends Sorting> sorting) Deprecated.void
Deprecated.void
setSorting
(List<? extends Sorting> sorting) Deprecated.void
setTemplate
(String template) Deprecated.Methods inherited from interface ch.tocco.nice2.model.form.api.components.Component
addComponent, addComponent, collectDataParts, collectDataParts, createCopy, createCopy, find, findByName, findByType, findFirst, findFirstByName, getAttributeProps, getChild, getDataNavigationType, getDisplayType, getEventHandler, getExtProps, getForm, getName, getParent, getParentOrEx, getPosition, getRelativeToPositionName, getScopes, getType, hasParent, isForceEditable, isLeaf, isReplace, overrideParent, removeComponent, replaceComponent, replaceComponent, setAttributeProps, setChildren, setDisplayType, setEventHandler, setExtProps, setForceEditable, setName, setPosition, setRelativeToPositionName, setReplace, setScopes, wrap
Methods inherited from interface ch.tocco.nice2.model.form.api.datanavigation.DataComponent
getConstriction, getDataType, getDefaultDataType, getDefaultValue, getLocalizedLanguage, getPath, getReverseRelationName, getValidator, hasNonEmptyValidator, isDefaultLangOnly, isIgnoreCopy, isLocalized, setConstriction, setDataType, setDefaultLangOnly, setDefaultValue, setIgnoreCopy, setLocalizedLanguage, setPath, setReverseRelationName, setValidator
Methods inherited from interface ch.tocco.nice2.model.form.api.components.LabeledComponent
getLabel, getUseLabel, setLabel, setUseLabel
-
Method Details
-
getSorting
Deprecated. -
setSorting
Deprecated. -
getEntitySorting
Deprecated. -
setEntitySorting
Deprecated. -
getChildren
Collection<Column> getChildren()Deprecated.Description copied from interface:Component
Returns the children. IfComponent.isLeaf()
is false, it has to return at least one Component, otherwise it has to return an empty iterator- Specified by:
getChildren
in interfaceComponent
- Returns:
Column
s, not justComponent
s.
-
getLayout
String getLayout()Deprecated. -
setLayout
Deprecated. -
setTemplate
Deprecated. -
getTemplate
String getTemplate()Deprecated.
-