Class ColumnWrapper
java.lang.Object
ch.tocco.nice2.model.form.api.components.ComponentWrapper
ch.tocco.nice2.model.form.api.components.LabeledComponentWrapper
ch.tocco.nice2.model.form.api.components.table.ColumnWrapper
- All Implemented Interfaces:
Component
,LabeledComponent
,Column
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
-
Field Summary
Fields inherited from class ch.tocco.nice2.model.form.api.components.ComponentWrapper
handler
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@Nullable String
Deprecated.@Nullable String
Deprecated.@Nullable String
Deprecated.@Nullable String
Deprecated.@Nullable String
Deprecated.@Nullable Integer
getWidth()
Deprecated.boolean
Deprecated.@Nullable Boolean
isFixed()
Deprecated.@Nullable Boolean
Deprecated.void
setCssStyle
(String cssStyle) Deprecated.void
Deprecated.void
setJsRenderer
(String jsRenderer) Deprecated.void
setNiceType
(String niceType) Deprecated.void
setSortable
(Boolean sortable) Deprecated.void
setTextAlign
(String textAlign) Deprecated.void
setTooltip
(String tooltip) Deprecated.void
Deprecated.wrap
(ComponentWrapperHandler handler) Deprecated.Wraps the component with the given interceptor handler.Methods inherited from class ch.tocco.nice2.model.form.api.components.LabeledComponentWrapper
getLabel, getUseLabel, setLabel, setUseLabel
Methods inherited from class ch.tocco.nice2.model.form.api.components.ComponentWrapper
addComponent, addComponent, collectDataParts, collectDataParts, createCopy, createCopy, find, findByName, findByType, findFirst, findFirstByName, getAttributeProps, getChild, getChildren, getDataNavigationType, getDisplayType, getEventHandler, getExtProps, getForm, getName, getParent, getParentOrEx, getPosition, getRelativeToPositionName, getScopes, getType, hasParent, hideChild, isForceEditable, isLeaf, isReplace, overrideParent, removeComponent, replaceComponent, replaceComponent, setAttributeProps, setChildren, setDisplayType, setEventHandler, setExtProps, setForceEditable, setName, setPosition, setRelativeToPositionName, setReplace, setScopes
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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, getChildren, 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
Methods inherited from interface ch.tocco.nice2.model.form.api.components.LabeledComponent
getLabel, getUseLabel, setLabel, setUseLabel
-
Constructor Details
-
ColumnWrapper
Deprecated.
-
-
Method Details
-
wrap
Deprecated.Description copied from interface:Component
Wraps the component with the given interceptor handler.Feel free to add an unwrap() method when needed.
-
setWidth
Deprecated. -
setFixed
Deprecated. -
setSortable
Deprecated.- Specified by:
setSortable
in interfaceColumn
-
setJsRenderer
Deprecated.- Specified by:
setJsRenderer
in interfaceColumn
-
setCssStyle
Deprecated.- Specified by:
setCssStyle
in interfaceColumn
-
setTooltip
Deprecated.- Specified by:
setTooltip
in interfaceColumn
-
setTextAlign
Deprecated.- Specified by:
setTextAlign
in interfaceColumn
-
setNiceType
Deprecated.- Specified by:
setNiceType
in interfaceColumn
-
getWidth
Deprecated. -
isFixed
Deprecated. -
isSortable
Deprecated.- Specified by:
isSortable
in interfaceColumn
-
getJsRenderer
Deprecated.- Specified by:
getJsRenderer
in interfaceColumn
-
getCssStyle
Deprecated.- Specified by:
getCssStyle
in interfaceColumn
-
getTooltip
Deprecated.- Specified by:
getTooltip
in interfaceColumn
-
getTextAlign
Deprecated.- Specified by:
getTextAlign
in interfaceColumn
-
getNiceType
Deprecated.- Specified by:
getNiceType
in interfaceColumn
-
isDefaulColumn
public boolean isDefaulColumn()Deprecated.- Specified by:
isDefaulColumn
in interfaceColumn
-