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 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.AbstractComponent
attributeProps, extProps, name
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@Nullable String
Deprecated.Deprecated.Subclasses must override this if they don't want to inherit the NONE value.@Nullable String
Deprecated.getLabel()
Deprecated.@Nullable String
Deprecated.@Nullable String
Deprecated.@Nullable String
Deprecated.@Nullable Integer
getWidth()
Deprecated.boolean
Deprecated.isFixed()
Deprecated.@Nullable Boolean
Deprecated.protected Component
newInstanceForCopy
(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.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.AbstractLabeledComponent
getUseLabel, mapAllAttributesTo, setLabel, setUseLabel
Methods inherited from class ch.tocco.nice2.model.form.api.components.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, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, 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, 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
getUseLabel, setLabel, setUseLabel
-
Constructor Details
-
DefaultColumn
Deprecated.
-
-
Method Details
-
newInstanceForCopy
Deprecated.Description copied from class:AbstractComponent
Will 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:
newInstanceForCopy
in classAbstractComponent
- Parameters:
parent
- the parent to set- Returns:
- the new instance
-
wrap
Deprecated.Description copied from interface:Component
Wraps the component with the given interceptor handler.Feel free to add an unwrap() method when needed.
-
getLabel
Deprecated.- Specified by:
getLabel
in interfaceLabeledComponent
- Overrides:
getLabel
in classAbstractLabeledComponent
-
getWidth
Deprecated. -
isFixed
Deprecated. -
setWidth
Deprecated. -
setFixed
Deprecated. -
isSortable
Deprecated.- Specified by:
isSortable
in interfaceColumn
-
setSortable
Deprecated.- Specified by:
setSortable
in interfaceColumn
-
getJsRenderer
Deprecated.- Specified by:
getJsRenderer
in interfaceColumn
-
setJsRenderer
Deprecated.- Specified by:
setJsRenderer
in interfaceColumn
-
getCssStyle
Deprecated.- Specified by:
getCssStyle
in interfaceColumn
-
setCssStyle
Deprecated.- Specified by:
setCssStyle
in interfaceColumn
-
getTooltip
Deprecated.- Specified by:
getTooltip
in interfaceColumn
-
setTooltip
Deprecated.- Specified by:
setTooltip
in interfaceColumn
-
getTextAlign
Deprecated.- Specified by:
getTextAlign
in interfaceColumn
-
setTextAlign
Deprecated.- Specified by:
setTextAlign
in interfaceColumn
-
getNiceType
Deprecated.- Specified by:
getNiceType
in interfaceColumn
-
isDefaulColumn
public boolean isDefaulColumn()Deprecated.- Specified by:
isDefaulColumn
in interfaceColumn
-
setNiceType
Deprecated.- Specified by:
setNiceType
in interfaceColumn
-