ContentEditingToolbar

Constructors

Link copied to clipboard
constructor(context: Context)
constructor(context: Context, attrs: AttributeSet)
constructor(context: Context, attrs: AttributeSet, defStyleAttr: Int)

Functions

Link copied to clipboard
open fun bindController(specialModeController: ContentEditingController)
Binds the special mode controller to this toolbar.
Link copied to clipboard
Returns true if the controller is bound.
Link copied to clipboard
open fun isDraggable(): Boolean
Returns true when toolbar is draggable.
Link copied to clipboard
open fun onUndoHistoryChanged(@NonNull undoManager: UndoManager)
Notifies the observer that the undo history has changed inside the undo manager.
Link copied to clipboard
open fun unbindController()
Unbinds the bound controller (if any).