Package org.teamapps.dto
Class UiComponent.SetVisibleCommand
java.lang.Object
org.teamapps.dto.UiComponent.SetVisibleCommand
- All Implemented Interfaces:
UiCommand<java.lang.Void>
- Enclosing class:
- UiComponent
public static class UiComponent.SetVisibleCommand extends java.lang.Object implements UiCommand<java.lang.Void>
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringcomponentIdprotected booleanvisible -
Constructor Summary
Constructors Constructor Description SetVisibleCommand()Deprecated.Only for Jackson deserialization.SetVisibleCommand(java.lang.String componentId, boolean visible) -
Method Summary
Modifier and Type Method Description java.lang.StringgetComponentId()booleangetVisible()java.lang.StringtoString()
-
Field Details
-
componentId
protected java.lang.String componentId -
visible
protected boolean visible
-
-
Constructor Details
-
SetVisibleCommand
@Deprecated public SetVisibleCommand()Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
SetVisibleCommand
public SetVisibleCommand(java.lang.String componentId, boolean visible)
-
-
Method Details
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
getComponentId
public java.lang.String getComponentId()- Specified by:
getComponentIdin interfaceUiCommand<java.lang.Void>
-
getVisible
public boolean getVisible()
-