Class DescriptionFieldImpl
java.lang.Object
ch.tocco.nice2.model.form.api.components.AbstractComponent<DescriptionField>
ch.tocco.nice2.model.form.api.components.AbstractLabeledComponent<DescriptionField>
ch.tocco.nice2.model.form.api.components.simple.DescriptionFieldImpl
- All Implemented Interfaces:
Component, LabeledComponent, DescriptionField
@Deprecated
public class DescriptionFieldImpl
extends AbstractLabeledComponent<DescriptionField>
implements DescriptionField
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
ConstructorsConstructorDescriptionDescriptionFieldImpl(boolean acceptChildren, @Nullable Component parent) Deprecated.DescriptionFieldImpl(@Nullable Component parent) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptiongetIcon()Deprecated.getMode()Deprecated.getText()Deprecated.getTitle()Deprecated.protected voidmapAllAttributesTo(Component comp) Deprecated.Copies the attributes of this component into the passed component.protected DescriptionFieldnewInstanceForCopy(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.voidDeprecated.voidDeprecated.voidDeprecated.voidDeprecated.wrap(ComponentWrapperHandler handler) Deprecated.Wraps the component with the given interceptor handler.Methods inherited from class AbstractLabeledComponent
getDataNavigationType, getLabel, getUseLabel, 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, 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
-
DescriptionFieldImpl
Deprecated. -
DescriptionFieldImpl
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<DescriptionField>- 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.
-
mapAllAttributesTo
Deprecated.Description copied from class:AbstractComponentCopies the attributes of this component into the passed component.This is used to copy the attributes collected by the xml reading process from "general" field tags into datatype-specific customized fields (mapped by FieldComponentConverter). And also for copying instances, kind of like cloning.
Override this in your subclasses. Also, subclasses are required to let their anchestors do their work using
super.copyOtherFields(cpy).- Overrides:
mapAllAttributesToin classAbstractLabeledComponent<DescriptionField>- Parameters:
comp- The new field into which everything needs to be copied.
-
setMode
-
getMode
-
setText
-
getText
-
setTitle
-
getTitle
-
setIcon
-
getIcon
-