Class TextBoxControlImpl

java.lang.Object
io.keikai.model.impl.AbstractFormControlAdv
io.keikai.model.impl.TextBoxControlImpl
All Implemented Interfaces:
SFormControl, Serializable

public class TextBoxControlImpl extends AbstractFormControlAdv
Text box form control implementation.
Since:
7.0.0
See Also:
  • Constructor Details

    • TextBoxControlImpl

      public TextBoxControlImpl(String name, ViewAnchor anchor)
  • Method Details

    • getType

      public SFormControl.ControlType getType()
      Description copied from interface: SFormControl
      Returns the type of this form control.
      Returns:
      the control type
    • getText

      public String getText()
      Returns the text content.
      Returns:
      the text
    • setText

      public void setText(String text)
      Sets the text content.
      Parameters:
      text - the text