com.bea.netuix.servlets.controls.window
Class AbstractButtonPresentationContext
java.lang.Object
|
+--com.bea.netuix.servlets.controls.ControlContext
|
+--com.bea.netuix.servlets.controls.PresentationContext
|
+--com.bea.netuix.servlets.controls.window.AbstractButtonPresentationContext
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ButtonPresentationContext, ToggleButtonPresentationContext
- public class AbstractButtonPresentationContext
- extends PresentationContext
- See Also:
- Serialized Form
Methods inherited from class com.bea.netuix.servlets.controls.PresentationContext |
getChildren, getChildren, getControlState, getFirstChild, getParsedProperties, getPresentationClass, getPresentationId, getPresentationStyle, getProperties, getProperty, getProperty, getPropertyAsBoolean, getPropertyAsInt, getResolvedLocale, getTagName, isVisible, render, setVisible |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractButtonPresentationContext
protected AbstractButtonPresentationContext(AbstractButton button)
getImage
public String getImage()
getImageSrc
public String getImageSrc()
getRolloverImage
public String getRolloverImage()
getRolloverImageSrc
public String getRolloverImageSrc()
getAltText
public String getAltText()
getName
public String getName()
getWindowLabel
public String getWindowLabel()
getEventParam
public String getEventParam()
getEvent
public String getEvent()
getAbstractButtonPresentationContext
public static AbstractButtonPresentationContext getAbstractButtonPresentationContext(HttpServletRequest request)
isParentPortlet
public boolean isParentPortlet()
- Is my parent an instance of page.
- Returns:
- true if the parent is a page.
getContextKey
protected String getContextKey()
- Description copied from class:
ControlContext
Returns the context key. Subclasses may override this.
- Overrides:
getContextKey
in class ControlContext
- Returns:
- context key
Copyright © 2003 BEA Systems, Inc. All Rights Reserved