Uses of Class
eu.webtoolkit.jwt.WApplication
Packages that use WApplication
-
Uses of WApplication in eu.webtoolkit.jwt
Methods in eu.webtoolkit.jwt that return WApplicationModifier and TypeMethodDescriptionabstract WApplicationWtServlet.createApplication(WEnvironment env) Creates a new application for a new session.static WApplicationWApplication.getInstance()Returns the current application instance.Methods in eu.webtoolkit.jwt with parameters of type WApplicationModifier and TypeMethodDescriptionDomElement.addToParent(StringBuilder out, String parentVar, int pos, WApplication app) Adds an element to a parent, using suitable methods.abstract DomElementStdLayoutItemImpl.createDomElement(DomElement parent, boolean fitWidth, boolean fitHeight, WApplication app) protected DomElementWAbstractMedia.createDomElement(WApplication app) protected DomElementWContainerWidget.createDomElement(WApplication app) protected DomElementWFileUpload.createDomElement(WApplication app) protected DomElementWGLWidget.createDomElement(WApplication app) protected DomElementWPaintedWidget.createDomElement(WApplication app) protected DomElementWStackedWidget.createDomElement(WApplication app) protected DomElementWTable.createDomElement(WApplication app) protected DomElementWWebWidget.createDomElement(WApplication app) Create DOM element for widget.voidDomElement.createElement(StringBuilder out, WApplication app, String domInsertJS) Renders the element as JavaScript, and inserts it in the DOM.static voidDomElement.createTimeoutJs(StringBuilder out, List<DomElement.TimeoutEvent> timeouts, WApplication app) Creates the JavaScript statements for timer rendering.protected voidWAbstractMedia.getDomChanges(List<DomElement> result, WApplication app) protected voidWContainerWidget.getDomChanges(List<DomElement> result, WApplication app) protected voidWFileUpload.getDomChanges(List<DomElement> result, WApplication app) protected voidWFlashObject.getDomChanges(List<DomElement> result, WApplication app) protected voidWGLWidget.getDomChanges(List<DomElement> result, WApplication app) protected voidWImage.getDomChanges(List<DomElement> result, WApplication app) protected voidWLabel.getDomChanges(List<DomElement> result, WApplication app) protected voidWLineEdit.getDomChanges(List<DomElement> result, WApplication app) protected voidWPaintedWidget.getDomChanges(List<DomElement> result, WApplication app) protected voidWPushButton.getDomChanges(List<DomElement> result, WApplication app) protected voidWStackedWidget.getDomChanges(List<DomElement> result, WApplication app) protected voidWTable.getDomChanges(List<DomElement> result, WApplication app) protected voidWTextEdit.getDomChanges(List<DomElement> result, WApplication app) protected voidWWebWidget.getDomChanges(List<DomElement> result, WApplication app) Get DOM changes for this widget.voidWBootstrap2Theme.init(WApplication app) voidWBootstrap3Theme.init(WApplication app) voidWBootstrap5Theme.init(WApplication app) voidWBootstrapTheme.init(WApplication app) Deprecated.voidWTheme.init(WApplication app) Called when the theme is assigned to aWApplication.voidWCssStyleSheet.javaScriptUpdate(WApplication app, StringBuilder js, boolean all) static voidPopupWindow.loadJavaScript(WApplication app) Loads thePopupWindowJavaScript support function.voidWBootstrap2Theme.loadValidationStyling(WApplication app) voidWBootstrap3Theme.loadValidationStyling(WApplication app) voidWBootstrap5Theme.loadValidationStyling(WApplication app) voidWBootstrapTheme.loadValidationStyling(WApplication app) Deprecated.voidWCssTheme.loadValidationStyling(WApplication app) voidWTheme.loadValidationStyling(WApplication app) Load the required content for validation.voidWtServlet.post(WApplication app, Runnable function, Runnable fallBackFunction) Posts a task to be run within the scope of a session (and using the session lock).protected voidWLabel.updateImage(DomElement element, boolean all, WApplication app, int pos) protected voidWLabel.updateText(DomElement element, boolean all, WApplication app, int pos) -
Uses of WApplication in eu.webtoolkit.jwt.chart
Methods in eu.webtoolkit.jwt.chart with parameters of type WApplicationModifier and TypeMethodDescriptionprotected voidWCartesianChart.getDomChanges(List<DomElement> result, WApplication app)