| 
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.4) E14255-03  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bea.netuix.servlets.controls.ControlContext
com.bea.netuix.servlets.controls.PresentationContext
com.bea.netuix.servlets.controls.layout.LayoutPresentationContext
com.bea.netuix.servlets.controls.layout.FlowLayoutPresentationContext
public class FlowLayoutPresentationContext
Used to provide access to presentation-related attributes specific to the
 FlowLayout in use. Typically used during portal rendering via look and feel skeleton files
 (e.g. flowlayout.jsp).
getFlowLayoutPresentationContext(javax.servlet.http.HttpServletRequest), 
Serialized Form| Field Summary | |
|---|---|
protected static String | 
CLASS_NAME
 | 
| Method Summary | |
|---|---|
static FlowLayoutPresentationContext | 
getFlowLayoutPresentationContext(javax.servlet.http.HttpServletRequest request)
This is a convenience method for returning a reference to the one and only FlowLayoutPresentationContext.  | 
 String | 
getOrientation()
Returns the text of the orientation attribute specified in the .layout file that corresponds to this FlowLayout portal component. | 
 PlaceholderPresentationContext | 
getParentPlaceholderPresentationContext()
This method returns the parent PlaceholderPresentationContext for
 this FlowLayoutPresentationContext, if this FlowLayoutPresentationContext
 is implicit. | 
 String | 
getProperty(String key)
Get a property of the underlying component.  | 
 boolean | 
isHorizontal()
 | 
 boolean | 
isImplicitFlow()
This attribute is used to indicate whether this FlowLayout
 was created implicitely by a Placeholder to handle
 'usingFlow' duties, or explicitly by a  | 
 boolean | 
isVertical()
 | 
| Methods inherited from class com.bea.netuix.servlets.controls.layout.LayoutPresentationContext | 
|---|
getLayoutPresentationContext, getPlaceholders, getType | 
| Methods inherited from class com.bea.netuix.servlets.controls.PresentationContext | 
|---|
addCookie, addDateHeader, addHeader, addIntHeader, getAttributeRenderer, getChildren, getChildren, getFirstChild, getOrderedChildren, getParsedProperties, getPresentationClass, getPresentationId, getPresentationStyle, getProperties, getProperty, getPropertyAsBoolean, getPropertyAsInt, getRenderFormat, getResolvedLocale, getTagName, isVisible, setCharacterEncoding, setContentType, setVisible | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
protected static final String CLASS_NAME
| Method Detail | 
|---|
public String getOrientation()
FlowLayout portal component. Will be either FlowLayout.ORIENT_HORIZONTAL
 or FlowLayout.ORIENT_VERTICAL.
FlowLayout.ORIENT_VERTICAL is returned.FlowLayout.ORIENT_HORIZONTAL, 
FlowLayout.ORIENT_VERTICALpublic boolean isHorizontal()
public boolean isVertical()
public boolean isImplicitFlow()
FlowLayout
 was created implicitely by a Placeholder to handle
 'usingFlow' duties, or explicitly by a 
FlowLayout was created implicitely, false
         otherwise.public PlaceholderPresentationContext getParentPlaceholderPresentationContext()
PlaceholderPresentationContext for
 this FlowLayoutPresentationContext, if this FlowLayoutPresentationContext
 is implicit. An implicit FlowLayout is one that was created
 automatically by a Placeholder to handle 'usingFlow' duties.
PlaceholderPresentationContext parent of this implicit
 FlowLayoutPresentationContext, or null if it doesn't exist, or if
 this FlowLayoutPresentationContext is not implicit.public static FlowLayoutPresentationContext getFlowLayoutPresentationContext(javax.servlet.http.HttpServletRequest request)
request - The current HTTPServletRequest instance
public String getProperty(String key)
PresentationContextkey argument should not be null.
getProperty in class PresentationContextkey - The property key
  | 
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.4) E14255-03  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||