Package org.teamapps.dto
Class UiMultiLineTextField.AppendCommand
java.lang.Object
org.teamapps.dto.UiMultiLineTextField.AppendCommand
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.AppendCommand(String componentId, String s, boolean scrollToBottom) -
Method Summary
-
Field Details
-
componentId
-
s
-
scrollToBottom
protected boolean scrollToBottom
-
-
Constructor Details
-
AppendCommand
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
AppendCommand
-
-
Method Details
-
toString
-
getComponentId
- Specified by:
getComponentIdin interfaceUiCommand<Void>
-
getS
-
getScrollToBottom
public boolean getScrollToBottom()
-