Uses of Enum Class
io.keikai.model.SFormControl.ControlType
Packages that use SFormControl.ControlType
Package
Description
Keikai Spreadsheet Internal Book Model classes.
Keikai Spreadsheet Internal Book Model Implementation classes.
-
Uses of SFormControl.ControlType in io.keikai.model
Methods in io.keikai.model that return SFormControl.ControlTypeModifier and TypeMethodDescriptionSFormControl.getType()Returns the type of this form control.static SFormControl.ControlTypeReturns the enum constant of this class with the specified name.static SFormControl.ControlType[]SFormControl.ControlType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SFormControl.ControlType in io.keikai.model.impl
Methods in io.keikai.model.impl that return SFormControl.ControlTypeModifier and TypeMethodDescriptionButtonControlImpl.getType()CheckBoxControlImpl.getType()ComboBoxControlImpl.getType()GroupBoxControlImpl.getType()LabelControlImpl.getType()ListBoxControlImpl.getType()RadioButtonControlImpl.getType()ScrollBarControlImpl.getType()SpinButtonControlImpl.getType()TextBoxControlImpl.getType()