Package org.teamapps.dto
Class AbstractUiToolContainer.SetDropDownComponentCommand
java.lang.Object
org.teamapps.dto.AbstractUiToolContainer.SetDropDownComponentCommand
- Enclosing class:
AbstractUiToolContainer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected UiClientObjectReferenceprotected Stringprotected String -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.SetDropDownComponentCommand(String componentId, String groupId, String buttonId, UiClientObjectReference component) -
Method Summary
-
Field Details
-
componentId
-
groupId
-
buttonId
-
component
-
-
Constructor Details
-
SetDropDownComponentCommand
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
SetDropDownComponentCommand
public SetDropDownComponentCommand(String componentId, String groupId, String buttonId, UiClientObjectReference component)
-
-
Method Details
-
toString
-
getComponentId
- Specified by:
getComponentIdin interfaceUiCommand<Void>
-
getGroupId
-
getButtonId
-
getComponent
-