FormEditingController

Default controller given when entering forms editing mode. Used to control form editing mode actions.

Functions

Link copied to clipboard
Binds to the form element view controller for managing currently edited form element view.
Link copied to clipboard
abstract fun canClearFormField(): Boolean
Checks whether selected form element value can be cleared.
Link copied to clipboard
abstract fun clearFormField(): Boolean
Clears selected form element value.
Link copied to clipboard
abstract fun finishEditing(): Boolean
Finish form editor immediately.
Link copied to clipboard
Returns currently selected form element (if any).
Link copied to clipboard
Returns the form manager which can be used to register form editing listeners.
Link copied to clipboard
abstract fun hasNextElement(): Boolean
Checks whether next element in tab order is defined.
Link copied to clipboard
abstract fun hasPreviousElement(): Boolean
Checks whether previous element in tab order is defined.
Link copied to clipboard
Selects the next form element in tab order.
Link copied to clipboard
Selects the previous form element in tab order.
Link copied to clipboard
Unbinds from previously bound form element view controller.