java.lang.Object | ||
↳ | com.pdftron.collab.ui.base.component.BaseUIComponent<V extends com.pdftron.collab.ui.base.component.BaseUIView<E extends com.pdftron.collab.ui.base.component.BaseUIEvent>, E, VM extends ViewModel> | |
↳ | com.pdftron.collab.ui.reply.component.ReplyInputUIComponent |
A BaseUIComponent
representing the reply text input field. Responsible for updating
changes from ReplyUIViewModel
to the BaseTextInputUIView
, likely from local changes
(for example, the text input is cleared when the message is sent).
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ReplyInputUIComponent(ViewGroup parent, LifecycleOwner lifecycleOwner, ReplyUIViewModel model, |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.pdftron.collab.ui.base.component.BaseUIComponent
| |||||||||||
From class
java.lang.Object
|