| 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) |
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) |
protected void |
ServerScript.onAttach(Page page) |
protected void |
Popupbox.onAttach(Page page) |
protected void |
BaseComponent.onAttach(Page 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() |
| 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) |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
static Collection<Page> |
PageRegistry.getPages() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
PageRegistry.getKey(Page item) |
static boolean |
PageUtil.inExecutionContext(Page page)
Returns true if in the specified page's execution context.
|
static void |
PageRegistry.registerPage(Page page) |
static void |
PageRegistry.unregisterPage(Page 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.