Class AbstractUiToolContainer.SetButtonHasDropDownCommand
java.lang.Object
org.teamapps.dto.AbstractUiToolContainer.SetButtonHasDropDownCommand
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.SetButtonHasDropDownCommand(String componentId, String groupId, String buttonId, boolean hasDropDown) -
Method Summary
-
Field Details
-
componentId
-
groupId
-
buttonId
-
hasDropDown
protected boolean hasDropDown
-
-
Constructor Details
-
SetButtonHasDropDownCommand
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
SetButtonHasDropDownCommand
-
-
Method Details
-
toString
-
getComponentId
- Specified by:
getComponentIdin interfaceUiCommand<Void>
-
getGroupId
-
getButtonId
-
getHasDropDown
public boolean getHasDropDown()
-