| java.lang.Object | ||
| ↳ | com.pdftron.collab.ui.base.component.BaseUIView<E extends com.pdftron.collab.ui.base.component.BaseUIEvent> | |
| ↳ | com.pdftron.collab.ui.reply.component.input.BaseTextInputUIView | |
Known Direct Subclasses
|
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| BaseTextInputUIView(ViewGroup parent) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract void | clearInput() | ||||||||||
| abstract void | closeCommentEditView() | ||||||||||
| abstract void | closeMessageEditView() | ||||||||||
| void | onCommentEditCancelled() | ||||||||||
| void | onCommentEditChanged(String input) | ||||||||||
| void | onCommentEditFinished(String newComment) | ||||||||||
| void | onMessageEditChanged(String input) | ||||||||||
| void | onMessageEditFinished(String newMessage) | ||||||||||
| void | onMessageWriteChanged(String input) | ||||||||||
| void | onMessageWriteFinished(String input) | ||||||||||
| void | onMessagedEditCancelled() | ||||||||||
| abstract void | setReplyEditTextHint(int hint) | ||||||||||
| abstract void | showEditCommentView(String content) | ||||||||||
| abstract void | showMessageEditView(String content) | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||