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.PositionNested 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
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable StringDeprecated.@Nullable StringDeprecated.@Nullable StringDeprecated.@Nullable StringDeprecated.@Nullable StringDeprecated.@Nullable IntegergetWidth()Deprecated.booleanDeprecated.@Nullable BooleanisFixed()Deprecated.@Nullable BooleanDeprecated.voidsetCssStyle(String cssStyle) Deprecated.voidDeprecated.voidsetJsRenderer(String jsRenderer) Deprecated.voidsetNiceType(String niceType) Deprecated.voidsetSortable(Boolean sortable) Deprecated.voidsetTextAlign(String textAlign) Deprecated.voidsetTooltip(String tooltip) Deprecated.voidDeprecated.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, setUseLabelMethods 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, setScopesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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, setScopesMethods 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:ComponentWraps the component with the given interceptor handler.Feel free to add an unwrap() method when needed.
-
setWidth
Deprecated. -
setFixed
Deprecated. -
setSortable
Deprecated.- Specified by:
setSortablein interfaceColumn
-
setJsRenderer
Deprecated.- Specified by:
setJsRendererin interfaceColumn
-
setCssStyle
Deprecated.- Specified by:
setCssStylein interfaceColumn
-
setTooltip
Deprecated.- Specified by:
setTooltipin interfaceColumn
-
setTextAlign
Deprecated.- Specified by:
setTextAlignin interfaceColumn
-
setNiceType
Deprecated.- Specified by:
setNiceTypein interfaceColumn
-
getWidth
Deprecated. -
isFixed
Deprecated. -
isSortable
Deprecated.- Specified by:
isSortablein interfaceColumn
-
getJsRenderer
Deprecated.- Specified by:
getJsRendererin interfaceColumn
-
getCssStyle
Deprecated.- Specified by:
getCssStylein interfaceColumn
-
getTooltip
Deprecated.- Specified by:
getTooltipin interfaceColumn
-
getTextAlign
Deprecated.- Specified by:
getTextAlignin interfaceColumn
-
getNiceType
Deprecated.- Specified by:
getNiceTypein interfaceColumn
-
isDefaulColumn
public boolean isDefaulColumn()Deprecated.- Specified by:
isDefaulColumnin interfaceColumn
-