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 Component
Component.ComponentFilter, Component.DataNavigationType, Component.DisplayType, Component.PositionNested classes/interfaces inherited from interface LabeledComponent
LabeledComponent.UseLabel -
Field Summary
Fields inherited from class 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 LabeledComponentWrapper
getLabel, getUseLabel, setLabel, setUseLabelMethods inherited from class 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 Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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 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
-
setFixed
-
setSortable
-
setJsRenderer
Deprecated.- Specified by:
setJsRendererin interfaceColumn
-
setCssStyle
-
setTooltip
-
setTextAlign
Deprecated.- Specified by:
setTextAlignin interfaceColumn
-
setNiceType
-
getWidth
-
isFixed
-
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
-