Uses of Class
org.teamapps.ux.component.toolbutton.ToolButton
-
-
Uses of ToolButton in org.teamapps.ux.component.field.combobox
Methods in org.teamapps.ux.component.field.combobox with parameters of type ToolButton Modifier and Type Method Description voidComboBox. addToolButton(ToolButton toolButton)voidComboBox. removeToolButton(ToolButton toolButton) -
Uses of ToolButton in org.teamapps.ux.component.pageview
Methods in org.teamapps.ux.component.pageview that return types with arguments of type ToolButton Modifier and Type Method Description java.util.List<ToolButton>AbstractPageViewBlock. getToolButtons()Methods in org.teamapps.ux.component.pageview with parameters of type ToolButton Modifier and Type Method Description voidAbstractPageViewBlock. addToolButton(ToolButton toolButton)voidAbstractPageViewBlock. removeToolButton(ToolButton toolButton)Method parameters in org.teamapps.ux.component.pageview with type arguments of type ToolButton Modifier and Type Method Description AbstractPageViewBlockAbstractPageViewBlock. setToolButtons(java.util.List<ToolButton> toolButtons) -
Uses of ToolButton in org.teamapps.ux.component.panel
Methods in org.teamapps.ux.component.panel that return types with arguments of type ToolButton Modifier and Type Method Description java.util.List<ToolButton>Panel. getToolButtons()Methods in org.teamapps.ux.component.panel with parameters of type ToolButton Modifier and Type Method Description voidPanel. addToolButton(ToolButton toolButton)voidPanel. removeToolButton(ToolButton toolButton)Method parameters in org.teamapps.ux.component.panel with type arguments of type ToolButton Modifier and Type Method Description voidPanel. setToolButtons(java.util.List<ToolButton> toolButtons) -
Uses of ToolButton in org.teamapps.ux.component.tabpanel
Methods in org.teamapps.ux.component.tabpanel that return types with arguments of type ToolButton Modifier and Type Method Description java.util.List<ToolButton>TabPanel. getToolButtons()Methods in org.teamapps.ux.component.tabpanel with parameters of type ToolButton Modifier and Type Method Description voidTabPanel. addToolButton(ToolButton toolButton)voidTabPanel. removeToolButton(ToolButton toolButton)Method parameters in org.teamapps.ux.component.tabpanel with type arguments of type ToolButton Modifier and Type Method Description voidTabPanel. setToolButtons(java.util.List<ToolButton> toolButtons) -
Uses of ToolButton in org.teamapps.ux.component.toolbutton
Methods in org.teamapps.ux.component.toolbutton with parameters of type ToolButton Modifier and Type Method Description voidToolButtonContainer. handleToolButtonClick(ToolButton toolButton) -
Uses of ToolButton in org.teamapps.ux.component.webrtc
Methods in org.teamapps.ux.component.webrtc that return types with arguments of type ToolButton Modifier and Type Method Description java.util.List<ToolButton>MediaSoupV3WebRtcClient. getToolButtons()Method parameters in org.teamapps.ux.component.webrtc with type arguments of type ToolButton Modifier and Type Method Description voidMediaSoupV3WebRtcClient. setToolButtons(java.util.List<ToolButton> toolButtons)
-