Uses of Class
eu.webtoolkit.jwt.WApplication
-
Uses of WApplication in eu.webtoolkit.jwt
Modifier and TypeMethodDescriptionabstract WApplication
WtServlet.createApplication
(WEnvironment env) Creates a new application for a new session.static WApplication
WApplication.getInstance()
Returns the current application instance.Modifier and TypeMethodDescriptionDomElement.addToParent
(StringBuilder out, String parentVar, int pos, WApplication app) Adds an element to a parent, using suitable methods.protected DomElement
WAbstractMedia.createDomElement
(WApplication app) protected DomElement
WContainerWidget.createDomElement
(WApplication app) protected DomElement
WFileUpload.createDomElement
(WApplication app) protected DomElement
WGLWidget.createDomElement
(WApplication app) protected DomElement
WPaintedWidget.createDomElement
(WApplication app) protected DomElement
WStackedWidget.createDomElement
(WApplication app) protected DomElement
WTable.createDomElement
(WApplication app) protected DomElement
WWebWidget.createDomElement
(WApplication app) Create DOM element for widget.void
DomElement.createElement
(StringBuilder out, WApplication app, String domInsertJS) Renders the element as JavaScript, and inserts it in the DOM.static void
DomElement.createTimeoutJs
(StringBuilder out, List<DomElement.TimeoutEvent> timeouts, WApplication app) Creates the JavaScript statements for timer rendering.protected void
WAbstractMedia.getDomChanges
(List<DomElement> result, WApplication app) protected void
WContainerWidget.getDomChanges
(List<DomElement> result, WApplication app) protected void
WFileUpload.getDomChanges
(List<DomElement> result, WApplication app) protected void
WFlashObject.getDomChanges
(List<DomElement> result, WApplication app) protected void
WGLWidget.getDomChanges
(List<DomElement> result, WApplication app) protected void
WImage.getDomChanges
(List<DomElement> result, WApplication app) protected void
WLabel.getDomChanges
(List<DomElement> result, WApplication app) protected void
WLineEdit.getDomChanges
(List<DomElement> result, WApplication app) protected void
WPaintedWidget.getDomChanges
(List<DomElement> result, WApplication app) protected void
WPushButton.getDomChanges
(List<DomElement> result, WApplication app) protected void
WStackedWidget.getDomChanges
(List<DomElement> result, WApplication app) protected void
WTable.getDomChanges
(List<DomElement> result, WApplication app) protected void
WTextEdit.getDomChanges
(List<DomElement> result, WApplication app) protected void
WWebWidget.getDomChanges
(List<DomElement> result, WApplication app) Get DOM changes for this widget.void
WBootstrap2Theme.init
(WApplication app) void
WBootstrap3Theme.init
(WApplication app) void
WBootstrap5Theme.init
(WApplication app) void
WBootstrapTheme.init
(WApplication app) Deprecated.void
WTheme.init
(WApplication app) Called when the theme is assigned to aWApplication
.void
WCssStyleSheet.javaScriptUpdate
(WApplication app, StringBuilder js, boolean all) static void
PopupWindow.loadJavaScript
(WApplication app) Loads thePopupWindow
JavaScript support function.void
WtServlet.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 void
WLabel.updateImage
(DomElement element, boolean all, WApplication app, int pos) protected void
WLabel.updateText
(DomElement element, boolean all, WApplication app, int pos) -
Uses of WApplication in eu.webtoolkit.jwt.chart
Modifier and TypeMethodDescriptionprotected void
WCartesianChart.getDomChanges
(List<DomElement> result, WApplication app)