Uses of Class
com.jbstrap.ui.UI
Packages that use UI
Package
Description
-
Uses of UI in com.jbstrap.core
Methods in com.jbstrap.core that return UIMethods in com.jbstrap.core that return types with arguments of type UIMethods in com.jbstrap.core with parameters of type UIMethod parameters in com.jbstrap.core with type arguments of type UIModifier and TypeMethodDescriptionstatic void
Adds a page(that doesn't use parameters) to the applicationstatic void
JBStrap.addPage
(String pageId, Class<? extends UI> uiClass, Class<? extends BasePage> pageClass, Parameters parameters) Adds a page (that uses parameters) to the applicationConstructor parameters in com.jbstrap.core with type arguments of type UI -
Uses of UI in com.jbstrap.core.filestore
Methods in com.jbstrap.core.filestore with parameters of type UI -
Uses of UI in com.jbstrap.core.websocket
Methods in com.jbstrap.core.websocket that return UI -
Uses of UI in com.jbstrap.ui
Methods in com.jbstrap.ui that return UIModifier 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 IndicatorMethods in com.jbstrap.ui with parameters of type UIConstructors in com.jbstrap.ui with parameters of type UIModifierConstructorDescriptionBaseLoginPage
(UI ui, Parameters params) Creates the ancestor login pageBasePage
(UI ui, Parameters params) Creates a page. -
Uses of UI in com.jbstrap.ui.servlet
Methods in com.jbstrap.ui.servlet with parameters of type UIModifier 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.