|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectto.etc.domui.dom.css.CssBase
to.etc.domui.dom.html.NodeBase
to.etc.domui.dom.html.NodeContainer
to.etc.domui.dom.html.Div
to.etc.domui.dom.html.UrlPage
public class UrlPage
The base for all pages that can be accessed thru URL's. This is mostly a dummy class which ensures that all pages/fragments properly extend from DIV, ensuring that the Page logic can replace the "div" tag with a "body" tag for root fragments.
Constructor Summary | |
---|---|
UrlPage()
|
Method Summary | |
---|---|
java.lang.String |
getPageTitle()
Get the head's "title" tag for this page. |
void |
onDestroy()
Called when the page gets destroyed (navigation or such). |
void |
onReload()
Gets called when a page is reloaded (for ROOT pages only). |
void |
setPageTitle(java.lang.String pageTitle)
Set the head's "title" tag for this page. |
Methods inherited from class to.etc.domui.dom.html.Div |
---|
afterCreateContent, componentHandleWebAction, fadeIn, fadeIn, fadeOut, getDragHandler, getDropBody, getDropHandler, getDropMode, getReturnPressed, setDragHandler, setDropBody, setDropHandler, setReturnPressed, slideDown, slideUp, tb, visit |
Methods inherited from class to.etc.domui.dom.html.NodeContainer |
---|
add, add, add, addTable, canContain, delegateTo, findChildIndex, forceRebuild, getChild, getChildCount, getChildren, getDeepChild, getDeepChildren, getErrorFence, internalCheckNotDirty, internalClearDelta, internalClearDeltaFully, internalGetOldChildren, internalShelve, internalUnshelve, iterator, moveControlToModel, moveModelToControl, onRefresh, removeAllChildren, removeChild, removeChild, replaceChild, setControlsEnabled, setErrorFence, setErrorFence, setText, setValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UrlPage()
Method Detail |
---|
public void onReload() throws java.lang.Exception
java.lang.Exception
public void onDestroy() throws java.lang.Exception
java.lang.Exception
public java.lang.String getPageTitle()
public void setPageTitle(java.lang.String pageTitle)
pageTitle
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |