| 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 | ||
| ↳ | com.pdftron.collab.ui.reply.bottomsheet.view.ReplyInputUIView | ||
Base class for BaseTextInputUIView that represents a the text input field in the
BottomSheetReplyFragment
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ReplyInputUIView(ViewGroup parent) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| void | clearInput() | ||||||||||
| void | closeCommentEditView() | ||||||||||
| void | closeMessageEditView() | ||||||||||
| void | setReplyEditTextHint(int hint) | ||||||||||
| void | showEditCommentView(String content) | ||||||||||
| void | showMessageEditView(String content) | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.pdftron.collab.ui.reply.component.input.BaseTextInputUIView
| |||||||||||
From class
java.lang.Object
| |||||||||||