|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Page | |
---|---|
to.etc.domui.component.buttons | This package contains all kinds of action buttons. |
to.etc.domui.component.delayed | |
to.etc.domui.component.graph | |
to.etc.domui.component.input | |
to.etc.domui.component.layout | |
to.etc.domui.dom | |
to.etc.domui.dom.errors | |
to.etc.domui.dom.html | |
to.etc.domui.parts | |
to.etc.domui.server | |
to.etc.domui.state | |
to.etc.domui.trouble | |
to.etc.domui.util.bugs |
Uses of Page in to.etc.domui.component.buttons |
---|
Methods in to.etc.domui.component.buttons with parameters of type Page | |
---|---|
void |
DefaultButton.onAddedToPage(Page p)
When attached to a page, this causes the Button Image Renderer URL to be set in the image. |
Uses of Page in to.etc.domui.component.delayed |
---|
Methods in to.etc.domui.component.delayed with parameters of type Page | |
---|---|
void |
PollingDiv.onAddedToPage(Page p)
Register as a poll thing when added to page. |
void |
PollingDiv.onRemoveFromPage(Page p)
Unregister as poller when removed. |
Uses of Page in to.etc.domui.component.graph |
---|
Methods in to.etc.domui.component.graph with parameters of type Page | |
---|---|
void |
ColorPickerButton.onAddedToPage(Page p)
|
void |
ColorPicker.onAddedToPage(Page p)
|
Uses of Page in to.etc.domui.component.input |
---|
Methods in to.etc.domui.component.input with parameters of type Page | |
---|---|
void |
ComboFixedClientFilter.onAddedToPage(Page p)
Force the javascript to load when this panel is used. |
void |
DateInput.onAddedToPage(Page p)
|
void |
DateInput.onHeaderContributors(Page page)
The calendar thingy requires calendar files. |
void |
DateInput.onRemoveFromPage(Page p)
|
Uses of Page in to.etc.domui.component.layout |
---|
Methods in to.etc.domui.component.layout with parameters of type Page | |
---|---|
void |
TabPanelBase.TabInstance.errorMessageAdded(Page pg,
UIMessage m)
|
void |
ErrorMessageDiv.errorMessageAdded(Page pg,
UIMessage m)
Adds the error message to the visible list. |
void |
ErrorPanel.errorMessageAdded(Page pg,
UIMessage m)
Adds the new error message to this panel, making it visible. |
void |
TabPanelBase.TabInstance.errorMessageRemoved(Page pg,
UIMessage m)
|
void |
ErrorMessageDiv.errorMessageRemoved(Page pg,
UIMessage m)
|
void |
ErrorPanel.errorMessageRemoved(Page pg,
UIMessage m)
Removes the error message from this panel, rendering it invisible. |
void |
FloatingWindow.onAddedToPage(Page p)
|
void |
PopInPanel.onAddedToPage(Page p)
|
void |
SplitterPanel.onAddedToPage(Page p)
Force the javascript to load when this panel is used. |
void |
ErrorPanel.onAddedToPage(Page p)
When I'm added to a page register myself as an error listener for that page. |
void |
FloatingWindow.onRemoveFromPage(Page p)
|
void |
PopInPanel.onRemoveFromPage(Page p)
|
void |
ErrorPanel.onRemoveFromPage(Page p)
When I'm removed from a page I may no longer handle it's errors, so remove myself from the error listener chain. |
Uses of Page in to.etc.domui.dom |
---|
Methods in to.etc.domui.dom that return Page | |
---|---|
Page |
HtmlFullRenderer.page()
|
Methods in to.etc.domui.dom with parameters of type Page | |
---|---|
void |
HtmlFullRenderer.render(IRequestContext ctx,
Page page)
|
Uses of Page in to.etc.domui.dom.errors |
---|
Methods in to.etc.domui.dom.errors with parameters of type Page | |
---|---|
void |
IErrorMessageListener.errorMessageAdded(Page pg,
UIMessage m)
|
void |
IErrorMessageListener.errorMessageRemoved(Page pg,
UIMessage m)
|
boolean |
IExceptionListener.handleException(IRequestContext ctx,
Page pg,
NodeBase source,
java.lang.Throwable t)
|
Uses of Page in to.etc.domui.dom.html |
---|
Methods in to.etc.domui.dom.html that return Page | |
---|---|
Page |
NodeBase.getPage()
Return the Page for this node, if attached, or null otherwise. |
Page |
OptimalDeltaRenderer.page()
|
Methods in to.etc.domui.dom.html with parameters of type Page | |
---|---|
void |
Select.onAddedToPage(Page p)
|
void |
NodeBase.onAddedToPage(Page p)
|
void |
NodeBase.onHeaderContributors(Page page)
|
void |
Select.onRemoveFromPage(Page p)
|
void |
NodeBase.onRemoveFromPage(Page p)
|
Constructors in to.etc.domui.dom.html with parameters of type Page | |
---|---|
OptimalDeltaRenderer(HtmlFullRenderer fullr,
IRequestContext ctx,
Page page)
|
Uses of Page in to.etc.domui.parts |
---|
Methods in to.etc.domui.parts that return Page | |
---|---|
Page |
ComponentPartRenderer.getPage()
|
Uses of Page in to.etc.domui.server |
---|
Methods in to.etc.domui.server with parameters of type Page | |
---|---|
java.lang.String |
DomApplication.handleNotLoggedInException(RequestContextImpl ci,
Page page,
NotLoggedInException x)
Responsible for redirecting to the appropriate login page. |
void |
DomApplication.internalCallPageAction(RequestContextImpl ctx,
Page ws)
|
void |
DomApplication.internalCallPageComplete(IRequestContext ctx,
Page ws)
|
void |
DomApplication.internalCallPageFullRender(RequestContextImpl ctx,
Page ws)
|
void |
IDomUIStateListener.onAfterPage(IRequestContext ctx,
Page pg)
|
void |
IDomUIStateListener.onBeforeFullRender(RequestContextImpl ctx,
Page pg)
Called just before the page is rendered fully. |
void |
IDomUIStateListener.onBeforePageAction(RequestContextImpl ctx,
Page pg)
Called just before page actions are executed (AJAX requests) |
static void |
ApplicationRequestHandler.renderOptimalDelta(RequestContextImpl ctx,
Page page)
|
Uses of Page in to.etc.domui.state |
---|
Methods in to.etc.domui.state that return Page | |
---|---|
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 Page |
UIContext.getCurrentPage()
|
Page |
ShelvedEntry.getPage()
|
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. |
Methods in to.etc.domui.state with parameters of type Page | |
---|---|
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 void |
UIGoto.clearPageAndReload(Page pg,
java.lang.String msg)
Destroy the current page and replace it with the new page specified. |
static void |
UIGoto.clearPageAndReload(Page pg,
java.lang.String msg,
PageParameters pp)
Destroy the current page and replace it with the new page specified with provided page parameters. |
static void |
UIGoto.clearPageAndReload(Page pg,
UIMessage msg)
Destroy the current page and replace it with the new page specified. |
static void |
UIGoto.clearPageAndReload(Page pg,
UIMessage msg,
PageParameters pp)
Destroy the current page and replace it with the new page specified. |
boolean |
WindowSession.handleExceptionGoto(RequestContextImpl ctx,
Page currentpg,
boolean ajax)
Goto handling in EXCEPTION handling mode: only Redirect is allowed here. |
boolean |
WindowSession.handleGoto(RequestContextImpl ctx,
Page currentpg,
boolean ajax)
This checks whether a new page is to be made resident, instead of the current page. |
void |
ConversationContext.internalRegisterPage(Page p,
PageParameters papa)
|
static void |
UIContext.internalSet(Page pg)
|
void |
WindowSession.internalSetLastPage(Page page)
|
static boolean |
PageMaker.pageAcceptsParameters(Page pg,
PageParameters papa)
FIXME Move to WindowSession? |
void |
ConversationContext.processDelayedResults(Page pg)
|
void |
DelayedActivitiesManager.processDelayedResults(Page pg)
|
static void |
UIGoto.replace(Page pg,
java.lang.Class<? extends UrlPage> clz,
PageParameters pp,
UIMessage msg)
Replace the "current" page with a new page. |
Constructors in to.etc.domui.state with parameters of type Page | |
---|---|
ShelvedEntry(Page page)
|
Uses of Page in to.etc.domui.trouble |
---|
Methods in to.etc.domui.trouble with parameters of type Page | |
---|---|
static NotLoggedInException |
NotLoggedInException.create(IRequestContext ctx,
Page page)
Create the proper exception type to return back to the specified page after login. |
Uses of Page in to.etc.domui.util.bugs |
---|
Methods in to.etc.domui.util.bugs with parameters of type Page | |
---|---|
protected static void |
DefaultBugListener.checkForBugs(IRequestContext ctx,
Page pg)
Check if the page has bugs and if so show a bug icon in it's top. |
protected static void |
DefaultBugListener.toggleBugDisplay(Page pg,
to.etc.domui.util.bugs.DefaultBugListener.BugRef ref)
Toggles the bug display floater. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |