Class LabelControlImpl

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

public class LabelControlImpl extends AbstractFormControlAdv
Label form control implementation.
Since:
7.0.0
See Also:
  • Constructor Details

  • 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 label text.
      Returns:
      the text
    • setText

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