Class UiButton.SetDropDownSizeCommand
java.lang.Object
org.teamapps.dto.UiButton.SetDropDownSizeCommand
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.SetDropDownSizeCommand(String componentId, int minDropDownWidth, int minDropDownHeight) -
Method Summary
-
Field Details
-
componentId
-
minDropDownWidth
protected int minDropDownWidth -
minDropDownHeight
protected int minDropDownHeight
-
-
Constructor Details
-
SetDropDownSizeCommand
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
SetDropDownSizeCommand
-
-
Method Details
-
toString
-
getComponentId
- Specified by:
getComponentIdin interfaceUiCommand<Void>
-
getMinDropDownWidth
public int getMinDropDownWidth() -
getMinDropDownHeight
public int getMinDropDownHeight()
-