Uses of Class
com.jbstrap.ui.components.button.DropDownButton
-
Uses of DropDownButton in com.jbstrap.ui.components
Modifier and TypeMethodDescriptionToolbar.addButton
(DropDownButton btn) Adds a button component to the toolbar. -
Uses of DropDownButton in com.jbstrap.ui.components.button
Modifier and TypeMethodDescriptionDropDownButton.addAnimationEndHandler
(AnimationEndEventHandler handler) DropDownButton.addAnimationStartHandler
(AnimationStartEventHandler handler) DropDownButton.addClickHandler
(ClickEventHandler handler) Adds a click event handler to the button.DropDownButton.addComponent
(Component<?> component) Adds a component to the dropdown menu.final DropDownButton
DropDownButton.addDivider()
Adds a divider to the button drop down menu.DropDownButton.addDoubleClickHandler
(DoubleClickEventHandler handler) Adds a double click event handler to the button.Adds a header to the dropdown menu.DropDownButton.addHotKey
(int hotKey) DropDownButton.addHotKey
(int hotKey, HotKeyEventHandler handler) DropDownButton.addMenuItem
(Icon icon, String text, int hotKey, ClickEventHandler clickHandler) Adds a menu item with the specified icon, text, hot key and click handler to the button's drop down menufinal DropDownButton
DropDownButton.addMenuItem
(Icon icon, String text, ClickEventHandler handler) Adds a menu item with the specified icon, text and click handler to the button's drop down menuDropDownButton.addMouseDownHandler
(MouseDownEventHandler handler) DropDownButton.addMouseEnterHandler
(MouseEnterEventHandler handler) DropDownButton.addMouseLeaveHandler
(MouseLeaveEventHandler handler) DropDownButton.addMouseMoveHandler
(MouseMoveEventHandler handler) DropDownButton.addMouseOutHandler
(MouseOutEventHandler handler) DropDownButton.addMouseOverHandler
(MouseOverEventHandler handler) DropDownButton.addMouseUpHandler
(MouseUpEventHandler handler) DropDownButton.addMouseWheelHandler
(MouseWheelEventHandler handler) DropDownButton.addTouchCancelHandler
(TouchCancelEventHandler handler) DropDownButton.addTouchEndHandler
(TouchEndEventHandler handler) DropDownButton.addTouchMoveHandler
(TouchMoveEventHandler handler) DropDownButton.addTouchStartHandler
(TouchStartEventHandler handler) final DropDownButton
DropDownButton.clear()
Removes all components, headers, borders and menu items from the dropdown menu.DropDownButton.removeAnimation()
DropDownButton.removeHotKey
(int hotKey) DropDownButton.removeHotKeys()
DropDownButton.setAnimation
(Animation animation) final DropDownButton
DropDownButton.setCounter
(long value) Adds a counter to the right side of the button.DropDownButton.setDirection
(DropDownDirection direction) Sets the dropdown direction.Sets the button iconPlaces an image on the buttonDropDownButton.setMenuAlignament
(DropDownAlignament align) Dropdown menu alignment relative to the button.DropDownButton.setMenuOffset
(int offsetX, int offsetY) Sets the X and Y axis offset of the dropdown menu.DropDownButton.setSize
(ButtonSize size) Stets the button sizeSets the button textDropDownButton.setType
(ButtonType type) Sets the button size