Class ConstantFieldImpl<C extends ConstantField>

All Implemented Interfaces:
Component, LabeledComponent, ConstantField

@Deprecated public class ConstantFieldImpl<C extends ConstantField> extends AbstractLabeledComponent<C> implements ConstantField
Deprecated.
  • Constructor Details

    • ConstantFieldImpl

      public ConstantFieldImpl(Component parent)
      Deprecated.
  • Method Details

    • newInstanceForCopy

      protected C newInstanceForCopy(Component parent)
      Deprecated.
      Description copied from class: AbstractComponent
      Will be called when a copy is requested Component.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 class AbstractComponent<C extends ConstantField>
      Parameters:
      parent - the parent to set
      Returns:
      the new instance
    • getConstantValue

      public String getConstantValue()
      Deprecated.
      Specified by:
      getConstantValue in interface ConstantField
    • setConstantValue

      public void setConstantValue(String data)
      Deprecated.
      Specified by:
      setConstantValue in interface ConstantField
    • wrap

      Deprecated.
      Description copied from interface: Component
      Wraps the component with the given interceptor handler.

      Feel free to add an unwrap() method when needed.

      Specified by:
      wrap in interface Component