Uses of Class
eu.webtoolkit.jwt.WApplication
| Package | Description |
|---|---|
| eu.webtoolkit.jwt | |
| eu.webtoolkit.jwt.chart |
-
Uses of WApplication in eu.webtoolkit.jwt
Methods in eu.webtoolkit.jwt that return WApplication Modifier and Type Method Description abstract 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 WApplication Modifier and Type Method Description java.lang.StringDomElement. addToParent(java.lang.StringBuilder out, java.lang.String parentVar, int pos, WApplication app)Adds an element to a parent, using suitable methods.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(java.lang.StringBuilder out, WApplication app, java.lang.String domInsertJS)Renders the element as JavaScript, and inserts it in the DOM.static voidDomElement. createTimeoutJs(java.lang.StringBuilder out, java.util.List<DomElement.TimeoutEvent> timeouts, WApplication app)Creates the JavaScript statements for timer rendering.protected voidWAbstractMedia. getDomChanges(java.util.List<DomElement> result, WApplication app)protected voidWContainerWidget. getDomChanges(java.util.List<DomElement> result, WApplication app)protected voidWFileUpload. getDomChanges(java.util.List<DomElement> result, WApplication app)protected voidWFlashObject. getDomChanges(java.util.List<DomElement> result, WApplication app)protected voidWGLWidget. getDomChanges(java.util.List<DomElement> result, WApplication app)protected voidWImage. getDomChanges(java.util.List<DomElement> result, WApplication app)protected voidWLabel. getDomChanges(java.util.List<DomElement> result, WApplication app)protected voidWLineEdit. getDomChanges(java.util.List<DomElement> result, WApplication app)protected voidWPaintedWidget. getDomChanges(java.util.List<DomElement> result, WApplication app)protected voidWPushButton. getDomChanges(java.util.List<DomElement> result, WApplication app)protected voidWStackedWidget. getDomChanges(java.util.List<DomElement> result, WApplication app)protected voidWTable. getDomChanges(java.util.List<DomElement> result, WApplication app)protected voidWTextEdit. getDomChanges(java.util.List<DomElement> result, WApplication app)protected voidWWebWidget. getDomChanges(java.util.List<DomElement> result, WApplication app)Get DOM changes for this widget.voidWCssStyleSheet. javaScriptUpdate(WApplication app, java.lang.StringBuilder js, boolean all)static voidPopupWindow. loadJavaScript(WApplication app)Loads thePopupWindowJavaScript support function.voidWtServlet. post(WApplication app, java.lang.Runnable function, java.lang.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 WApplication Modifier and Type Method Description protected voidWCartesianChart. getDomChanges(java.util.List<DomElement> result, WApplication app)