Package | Description |
---|---|
org.fireweb |
Modifier and Type | Method and Description |
---|---|
<T extends FireWebApplication> |
Element.getApplication()
Obtain the application object from objects tree.
|
Modifier and Type | Method and Description |
---|---|
FireWebApplication |
FireWebApplication.addHeadElement(HeadElement element)
Adds element to <head> if not exists on the list.
|
FireWebApplication |
FireWebApplication.assignApplicationTitle(java.lang.String title)
Sets application title without calling script.
|
static FireWebApplication |
FireWebContext.getApplication()
Returns application object from context.
|
FireWebApplication |
ContextData.getApplication() |
FireWebApplication |
FireWebApplication.insertHeadElement(HeadElement element,
int index)
Insert element to <head> at given index if not exists on the list.
|
protected FireWebApplication |
FireWebAsyncRequestProcessor.loadApplication()
Retrieve from session or create application instance.
|
FireWebApplication |
FireWebApplication.quit()
Removes application from server session.
|
FireWebApplication |
FireWebApplication.refreshView()
Reloads application view.
|
FireWebApplication |
FireWebApplication.removeHeadElement(HeadElement element)
Removes element from <head>.
|
FireWebApplication |
FireWebApplication.setApplicationTitle(java.lang.String title)
Sets browser window title and sends JavaScript "document.title=..."
|
FireWebApplication |
FireWebApplication.setBookmark(java.lang.String bookmark)
Add bookmark to browser (client) history by calling FW.bookmarks.set
script.
|
FireWebApplication |
FireWebApplication.setLocale(java.util.Locale locale)
Sets current application locale.
|
FireWebApplication |
FireWebApplication.setOnBeforeAfterEvent(java.lang.String onBeforeAfterEvent)
Java Script function name or function definition which is calling by FW
JS engine on browser before event processing in order to eg prevent click
on any active element by displaying translucent element all over whole
document.
|
FireWebApplication |
FireWebApplication.setOnFeedbackTimeout(java.lang.String onFeedbackTimeout)
Java Script function name or function definition which is calling by FW
JS engine on browser when event processing takes more then 1 second.
|
FireWebApplication |
FireWebApplication.setOnSessionClosed(java.lang.String onSessionClosed)
Java Script function name or function definition which is calling by FW
JS engine on browser when server session closed.
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.Class<? extends FireWebApplication> |
FireWebServlet.getAppClass() |
Modifier and Type | Method and Description |
---|---|
protected ContextData |
ContextData.setApplication(FireWebApplication application) |