Package io.keikai.model.impl
Class GroupBoxControlImpl
java.lang.Object
io.keikai.model.impl.AbstractFormControlAdv
io.keikai.model.impl.GroupBoxControlImpl
- All Implemented Interfaces:
SFormControl,Serializable
Group box form control implementation.
Groups related controls (typically radio buttons) together.
- Since:
- 7.0.0
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.keikai.model.SFormControl
SFormControl.ControlType -
Field Summary
Fields inherited from class io.keikai.model.impl.AbstractFormControlAdv
anchor, enabled, linkedCell, listFillRange, name, visible -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the group box caption.getType()Returns the type of this form control.voidsetCaption(String caption) Sets the group box caption.Methods inherited from class io.keikai.model.impl.AbstractFormControlAdv
getAnchor, getLinkedCell, getListFillRange, getName, isEnabled, isVisible, setEnabled, setLinkedCell, setListFillRange, setVisible
-
Constructor Details
-
GroupBoxControlImpl
-
-
Method Details
-
getType
Description copied from interface:SFormControlReturns the type of this form control.- Returns:
- the control type
-
getCaption
Returns the group box caption.- Returns:
- the caption
-
setCaption
Sets the group box caption.- Parameters:
caption- the caption
-