| Package | Description |
|---|---|
| to.etc.domui.component.menu | |
| to.etc.domui.component.misc | |
| to.etc.domui.dom.html | |
| to.etc.domui.injector | |
| to.etc.domui.parts | |
| to.etc.domui.state | |
| to.etc.domui.util |
| Modifier and Type | Method and Description |
|---|---|
IPageParameters |
MenuItemProxy.getPageParameters() |
IPageParameters |
IMenuItem.getPageParameters() |
| Modifier and Type | Method and Description |
|---|---|
IPageParameters |
ALink.getTargetParameters() |
| Constructor and Description |
|---|
ALink(Class<? extends UrlPage> targetClass,
IPageParameters targetParameters)
Link to a new page; the new page is a SUB page (it is added to the shelve stack).
|
ALink(Class<? extends UrlPage> targetClass,
IPageParameters targetParameters,
MoveMode mode) |
ALink(Class<? extends UrlPage> targetClass,
IPageParameters targetParameters,
WindowParameters newWindowParameters) |
ALink(String targetURL,
IPageParameters targetParameters,
WindowParameters newWindowParameters)
Link to some http: url that is not a DomUI page.
|
| Modifier and Type | Method and Description |
|---|---|
IPageParameters |
Page.getPageParameters()
Return the readonly copy of the parameters for this page.
|
| Modifier and Type | Method and Description |
|---|---|
String |
NodeBase.getComponentDataURL(IPageParameters pp)
Return an URL to a data stream generator for this component.
|
String |
NodeBase.getComponentDataURL(String action,
IPageParameters pp)
Return an URL to a data call on this node.
|
String |
NodeBase.getComponentJSONURL(IPageParameters pp) |
void |
Page.internalInitialize(IPageParameters pp,
ConversationContext cc)
Assign required data to the page.
|
void |
Page.openWindow(Class<? extends UrlPage> clz,
IPageParameters pp,
WindowParameters wp)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
UrlFindEntityByPkInjector.getParameterValue(UrlPage page,
IPageParameters papa) |
void |
UrlParameterInjector.inject(UrlPage page,
IPageParameters papa)
Effects the actual injection of an URL parameter to a value.
|
abstract void |
PropertyInjector.inject(UrlPage page,
IPageParameters pp) |
void |
UrlFindEntityByPkInjector.inject(UrlPage page,
IPageParameters papa) |
void |
DefaultPageInjector.injectPageValues(UrlPage page,
IPageParameters papa)
This scans the page for properties that are to be injected.
|
void |
IPageInjector.injectPageValues(UrlPage page,
IPageParameters papa) |
protected boolean |
UrlFindEntityByPkInjector.isNew(UrlPage page,
IPageParameters papa,
String value)
Returns T if the request is to create a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
CachedImagePart.getRelativeURL(String providerkey,
String instancekey,
IPageParameters pp) |
Object |
IComponentJsonProvider.provideJsonData(IPageParameters parameterSource) |
| Modifier and Type | Class and Description |
|---|---|
class |
PageParameters
Encapsulates parameters for a page.
|
| Modifier and Type | Method and Description |
|---|---|
IPageParameters |
SavedPage.getParameters() |
IPageParameters |
WindowSession.getTargetPageParameters() |
| Modifier and Type | Method and Description |
|---|---|
static void |
UIGoto.clearPageAndReload(Page pg,
String msg,
IPageParameters pp)
Deprecated.
|
static void |
UIGoto.clearPageAndReload(Page pg,
UIMessage msg,
IPageParameters pp)
Deprecated.
|
boolean |
WindowSession.insertShelveEntry(int depth,
Class<? extends UrlPage> clz,
IPageParameters parameters)
This inserts a (possibly new) entry in the page stack.
|
void |
ConversationContext.internalRegisterPage(Page p,
IPageParameters papa) |
void |
WindowSession.internalSetNextPage(MoveMode m,
Class<? extends UrlPage> clz,
ConversationContext cc,
Class<? extends ConversationContext> ccclz,
IPageParameters pp) |
boolean |
WindowSession.isPageOnStack(Class<? extends UrlPage> clz,
IPageParameters papa) |
static void |
UIGoto.moveNew(Class<? extends UrlPage> clz,
IPageParameters pp)
Clear the entire shelf, then goto a new page.
|
static void |
UIGoto.moveSub(Class<? extends UrlPage> clz,
ConversationContext cc,
IPageParameters pp)
Push (shelve) the current page, then move to a new page.
|
static void |
UIGoto.moveSub(Class<? extends UrlPage> clz,
IPageParameters pp)
Push (shelve) the current page, then move to a new page.
|
static void |
UIGoto.replace(Class<? extends UrlPage> clz,
IPageParameters pp)
Replace the "current" page with a new page.
|
static void |
UIGoto.replace(Page pg,
Class<? extends UrlPage> clz,
IPageParameters pp,
UIMessage msg)
Replace the "current" page with a new page.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
DomUtil.addUrlParameters(StringBuilder sb,
IPageParameters ctx,
boolean first) |
static void |
DomUtil.addUrlParameters(StringBuilder sb,
IPageParameters ctx,
boolean first,
Set<String> skipset) |
static String |
DomUtil.createOpenWindowJS(Class<?> targetClass,
IPageParameters targetParameters,
WindowParameters newWindowParameters)
This opens a new DomUI page, immediately creating a session for it.
|
static String |
DomUtil.createPageRURL(Class<? extends UrlPage> clz,
IPageParameters pp)
Create a relative URL for the specified page (an URL that is relative to the application's context, i.e.
|
static String |
DomUtil.createPageURL(Class<? extends UrlPage> clz,
IPageParameters pp)
IMPORTANT: This method MUST be used only within UI threads, when UIContext.getRequestContext() != null!
In all other, usually background running threads, other alternatives that are using stored appURL must be used!
|
static String |
DomUtil.createPageURL(String webAppUrl,
Class<? extends UrlPage> clz,
IPageParameters pp)
IMPORTANT: This method MUST be used for non UI threads, when UIContext.getRequestContext() == null!
In all other, usually UI running threads, use other alternatives that is using appURL from UIContext.getRequestContext()!
|
static String |
DomUtil.createPageURL(String rurl,
IPageParameters pageParameters)
Generate an URL to some page with parameters.
|
static String |
DomUtil.getAdjustedComponentUrl(NodeBase component,
String command,
IPageParameters pp) |
static String |
DomUtil.getAdjustedPageUrl(Page page,
IPageParameters pp) |
static Long |
DomUtil.getLongParameter(IPageParameters pp,
String name,
Long def)
Deprecated.
|
Copyright © 2017 etc.to. All rights reserved.