Uses of Class
com.jbstrap.ui.components.windows.ModalWindow
Package
Description
-
Uses of ModalWindow in com.jbstrap.ui.components.form.items.selectoritem
Modifier and TypeFieldDescriptionprotected ModalWindow
DefaultValueSelector.win
The parent modal window instance -
Uses of ModalWindow in com.jbstrap.ui.components.windows
Modifier and TypeMethodDescriptionModalWindow.addComponent
(Component<?> component) Adds the specified component to the modal window contents.ModalWindow.addMouseDownHandler
(MouseDownEventHandler handler) ModalWindow.addMouseEnterHandler
(MouseEnterEventHandler handler) ModalWindow.addMouseLeaveHandler
(MouseLeaveEventHandler handler) ModalWindow.addMouseMoveHandler
(MouseMoveEventHandler handler) ModalWindow.addMouseOutHandler
(MouseOutEventHandler handler) ModalWindow.addMouseOverHandler
(MouseOverEventHandler handler) ModalWindow.addMouseUpHandler
(MouseUpEventHandler handler) ModalWindow.addMouseWheelHandler
(MouseWheelEventHandler handler) ModalWindow.addScrollHandler
(ScrollEventHandler handler) ModalWindow.addTitleComponent
(Component<?> component) Adds a component to the title of the modal window.ModalWindow.hide()
Hides the modal window from the interface.ModalWindow.removeComponent
(Component<?> component) Removes the specified component from the modal window contents.ModalWindow.setCloseWithESC
(boolean closeWithESC) If set, the modal window can be closed by pressing the ESC button.ModalWindow.setHeaderIcon
(Icon icon) Sets the modal window header iconSets the height of the modal window.ModalWindow.setModal
(boolean modal) Sets the window to be modal.ModalWindow.setResizeable
(boolean resizeable, int minWidth, int minHeight) Sets if a window can be resized.ModalWindow.setShowFooter
(boolean showFooter) Sets the footer to be displayed.ModalWindow.setShowHeader
(boolean showHeader) Sets the header to be displayed.Sets the modal window header textSets the width of the modal window.ModalWindow.show()
Shows the modal window on the interface.