Uses of Class
com.jbstrap.ui.UI
Package
Description
-
Uses of UI in com.jbstrap.core
-
Uses of UI in com.jbstrap.core.filestore
-
Uses of UI in com.jbstrap.core.websocket
-
Uses of UI in com.jbstrap.ui
Modifier and TypeMethodDescriptionUI.addComponent
(Component<?> component) Adds the specified component to the UIUI.addComponents
(Component<?>... components) Adds the specified components to the UIfinal UI
UI.changeLiveFaviconText
(String text) Changes the currently displayed live favicon content.final UI
Component.getUI()
Gets theUI
, where the component is currently.UI.removeAllComponents()
Removes every component from the UIUI.removeComponent
(Component<?> component) Removes the specified component from the UIUI.removeComponent
(Predicate<Component<?>> filter) Removes the component(s), that are specified by the predicate.UI.removeComponents
(Component<?>... components) Removes the specified components from the UIUI.runJavaScript
(String script) Runs the specified JavaScript on the client, where the UI is currently displayed.final UI
UI.setLiveFavicon
(LiveFavicon liveFavicon) Sets theLiveFavicon
instance, that will be displayed on the UIfinal UI
UI.showProcessIndicator
(boolean show) Shows or hides the Process IndicatorModifierConstructorDescriptionBaseLoginPage
(UI ui, Parameters params) Creates the ancestor login pageBasePage
(UI ui, Parameters params) Creates a page. -
Uses of UI in com.jbstrap.ui.servlet
Modifier and TypeMethodDescriptionstatic void
FileManagerServlet.downloadFile
(UI ui, JBFile file) Downloads the file specified by aJBFile
object to the UI.static void
FileManagerServlet.downloadFile
(UI ui, String filename, byte[] fileBody) Downloads the file to the specified UI.