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
Declaration
func getAlign() -> AlignLayout?
Parameter
(none)
Return
AlignLayout
getDefaultValue
Get the defaultValue
Declaration
func getDefaultValue() -> [String]?
Parameter
(none)
Return
List<String>
DropDownField
Warning
- extend the abstract class "AbstractSelectionField"
Methods
getDefaultValue
Get the defaultValue
Declaration
func getDefaultValue() -> String?
Parameter
(none)
Return
String
MultipleSelectField
Warning
- extend the abstract class "AbstractSelectionField"
Methods
getDefaultValue
Get the defaultValue
Declaration
func getDefaultValue() -> [String]?
Parameter
(none)
Return
List<String>
OptionData
Methods
getIndex
Get the index
Declaration
func getIndex() -> Int
Parameter
(none)
Return
Integer
getLabel
Get the label
Declaration
func getLabel() -> String
Parameter
(none)
Return
String
RadioButtonField
Warning
- extend the abstract class "AbstractSelectionField"
Methods
getAlign
Get the align
Declaration
func getAlign() -> AlignLayout?
Parameter
(none)
Return
AlignLayout
getDefaultValue
Get the defaultValue
Declaration
func getDefaultValue() -> String?
Parameter
(none)
Return
String
AbstractSelectionField
Warning
- extend the abstract class "AbstractInputField"
- This class is an abstract class.
Methods
getOptions
Get the options
Declaration
func getOptions() -> [String: OptionData]
Parameter
(none)
Return
Map<String, OptionData>