Class GroupBoxControlImpl

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

public class GroupBoxControlImpl extends AbstractFormControlAdv
Group box form control implementation. Groups related controls (typically radio buttons) together.
Since:
7.0.0
See Also:
  • Constructor Details

    • GroupBoxControlImpl

      public GroupBoxControlImpl(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
    • getCaption

      public String getCaption()
      Returns the group box caption.
      Returns:
      the caption
    • setCaption

      public void setCaption(String caption)
      Sets the group box caption.
      Parameters:
      caption - the caption