Class StringInputComponent

All Implemented Interfaces:
GuiComponent, com.ptc.netmarkets.util.misc.NmFormatable, Serializable

public class StringInputComponent extends AttributeInputComponent
A composite GUI component to input a string value. This component will be usually created as either a TextBox or a TextArea. If the component is supplied with a list of options, then this will be created as a ComboBox or a RadioButtonGroup.
Supported API: true

See Also:
  • Constructor Details

    • StringInputComponent

      public StringInputComponent(String label, int maxStrLength, boolean mLine)
      Create an instance if StringInputComponent
      Supported API: true