DeleteAllCommand
Kotlin
|Java
class DeleteAllCommand : EditCommand
kotlin.Any | |
↳ | androidx.compose.ui.text.input.DeleteAllCommand |
Deletes all the text in the buffer.
Summary
Public constructors | |
---|---|
<init>() Deletes all the text in the buffer. |
Public methods | |
---|---|
Unit |
applyTo(buffer: EditingBuffer) Apply the command on the editing buffer. |
Boolean | |
Int |
hashCode() |
String |
toString() |
Public constructors
<init>
DeleteAllCommand()
Deletes all the text in the buffer.
Public methods
hashCode
fun hashCode(): Int
toString
fun toString(): String