Class ButtonControlImpl

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

public class ButtonControlImpl extends AbstractFormControlAdv
Button 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
    • getCaption

      public String getCaption()
      Returns the button caption text.
      Returns:
      the caption
    • setCaption

      public void setCaption(String caption)
      Sets the button caption text.
      Parameters:
      caption - the caption
    • getMacro

      public String getMacro()
      Returns the macro name assigned to this button.
      Returns:
      the macro name, or null if none assigned
    • setMacro

      public void setMacro(String macro)
      Sets the macro name assigned to this button.
      Parameters:
      macro - the macro name