Package org.teamapps.dto
Class UiNumberField.SetShowClearButtonCommand
java.lang.Object
org.teamapps.dto.UiNumberField.SetShowClearButtonCommand
- Enclosing class:
UiNumberField
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.SetShowClearButtonCommand(String componentId, boolean showClearButton) -
Method Summary
-
Field Details
-
componentId
-
showClearButton
protected boolean showClearButton
-
-
Constructor Details
-
SetShowClearButtonCommand
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
SetShowClearButtonCommand
-
-
Method Details
-
toString
-
getComponentId
- Specified by:
getComponentIdin interfaceUiCommand<Void>
-
getShowClearButton
public boolean getShowClearButton()
-