|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of UrlPage in to.etc.domui.component.input |
---|
Methods in to.etc.domui.component.input with parameters of type UrlPage | |
---|---|
java.util.List<T> |
CriteriaComboDataSet.getComboDataSet(UrlPage page)
Execute the query and return the result. |
Uses of UrlPage in to.etc.domui.component.menu |
---|
Methods in to.etc.domui.component.menu that return types with arguments of type UrlPage | |
---|---|
java.lang.Class<? extends UrlPage> |
IMenuItem.getPageClass()
|
java.lang.Class<? extends UrlPage> |
MenuItemImpl.getPageClass()
|
java.lang.Class<? extends UrlPage> |
MenuItemProxy.getPageClass()
|
Method parameters in to.etc.domui.component.menu with type arguments of type UrlPage | |
---|---|
MenuItemImpl |
MenuManager.registerMenuItem(BundleRef bundle,
java.lang.String keyBase,
java.lang.Class<? extends UrlPage> pageClass,
java.lang.Object... parameters)
Registers a menu item. |
MenuItemImpl |
MenuManager.registerMenuItem(java.lang.Class<? extends UrlPage> pageClass,
java.lang.Object... parameters)
Registers a new menu item. |
MenuItemImpl |
MenuItemImpl.setPageClass(java.lang.Class<? extends UrlPage> pageClass)
|
Uses of UrlPage in to.etc.domui.component.meta.impl |
---|
Methods in to.etc.domui.component.meta.impl with parameters of type UrlPage | |
---|---|
java.util.List<java.lang.Object> |
UndefinedComboDataSet.getComboDataSet(UrlPage cc)
|
Uses of UrlPage in to.etc.domui.component.misc |
---|
Methods in to.etc.domui.component.misc that return types with arguments of type UrlPage | |
---|---|
java.lang.Class<? extends UrlPage> |
ALink.getTargetClass()
|
Method parameters in to.etc.domui.component.misc with type arguments of type UrlPage | |
---|---|
void |
ALink.setTargetClass(java.lang.Class<? extends UrlPage> targetClass,
java.lang.Object... parameters)
|
Constructor parameters in to.etc.domui.component.misc with type arguments of type UrlPage | |
---|---|
ALink(java.lang.Class<? extends UrlPage> targetClass)
Link to a new page; the new page is a SUB page (it is added to the shelve stack). |
|
ALink(java.lang.Class<? extends UrlPage> targetClass,
MoveMode mode)
|
|
ALink(java.lang.Class<? extends UrlPage> targetClass,
PageParameters targetParameters)
Link to a new page; the new page is a SUB page (it is added to the shelve stack). |
|
ALink(java.lang.Class<? extends UrlPage> targetClass,
PageParameters targetParameters,
MoveMode mode)
|
|
ALink(java.lang.Class<? extends UrlPage> targetClass,
PageParameters targetParameters,
WindowParameters newWindowParameters)
|
Uses of UrlPage in to.etc.domui.dom.html |
---|
Methods in to.etc.domui.dom.html that return UrlPage | |
---|---|
UrlPage |
Page.getBody()
Return the BODY component for this page. |
Method parameters in to.etc.domui.dom.html with type arguments of type UrlPage | |
---|---|
void |
Page.openWindow(java.lang.Class<? extends UrlPage> clz,
PageParameters pp,
WindowParameters wp)
Deprecated. |
Constructors in to.etc.domui.dom.html with parameters of type UrlPage | |
---|---|
Page(UrlPage pageContent)
|
Uses of UrlPage in to.etc.domui.injector |
---|
Methods in to.etc.domui.injector with parameters of type UrlPage | |
---|---|
protected java.lang.Object |
UrlEntityInjector.createNew(UrlPage page,
RequestContextImpl ctx)
Create a new instance. |
protected java.lang.Object |
UrlEntityInjector.getKeyInstance(QDataContext dc,
UrlPage page,
java.lang.String pv)
|
protected java.lang.String |
UrlEntityInjector.getParameterValue(UrlPage page,
PageParameters papa)
|
void |
UrlEntityInjector.inject(UrlPage page,
RequestContextImpl ctx,
PageParameters papa)
|
abstract void |
PropertyInjector.inject(UrlPage page,
RequestContextImpl ctx,
PageParameters pp)
|
void |
UrlParameterInjector.inject(UrlPage page,
RequestContextImpl ctx,
PageParameters papa)
Effects the actual injection of an URL parameter to a value. |
void |
DefaultPageInjector.injectPageValues(UrlPage page,
RequestContextImpl ctx,
PageParameters papa)
This scans the page for properties that are to be injected. |
protected boolean |
UrlEntityInjector.isNew(UrlPage page,
RequestContextImpl ctx,
PageParameters papa,
java.lang.String value)
Returns T if the request is to create a new instance. |
Method parameters in to.etc.domui.injector with type arguments of type UrlPage | |
---|---|
protected to.etc.domui.injector.PageInjector |
DefaultPageInjector.calculatePageInjector(java.lang.Class<? extends UrlPage> page)
Fully recalculates the page injectors to use for the specified page. |
Uses of UrlPage in to.etc.domui.login |
---|
Subclasses of UrlPage in to.etc.domui.login | |
---|---|
class |
AccessDeniedPage
|
Uses of UrlPage in to.etc.domui.pages.generic |
---|
Subclasses of UrlPage in to.etc.domui.pages.generic | |
---|---|
class |
BasicEditPage<T>
Basic stuff to handle editing a simple entity. |
class |
BasicListPage<T>
Generic page handling some cruddy stuff. |
class |
BasicPage<T>
|
Uses of UrlPage in to.etc.domui.parts |
---|
Methods in to.etc.domui.parts that return types with arguments of type UrlPage | |
---|---|
java.lang.Class<? extends UrlPage> |
ComponentPartRenderer.getPageClass()
|
Uses of UrlPage in to.etc.domui.server |
---|
Methods in to.etc.domui.server that return types with arguments of type UrlPage | |
---|---|
abstract java.lang.Class<? extends UrlPage> |
DomApplication.getRootPage()
Must return the "root" class of the application; the class rendered when the application's root URL is entered without a class name. |
java.lang.Class<? extends UrlPage> |
DomApplication.loadPageClass(java.lang.String name)
|
Uses of UrlPage in to.etc.domui.state |
---|
Methods in to.etc.domui.state with type parameters of type UrlPage | ||
---|---|---|
static
|
PageMaker.getBestPageConstructor(java.lang.Class<T> clz,
boolean hasparam)
|
|
static
|
PageMaker.getPageConstructor(java.lang.Class<T> clz,
java.lang.Class<? extends ConversationContext> ccclz,
boolean hasparam)
Finds the best constructor to use for the given page and the given conversation context. |
Methods in to.etc.domui.state that return types with arguments of type UrlPage | |
---|---|
java.lang.Class<? extends UrlPage> |
WindowSession.getTargetPageClass()
|
Methods in to.etc.domui.state with parameters of type UrlPage | |
---|---|
void |
IPageInjector.injectPageValues(UrlPage page,
RequestContextImpl ctx,
PageParameters papa)
|
Method parameters in to.etc.domui.state with type arguments of type UrlPage | |
---|---|
static void |
UIGoto.clearPageAndReload(Page pg,
java.lang.Class<? extends UrlPage> target,
PageParameters pp,
java.lang.String msg)
Destroy the current page and replace it with the new page specified. |
static Page |
PageMaker.findPageInConversation(IRequestContext rctx,
java.lang.Class<? extends UrlPage> clz,
java.lang.String cid)
This tries to locate the specified page class in the conversation specified, and returns null if the page cannot be located. |
static java.lang.Class<? extends ConversationContext> |
PageMaker.getConversationType(java.lang.reflect.Constructor<? extends UrlPage> clz)
From a page constructor, get the Conversation class to use. |
void |
WindowSession.internalSetNextPage(MoveMode m,
java.lang.Class<? extends UrlPage> clz,
ConversationContext cc,
java.lang.Class<? extends ConversationContext> ccclz,
PageParameters pp)
|
Page |
WindowSession.makeOrGetPage(IRequestContext rctx,
java.lang.Class<? extends UrlPage> clz,
PageParameters papa)
Get a valid Page, either from the shelve stack or some other location. |
static void |
UIGoto.moveNew(java.lang.Class<? extends UrlPage> clz)
Clear the entire shelve, then goto a new page. |
static void |
UIGoto.moveNew(java.lang.Class<? extends UrlPage> clz,
java.lang.Object... param)
Clear the entire shelf, then goto a new page. |
static void |
UIGoto.moveNew(java.lang.Class<? extends UrlPage> clz,
PageParameters pp)
Clear the entire shelf, then goto a new page. |
static void |
UIGoto.moveSub(java.lang.Class<? extends UrlPage> clz)
Push (shelve) the current page, then move to a new page. |
static void |
UIGoto.moveSub(java.lang.Class<? extends UrlPage> clz,
ConversationContext cc,
PageParameters pp)
Push (shelve) the current page, then move to a new page. |
static void |
UIGoto.moveSub(java.lang.Class<? extends UrlPage> clz,
java.lang.Object... param)
Push (shelve) the current page, then move to a new page. |
static void |
UIGoto.moveSub(java.lang.Class<? extends UrlPage> clz,
PageParameters pp)
Push (shelve) the current page, then move to a new page. |
static void |
UIGoto.replace(java.lang.Class<? extends UrlPage> clz)
Replace the "current" page with a new page. |
static void |
UIGoto.replace(java.lang.Class<? extends UrlPage> clz,
PageParameters pp)
Replace the "current" page with a new page. |
static void |
UIGoto.replace(Page pg,
java.lang.Class<? extends UrlPage> clz,
PageParameters pp,
UIMessage msg)
Replace the "current" page with a new page. |
Uses of UrlPage in to.etc.domui.testsupport |
---|
Methods in to.etc.domui.testsupport with type parameters of type UrlPage | ||
---|---|---|
static
|
TUtilDomUI.createBody(java.lang.Class<T> clz)
Create a page body from the specified class. |
|
static
|
TUtilDomUI.createBody(java.lang.Class<T> clz,
PageParameters pp)
Create a page body from the specified class. |
Methods in to.etc.domui.testsupport that return UrlPage | |
---|---|
static UrlPage |
TUtilDomUI.createBody()
Create an empty, parameterless UrlPage page to use to add nodes to. |
static UrlPage |
TUtilDomUI.createBody(PageParameters pp)
Create an empty UrlPage with page parameters. |
Method parameters in to.etc.domui.testsupport with type arguments of type UrlPage | |
---|---|
static Page |
TUtilDomUI.createPage(java.lang.Class<? extends UrlPage> clz)
|
static Page |
TUtilDomUI.createPage(java.lang.Class<? extends UrlPage> clz,
PageParameters pp)
|
Uses of UrlPage in to.etc.domui.trouble |
---|
Subclasses of UrlPage in to.etc.domui.trouble | |
---|---|
class |
ExpiredDataPage
|
Uses of UrlPage in to.etc.domui.util |
---|
Methods in to.etc.domui.util with parameters of type UrlPage | |
---|---|
static BundleRef |
DomUtil.findPageBundle(UrlPage urlPage)
Locates the default page bundle for a page. |
java.util.List<T> |
IComboDataSet.getComboDataSet(UrlPage page)
|
void |
INewPageInstantiated.newPageInstantiated(UrlPage body)
|
Method parameters in to.etc.domui.util with type arguments of type UrlPage | |
---|---|
static java.lang.String |
DomUtil.createPageURL(java.lang.Class<? extends UrlPage> clz,
PageParameters pp)
|
static boolean |
DomUtil.hasResource(java.lang.Class<? extends UrlPage> clz,
java.lang.String cn)
Returns T if the specified resource exists. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |