| Package | Description |
|---|---|
| org.fujion.client | |
| org.fujion.component | |
| org.fujion.event | |
| org.fujion.ipc | |
| org.fujion.page | |
| org.fujion.websocket |
| Modifier and Type | Method and Description |
|---|---|
static Page |
ExecutionContext.getPage()
Returns the active client page.
|
Page |
ClientRequest.getPage()
The page with which this request is associated.
|
| Modifier and Type | Method and Description |
|---|---|
static Page |
Page._create(String src)
Creates an uninitialized page.
|
Page |
BaseComponent.getPage()
Returns the page to which this component belongs.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseComponent._attach(Page page)
Attach this component and its children to their owning page.
|
static void |
Page._init(Page page,
ClientRequest request,
Synchronizer synchronizer)
Performs final initialization of a newly created page.
|
protected void |
ServerScript.onAttach(Page page)
Triggers script execution.
|
protected void |
Popupbox.onAttach(Page page)
If popup specified as a child, set it as the associated popup component.
|
protected void |
BaseComponent.onAttach(Page page)
Called when this component is first attached to a page.
|
protected boolean |
BaseComponent.validatePage(Page page)
Validates that the specified page can be an owner of this component.
|
| Modifier and Type | Method and Description |
|---|---|
Page |
Event.getPage()
Returns the page associated with the event.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
EventUtil.post(Page page,
Event event)
Queues an event for later processing.
|
static Event |
EventUtil.post(Page page,
String eventName,
BaseComponent target,
Object data)
Creates and posts an event for later delivery.
|
| Constructor and Description |
|---|
EventQueue(Page page)
Create a dedicated event queue for the page.
|
| Constructor and Description |
|---|
InvocationRequestQueue(String name,
Page page,
Object target,
InvocationRequest onClose)
Create an invocation request queue for the specified page and target.
|
| Modifier and Type | Method and Description |
|---|---|
static Page |
PageRegistry.getPage(String pid)
Convenience method for looking up a registered page.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<Page> |
PageRegistry.getPages()
Convenience method for returning all registered pages.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
PageRegistry.getKey(Page item) |
static boolean |
PageUtil.inExecutionContext(Page page)
Returns true if the current execution context belongs to the specified page.
|
static void |
PageRegistry.registerPage(Page page)
Convenience method for registering a page.
|
static void |
PageRegistry.unregisterPage(Page page)
Convenience method for unregistering a page.
|
| Modifier and Type | Method and Description |
|---|---|
Page |
Session.getPage()
Returns the page associated with the session.
|
Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.