|
© 2003 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bea.netuix.servlets.controls.ControlContext | +--com.bea.netuix.servlets.controls.BackingContext | +--com.bea.netuix.servlets.controls.window.backing.WindowBackingContext | +--com.bea.netuix.servlets.controls.page.PageBackingContext
Field Summary |
Fields inherited from class com.bea.netuix.servlets.controls.ControlContext |
debug |
Constructor Summary | |
PageBackingContext(Page page)
|
Method Summary | |
String |
getActiveImage()
Getter for the uri to the activate image. |
String |
getInactiveImage()
Getter for the uri to the image displayed when the page is already active. |
String |
getLabel()
Returns the definition label on the page |
String |
getMarkupName()
Returns the value of the Page's markupName attribute. |
String |
getMarkupType()
Returns the value of the Page's markupType attribute. |
static PageBackingContext |
getPageBackingContext(HttpServletRequest request)
Get the PageBackingContext from the request |
BookBackingContext |
getParentBookBackingContext()
Returns the BookBackingContext of the Book that is the parent of the Page represented by this context. |
PageBackingContext |
getParentPageBackingContext()
Returns the PageBackingContext of the Page that is the parent of the Page represented by this context. |
String |
getRolloverImage()
|
List |
getWindowBackingContexts()
Return the collection of chils WindowBackingContexts (BookBackingContext or PortletBackingContext) for this page. |
boolean |
isActive()
Return the value of the underlying control's active
attribute. |
boolean |
isDisplayed()
Returns whether or not the Page associated with this PageBackingContext is actually displayed. |
boolean |
isHidden()
Return the value of the underlying control's hidden
attribute. |
void |
setActive(boolean active)
Set the value of the underlying control's active
attribute. |
void |
setActiveImage(String activeImage)
Setter for the activate image. |
void |
setHidden(boolean hidden)
Set the value of the underlying control's hidden
attribute. |
void |
setInactiveImage(String inactiveImage)
|
void |
setRolloverImage(String rolloverImage)
|
Methods inherited from class com.bea.netuix.servlets.controls.window.backing.WindowBackingContext |
getCapabilityVisible, getDefinitionId, getDefinitionLabel, getDescription, getInstanceId, getOrientation, getParentWindowBackingContext, getPlacementId, getPreviousWindowMode, getPreviousWindowState, getRenderedChildrenWindowBackingContexts, getTitle, getWindowMode, getWindowState, isCapable, isPacked, setCapabilityVisible, setDescription, setTitle, setupModeChangeEvent, setupModeChangeEvent, setupPageChangeEvent, setupStateChangeEvent |
Methods inherited from class com.bea.netuix.servlets.controls.BackingContext |
getChildrenBackingContexts, getContextFromRequest, getParentBackingContext, getTopParentBackingContext, isBackingPhase, isVisible, setBackingPhase, setVisible |
Methods inherited from class com.bea.netuix.servlets.controls.ControlContext |
getContextKey, getControl, getRequestKey, getUniqueId, removeContextFromRequest, setContextInRequest |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PageBackingContext(Page page)
Method Detail |
public String getLabel()
getLabel
in class WindowBackingContext
public BookBackingContext getParentBookBackingContext()
Page.getBook()
public String getMarkupName()
public String getMarkupType()
public PageBackingContext getParentPageBackingContext()
Page.getParentPage()
public boolean isActive()
active
attribute.
active
attribute.public boolean isHidden()
hidden
attribute.
hidden
attribute.public void setActive(boolean active)
active
attribute.
active
- boolean, the new value of the underlying control's active
attribute.public void setHidden(boolean hidden)
hidden
attribute.
hidden
- boolean, the new value of the underlying control's hidden
attribute.public static PageBackingContext getPageBackingContext(HttpServletRequest request)
public String getActiveImage()
public void setActiveImage(String activeImage)
activeImage
- a uri to the new activate image.public String getInactiveImage()
public void setInactiveImage(String inactiveImage)
inactiveImage
- public String getRolloverImage()
public void setRolloverImage(String rolloverImage)
rolloverImage
- public boolean isDisplayed()
public List getWindowBackingContexts()
Return the collection of chils WindowBackingContexts (BookBackingContext or PortletBackingContext) for this page. If no portlets and books exist returns an empty list.
BookBackingContext and PortletBackingContext
s objects
|
© 2003 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |