Package io.github.qishr.cascara.ui.widget
Class ToolBarTextBox
java.lang.Object
io.github.qishr.cascara.ui.widget.ToolBarItem
io.github.qishr.cascara.ui.widget.ToolBarTextBox
public class ToolBarTextBox
extends ToolBarItem
Constructor Summary
| Constructor | Description |
|---|---|
| ToolBarTextBox(String text, OnTypeHandler onTypeHandler, OnPressEnterHandler onPressEnter) |
Method Summary
| Modifier and Type | Method | Description |
|---|---|---|
| public String | getText() | |
| public void | setText(String text) | |
| public void | onPressEnter(String text) | |
| public void | onType() |
Method Details
getText
public String getText()
setText
public void setText(String text)
onPressEnter
public void onPressEnter(String text)
onType
public void onType()