Package org.teamapps.dto
Class UiToolbarButton
java.lang.Object
org.teamapps.dto.UiToolbarButton
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected UiClientObjectReferenceprotected intprotected booleanprotected Stringprotected Stringprotected Objectprotected UiClientObjectReferenceprotected UiTemplateprotected UiClientObjectReferenceprotected boolean -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.UiToolbarButton(String buttonId, UiTemplate template, Object recordData) -
Method Summary
Modifier and TypeMethodDescriptionintbooleanbooleansetBackgroundColor(String backgroundColor) setDebuggingId(String debuggingId) setDropDownComponent(UiClientObjectReference dropDownComponent) setDropDownPanelWidth(int dropDownPanelWidth) setHasDropDown(boolean hasDropDown) setHoverBackgroundColor(String hoverBackgroundColor) setOpenNewTabWithUrl(String openNewTabWithUrl) setStartPlaybackComponent(UiClientObjectReference startPlaybackComponent) setTogglesFullScreenOnComponent(UiClientObjectReference togglesFullScreenOnComponent) setVisible(boolean visible) toString()
-
Field Details
-
buttonId
-
debuggingId
-
template
-
visible
protected boolean visible -
recordData
-
openNewTabWithUrl
-
togglesFullScreenOnComponent
-
startPlaybackComponent
-
hasDropDown
protected boolean hasDropDown -
dropDownComponent
-
dropDownPanelWidth
protected int dropDownPanelWidth -
backgroundColor
-
hoverBackgroundColor
-
-
Constructor Details
-
UiToolbarButton
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
UiToolbarButton
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
-
getButtonId
-
getDebuggingId
-
getTemplate
-
getVisible
public boolean getVisible() -
getRecordData
-
getOpenNewTabWithUrl
-
getTogglesFullScreenOnComponent
-
getStartPlaybackComponent
-
getHasDropDown
public boolean getHasDropDown() -
getDropDownComponent
-
getDropDownPanelWidth
public int getDropDownPanelWidth() -
getBackgroundColor
-
getHoverBackgroundColor
-
setDebuggingId
-
setVisible
-
setOpenNewTabWithUrl
-
setTogglesFullScreenOnComponent
public UiToolbarButton setTogglesFullScreenOnComponent(UiClientObjectReference togglesFullScreenOnComponent) -
setStartPlaybackComponent
-
setHasDropDown
-
setDropDownComponent
-
setDropDownPanelWidth
-
setBackgroundColor
-
setHoverBackgroundColor
-