|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.arsdigita.bebop.Completable
com.arsdigita.bebop.SimpleComponent
com.arsdigita.bebop.TextStylable
com.arsdigita.bebop.BlockStylable
com.arsdigita.bebop.Page
com.arsdigita.portalserver.CWPage
com.arsdigita.portalserver.ApplicationPage
com.arsdigita.portalserver.PortalPage
com.arsdigita.portalserver.ToolPage
ToolPage class
This is a common page to be used by all applications for consistent styling.
Nested Class Summary |
Nested classes inherited from class com.arsdigita.portalserver.PortalPage |
PortalPage.CurrentPortalLabelPrinter, PortalPage.CurrentPortalLinkPrinter, PortalPage.PersonalPortalLinkPrinter |
Nested classes inherited from class com.arsdigita.portalserver.ApplicationPage |
ApplicationPage.CurrentApplicationLabelPrinter, ApplicationPage.CurrentApplicationLinkPrinter, ApplicationPage.ParentApplicationLinkPrinter |
Field Summary | |
static String |
versionId
|
Fields inherited from class com.arsdigita.portalserver.CWPage |
PORTAL_BODY_ELEMENT, PORTAL_FOOTER_ELEMENT, PORTAL_GLOBAL_ELEMENT, PORTAL_HEADER_ELEMENT, PORTAL_XML_NS |
Fields inherited from class com.arsdigita.bebop.Page |
m_invisible, m_panel |
Fields inherited from class com.arsdigita.bebop.BlockStylable |
ABSBOTTOM, ABSMIDDLE, BASELINE, BOTTOM, CENTER, FULL_WIDTH, INSERT, LEFT, MIDDLE, RIGHT, TEXTTOP, TOP |
Fields inherited from class com.arsdigita.bebop.SimpleComponent |
m_attr |
Fields inherited from interface com.arsdigita.bebop.Component |
BEBOP_XML_NS, CLASS, ID, ON_CLICK, STYLE |
Constructor Summary | |
ToolPage()
|
|
ToolPage(String view)
|
Method Summary | |
protected void |
buildContextBar()
|
protected void |
buildHeader(com.arsdigita.bebop.Container header)
|
protected void |
buildTitle()
|
Methods inherited from class com.arsdigita.portalserver.PortalPage |
addStyleBlock, buildGlobal, generateXML |
Methods inherited from class com.arsdigita.portalserver.ApplicationPage |
buildBody, buildFooter, buildPage, lock |
Methods inherited from class com.arsdigita.portalserver.CWPage |
add, getBody, getFooter, getGlobal, getHeader, goModal, goUnmodal |
Methods inherited from class com.arsdigita.bebop.Page |
add, addActionListener, addClientStylesheet, addComponent, addComponentStateParam, addGlobalStateParam, addRequestListener, buildDocument, children, contains, fireActionEvent, fireRequestEvent, generateXML, generateXMLHelper, get, getComponent, getComponentParameters, getErrorDisplay, getPanel, getParameters, getStateModel, getTitle, getTitle, indexOf, isEmpty, isUsingHttpSession, isVisibleDefault, parameterName, parameterName, prepare, process, process, removeActionListener, removeRequestListener, respond, setErrorDisplay, setPanel, setStyleSheet, setTitle, setTitle, setUsingHttpSession, setVisibleDefault, size, stateContains, stateIndex, stateSize |
Methods inherited from class com.arsdigita.bebop.BlockStylable |
setBorder, setBorder, setBorderColor, setHorizontalAlignment, setMargin, setMargin, setPadding, setPadding, setVerticalAlignment |
Methods inherited from class com.arsdigita.bebop.TextStylable |
setBackgroundColor, setColor |
Methods inherited from class com.arsdigita.bebop.SimpleComponent |
clone, exportAttributes, getAttribute, getClassAttr, getIdAttr, getKey, getMetaDataAttribute, getStyleAttr, hasAttributes, isLocked, isVisible, register, register, setAttribute, setClassAttr, setIdAttr, setKey, setMetaDataAttribute, setStyleAttr, setVisible |
Methods inherited from class com.arsdigita.bebop.Completable |
addCompletionListener, fireCompletionEvent |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.arsdigita.bebop.Component |
getClassAttr, getIdAttr, getKey, getStyleAttr, isVisible, register, register, setClassAttr, setIdAttr, setKey, setStyleAttr, setVisible |
Methods inherited from interface com.arsdigita.util.Lockable |
isLocked |
Field Detail |
public static final String versionId
Constructor Detail |
public ToolPage()
public ToolPage(String view)
view
- A String that specifies which application view to
show. Valid values: "user", "admin" and "null". If view is
"null", there will be no right-hand navigation link. Note -
We've decided not to have the right-hand navigation link at
all. Instead, you should create tabs. So, once the
applications are migrated, view will always be null and we can
remove view altogether.Method Detail |
protected void buildContextBar()
buildContextBar
in class PortalPage
protected void buildTitle()
buildTitle
in class ApplicationPage
protected void buildHeader(com.arsdigita.bebop.Container header)
buildHeader
in class ApplicationPage
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |