Unit |
applyValues(action: GuidedAction!)
Subclass of BuilderBase should call this function to apply values.
|
B |
autoSaveRestoreEnabled(autoSaveRestoreEnabled: Boolean)
Explicitly sets auto restore feature on the GuidedAction. It's by default true.
|
B |
autofillHints(vararg hints: String!)
Sets autofill hints. See android.view.View#setAutofillHints
|
B |
checkSetId(checkSetId: Int)
Indicates whether this action is part of a single-select group similar to radio buttons or this action is a checkbox. When one item in a check set is checked, all others with the same check set ID will be checked automatically.
|
B |
checked(checked: Boolean)
Indicates whether this action is initially checked.
|
B |
clickAction(id: Long)
Construct a clickable action with associated id and auto assign pre-defined title for the action. If the id is not supported, the method simply does nothing.
|
B |
description(description: CharSequence!)
Sets the description for this action. The description is typically a longer string providing extra information on what the action will do.
|
B |
description(@StringRes descriptionResourceId: Int)
Sets the description for this action. The description is typically a longer string providing extra information on what the action will do.
|
B |
descriptionEditInputType(inputType: Int)
Sets InputType of this action description in editing.
|
B |
descriptionEditable(editable: Boolean)
Indicates whether this action's description is editable
|
B |
descriptionInputType(inputType: Int)
Sets InputType of this action description not in editing.
|
B |
editDescription(description: CharSequence!)
Sets the optional description text to edit. When TextView is activated, the edit description replaces the string of description.
|
B |
editDescription(@StringRes descriptionResourceId: Int)
Sets the optional description text to edit. When TextView is activated, the edit description replaces the string of description.
|
B |
editInputType(inputType: Int)
Sets InputType of this action title in editing.
|
B |
editTitle(editTitle: CharSequence!)
Sets the optional title text to edit. When TextView is activated, the edit title replaces the string of title.
|
B |
editTitle(@StringRes editTitleResourceId: Int)
Sets the optional title text to edit. When TextView is activated, the edit title replaces the string of title.
|
B |
editable(editable: Boolean)
Indicates whether this action title is editable. Note: Editable actions cannot also be checked, or belong to a check set.
|
B |
enabled(enabled: Boolean)
Indicates whether this action is enabled. If not enabled, an action cannot be clicked.
|
B |
focusable(focusable: Boolean)
Indicates whether this action can take focus.
|
Context! |
getContext()
Returns Context of this Builder.
|
B |
hasEditableActivatorView(editable: Boolean)
Indicates whether this action has a view can be activated to edit, e.g. a DatePicker.
|
B |
hasNext(hasNext |