Class DefaultColumn
java.lang.Object
ch.tocco.nice2.model.form.api.components.AbstractComponent
ch.tocco.nice2.model.form.api.components.AbstractLabeledComponent
ch.tocco.nice2.model.form.api.components.table.DefaultColumn
- 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 AbstractComponent
attributeProps, extProps, name -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable StringDeprecated.Deprecated.Subclasses must override this if they don't want to inherit the NONE value.@Nullable StringDeprecated.getLabel()Deprecated.@Nullable StringDeprecated.@Nullable StringDeprecated.@Nullable StringDeprecated.@Nullable IntegergetWidth()Deprecated.booleanDeprecated.isFixed()Deprecated.@Nullable BooleanDeprecated.protected ComponentnewInstanceForCopy(Component parent) Deprecated.Will be called when a copy is requestedComponent.createCopy()! Create a new instanc of this component, copy the properties and return it.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 AbstractLabeledComponent
getUseLabel, mapAllAttributesTo, setLabel, setUseLabelMethods inherited from class AbstractComponent
addComponent, addComponent, collectDataParts, collectDataParts, createCopy, createCopy, equals, find, findByName, findByType, findFirst, findFirstByName, getAttributeProps, getChild, getChildren, getDisplayType, getEventHandler, getExtProps, getForm, getName, getParent, getParentOrEx, getPosition, getRelativeToPositionName, getScopes, getType, hashCode, hasParent, isForceEditable, isLeaf, isReplace, overrideParent, removeComponent, replaceComponent, replaceComponent, setAttributeProps, setChildren, setDisplayType, setEventHandler, setExtProps, setForceEditable, setName, setPosition, setRelativeToPositionName, setReplace, setScopes, toStringMethods inherited from interface Component
addComponent, addComponent, collectDataParts, collectDataParts, createCopy, createCopy, find, findByName, findByType, findFirst, findFirstByName, getAttributeProps, getChild, getChildren, 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
getUseLabel, setLabel, setUseLabel
-
Constructor Details
-
DefaultColumn
Deprecated.
-
-
Method Details
-
newInstanceForCopy
Deprecated.Description copied from class:AbstractComponentWill be called when a copy is requestedComponent.createCopy()! Create a new instanc of this component, copy the properties and return it. You don't have to copy the properties which are inherited from the abstract implmentation. Only copy the properties from the concrete implementation.
The parent has to be the parent given in the argument parent- Specified by:
newInstanceForCopyin classAbstractComponent- Parameters:
parent- the parent to set- Returns:
- the new instance
-
wrap
Deprecated.Description copied from interface:ComponentWraps the component with the given interceptor handler.Feel free to add an unwrap() method when needed.
-
getLabel
Deprecated.- Specified by:
getLabelin interfaceLabeledComponent- Overrides:
getLabelin classAbstractLabeledComponent
-
getWidth
-
isFixed
-
setWidth
-
setFixed
-
isSortable
Deprecated.- Specified by:
isSortablein interfaceColumn
-
setSortable
-
getJsRenderer
Deprecated.- Specified by:
getJsRendererin interfaceColumn
-
setJsRenderer
Deprecated.- Specified by:
setJsRendererin interfaceColumn
-
getCssStyle
Deprecated.- Specified by:
getCssStylein interfaceColumn
-
setCssStyle
-
getTooltip
Deprecated.- Specified by:
getTooltipin interfaceColumn
-
setTooltip
-
getTextAlign
Deprecated.- Specified by:
getTextAlignin interfaceColumn
-
setTextAlign
Deprecated.- Specified by:
setTextAlignin interfaceColumn
-
getNiceType
Deprecated.- Specified by:
getNiceTypein interfaceColumn
-
isDefaulColumn
-
setNiceType
-