| Modifier and Type | Method and Description |
|---|---|
void |
DomuiPageTester.addPage(Class<? extends UrlPage> page,
Object... data) |
void |
DomuiPageTester.addPage(Class<? extends UrlPage> page,
PageParameters pp) |
| Constructor and Description |
|---|
BindingMessenger(Object object,
ModelBindings bindings,
Class<? extends UrlPage> urlClass)
Resolves the classbundle for the Urlpage
|
| Modifier and Type | Method and Description |
|---|---|
List<T> |
CriteriaComboDataSet.getComboDataSet(UrlPage page)
Execute the query and return the result.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends UrlPage> |
MenuItemProxy.getPageClass() |
Class<? extends UrlPage> |
MenuItemImpl.getPageClass() |
Class<? extends UrlPage> |
IMenuItem.getPageClass() |
| Modifier and Type | Method and Description |
|---|---|
MenuItemImpl |
MenuManager.registerMenuItem(BundleRef bundle,
String keyBase,
Class<? extends UrlPage> pageClass,
Object... parameters)
Registers a menu item.
|
MenuItemImpl |
MenuManager.registerMenuItem(Class<? extends UrlPage> pageClass,
Object... parameters)
Registers a new menu item.
|
MenuItemImpl |
MenuItemImpl.setPageClass(Class<? extends UrlPage> pageClass) |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
UndefinedComboDataSet.getComboDataSet(UrlPage cc) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends UrlPage> |
ALink.getTargetClass() |
| Modifier and Type | Method and Description |
|---|---|
void |
ALink.setTargetClass(Class<? extends UrlPage> targetClass,
Object... parameters) |
| Constructor and Description |
|---|
ALink(Class<? extends UrlPage> targetClass)
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)
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(Class<? extends UrlPage> targetClass,
MoveMode mode) |
| Modifier and Type | Method and Description |
|---|---|
UrlPage |
Page.getBody()
Return the BODY component for this page.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Page.openWindow(Class<? extends UrlPage> clz,
IPageParameters pp,
WindowParameters wp)
Deprecated.
|
| Constructor and Description |
|---|
Page(UrlPage pageContent) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
UrlFindEntityByPkInjector.createNew(UrlPage page)
Create a new instance.
|
protected Object |
UrlFindEntityByPkInjector.getKeyInstance(QDataContext dc,
UrlPage page,
String pkValue) |
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 |
|---|---|
to.etc.domui.injector.PageInjector |
DefaultPageInjector.calculateInjectors(Class<? extends UrlPage> page) |
void |
DefaultPageInjectorFactory.calculatePageInjectors(Map<String,PropertyInjector> registrationMap,
Class<? extends UrlPage> pageClass)
Checks all properties of a page and returns a list of Injectors to use to inject values into
those properties, if needed.
|
void |
IPageInjectorCalculator.calculatePageInjectors(Map<String,PropertyInjector> registrationMap,
Class<? extends UrlPage> pageClass) |
| Modifier and Type | Class and Description |
|---|---|
class |
LoggerConfigPage |
class |
TestLoggerPage |
| Modifier and Type | Class and Description |
|---|---|
class |
ServerLogPage |
| Modifier and Type | Class and Description |
|---|---|
class |
AccessDeniedPage
Shows access denied info.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicEditPage<T>
Basic stuff to handle editing a simple entity.
|
class |
BasicListPage<T>
Generic page handling some cruddy stuff.
|
class |
BasicPage<T> |
class |
CurrentlyLoggedInUsersPage |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends UrlPage> |
ComponentPartRenderer.getPageClass() |
| Modifier and Type | Method and Description |
|---|---|
<T extends UrlPage> |
DomApplication.getAccessDeniedPageClass()
Returns the class for UrlPage that is Access Denied page handler.
|
| Modifier and Type | Method and Description |
|---|---|
abstract 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.
|
Class<? extends UrlPage> |
DomApplication.loadPageClass(String name) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends UrlPage> |
PageMaker.getBestPageConstructor(Class<T> clz,
boolean hasparam) |
static <T extends UrlPage> |
PageMaker.getPageConstructor(Class<T> clz,
Class<? extends ConversationContext> ccclz,
boolean hasparam)
Finds the best constructor to use for the given page and the given conversation context.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends UrlPage> |
WindowSession.getTargetPageClass() |
| Modifier and Type | Method and Description |
|---|---|
void |
IGotoAction.executeAction(UrlPage page) |
| Modifier and Type | Method and Description |
|---|---|
static Page |
PageMaker.findPageInConversation(IRequestContext rctx,
Class<? extends UrlPage> clz,
String cid)
This tries to locate the specified page class in the conversation specified, and returns
null if the page cannot be located.
|
static Class<? extends ConversationContext> |
PageMaker.getConversationType(Constructor<? extends UrlPage> clz)
From a page constructor, get the Conversation class to use.
|
boolean |
WindowSession.insertShelveEntry(int depth,
Class<? extends UrlPage> clz,
IPageParameters parameters)
This inserts a (possibly new) entry in the page stack.
|
String |
WindowSession.internalAttemptReload(javax.servlet.http.HttpSession hs,
Class<? extends UrlPage> clz2,
PageParameters pageParameters,
String oldWindowId)
This will try to resurrect a set of windows from a previously stored stack.
|
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)
Clear the entire shelve, then goto a new page.
|
static void |
UIGoto.moveNew(Class<? extends UrlPage> clz,
IPageParameters pp)
Clear the entire shelf, then goto a new page.
|
static void |
UIGoto.moveNew(Class<? extends UrlPage> clz,
Object... param)
Clear the entire shelf, then goto a new page.
|
static void |
UIGoto.moveSub(Class<? extends UrlPage> clz)
Push (shelve) the current page, then move to 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.moveSub(Class<? extends UrlPage> clz,
Object... param)
Push (shelve) the current page, then move to a new page.
|
static void |
UIGoto.replace(Class<? extends UrlPage> clz)
Replace the "current" page with 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.
|
Page |
WindowSession.tryToMakeOrGetPage(IRequestContext rctx,
Class<? extends UrlPage> clz,
PageParameters papa,
String action)
Get a valid Page, either from the shelve stack or some other location.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends UrlPage> |
TUtilDomUI.createBody(Class<T> clz)
Create a page body from the specified class.
|
static <T extends UrlPage> |
TUtilDomUI.createBody(Class<T> clz,
PageParameters pp)
Create a page body from the specified class.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Page |
TUtilDomUI.createPage(Class<? extends UrlPage> clz) |
static Page |
TUtilDomUI.createPage(Class<? extends UrlPage> clz,
PageParameters pp) |
| Modifier and Type | Class and Description |
|---|---|
class |
DateInputTestPage
Selenium test date input check page.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DataAccessViolationPage |
class |
ExpiredDataPage |
class |
ExpiredSessionPage |
| Modifier and Type | Method and Description |
|---|---|
static BundleRef |
DomUtil.findPageBundle(UrlPage urlPage)
Locates the default page bundle for a page.
|
List<T> |
IComboDataSet.getComboDataSet(UrlPage page) |
void |
INewPageInstantiated.newPageBuilt(UrlPage body)
Called whenever a page is "built", also when it is built *again* due to a forceRebuild.
|
void |
INewPageInstantiated.newPageCreated(UrlPage body)
Called when the page is still "unbuilt", just after creation of it.
|
| Modifier and Type | Method and Description |
|---|---|
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 boolean |
DomUtil.hasResource(Class<? extends UrlPage> clz,
String cn)
Returns T if the specified resource exists.
|
static void |
DomUILinkedTextRenderer.register(Class<? extends IIdentifyable<?>> dataClass,
Class<? extends UrlPage> page,
String paramName) |
static void |
DomUILinkedTextRenderer.register(String linkName,
Class<? extends UrlPage> page,
String paramName) |
Copyright © 2017 etc.to. All rights reserved.