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