Class UiWorkSpaceLayout.RefreshViewComponentCommand
java.lang.Object
org.teamapps.dto.UiWorkSpaceLayout.RefreshViewComponentCommand
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected UiClientObjectReferenceprotected Stringprotected String -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.RefreshViewComponentCommand(String componentId, String viewName, UiClientObjectReference component) -
Method Summary
-
Field Details
-
componentId
-
viewName
-
component
-
-
Constructor Details
-
RefreshViewComponentCommand
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
RefreshViewComponentCommand
public RefreshViewComponentCommand(String componentId, String viewName, UiClientObjectReference component)
-
-
Method Details
-
toString
-
getComponentId
- Specified by:
getComponentIdin interfaceUiCommand<Void>
-
getViewName
-
getComponent
-