Interface ConstantField

All Superinterfaces:
Component, LabeledComponent
All Known Implementing Classes:
ConstantFieldImpl, ConstantFieldWrapper

@Deprecated public interface ConstantField extends LabeledComponent
Deprecated.
A standard text input field, usually for entering data of type text.
  • Method Details

    • getConstantValue

      String getConstantValue()
      Deprecated.
    • setConstantValue

      void setConstantValue(String s)
      Deprecated.