Class UiHtmlView.AddComponentCommand
java.lang.Object
org.teamapps.dto.UiHtmlView.AddComponentCommand
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected UiClientObjectReferenceprotected Stringprotected String -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.AddComponentCommand(String componentId, String containerElementSelector, UiClientObjectReference component, boolean clearContainer) -
Method Summary
-
Field Details
-
componentId
-
containerElementSelector
-
component
-
clearContainer
protected boolean clearContainer
-
-
Constructor Details
-
AddComponentCommand
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
AddComponentCommand
public AddComponentCommand(String componentId, String containerElementSelector, UiClientObjectReference component, boolean clearContainer)
-
-
Method Details
-
toString
-
getComponentId
- Specified by:
getComponentIdin interfaceUiCommand<Void>
-
getContainerElementSelector
-
getComponent
-
getClearContainer
public boolean getClearContainer()
-