Interface Column
- All Superinterfaces:
Component,LabeledComponent
- All Known Implementing Classes:
ColumnWrapper,DefaultColumn
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 -
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 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
-
Method Details
-
setWidth
Deprecated. -
setFixed
Deprecated. -
setSortable
Deprecated. -
setJsRenderer
Deprecated. -
setCssStyle
Deprecated. -
setTooltip
Deprecated. -
setTextAlign
Deprecated. -
setNiceType
Deprecated. -
getWidth
Deprecated. -
isFixed
Deprecated. -
isSortable
Deprecated. -
getJsRenderer
Deprecated. -
getCssStyle
Deprecated. -
getTooltip
Deprecated. -
getTextAlign
Deprecated. -
getNiceType
Deprecated. -
isDefaulColumn
boolean isDefaulColumn()Deprecated. -
wrap
Deprecated.Description copied from interface:ComponentWraps the component with the given interceptor handler.Feel free to add an unwrap() method when needed.
-