Selection
Get a list of fields and their settings.
- Permissions to view the App is needed.
- API Tokens cannot be used with this API.
CheckboxField
Warning
- extend the abstract class "AbstractSelectionField"
Methods
getAlign()
Get the align
Parameter
(none)
Return
AlignLayout
getDefaultValue()
Get the defaultValue
Parameter
(none)
Return
List<String>
DropDownField
Warning
- extend the abstract class "AbstractSelectionField"
Methods
getDefaultValue()
Get the defaultValue
Parameter
(none)
Return
String
MultipleSelectField
Warning
- extend the abstract class "AbstractSelectionField"
Methods
getDefaultValue()
Get the defaultValue
Parameter
(none)
Return
List<String>
OptionData
Methods
getIndex()
Get the index
Parameter
(none)
Return
Integer
getLabel()
Get the label
Parameter
(none)
Return
String
RadioButtonField
Warning
- extend the abstract class "AbstractSelectionField"
Methods
getAlign()
Get the align
Parameter
(none)
Return
AlignLayout
getDefaultValue()
Get the defaultValue
Parameter
(none)
Return
String
AbstractSelectionField
Warning
- extend the abstract class "AbstractInputField"
- This class is an abstract class.
Methods
getOptions()
Get the options
Parameter
(none)
Return
Map<String, OptionData>