Class UiToolbarButtonGroup
java.lang.Object
org.teamapps.dto.UiToolbarButtonGroup
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<UiToolbarButton> protected UiToolbarButtonprotected Stringprotected UiToolbarButtonGroupPositionprotected booleanprotected boolean -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.UiToolbarButtonGroup(String groupId, List<UiToolbarButton> buttons) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleansetCollapsedButton(UiToolbarButton collapsedButton) setPosition(UiToolbarButtonGroupPosition position) setShowGroupSeparator(boolean showGroupSeparator) setVisible(boolean visible) toString()
-
Field Details
-
groupId
-
buttons
-
position
-
visible
protected boolean visible -
showGroupSeparator
protected boolean showGroupSeparator -
collapsedButton
-
-
Constructor Details
-
UiToolbarButtonGroup
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
UiToolbarButtonGroup
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
-
getGroupId
-
getButtons
-
getPosition
-
getVisible
public boolean getVisible() -
getShowGroupSeparator
public boolean getShowGroupSeparator() -
getCollapsedButton
-
setPosition
-
setVisible
-
setShowGroupSeparator
-
setCollapsedButton
-