com.bea.netuix.servlets.controls.layout
Class BorderLayoutPresentationContext
java.lang.Object
|
+--com.bea.netuix.servlets.controls.ControlContext
|
+--com.bea.netuix.servlets.controls.PresentationContext
|
+--com.bea.netuix.servlets.controls.layout.LayoutPresentationContext
|
+--com.bea.netuix.servlets.controls.layout.BorderLayoutPresentationContext
- All Implemented Interfaces:
- Serializable
- public class BorderLayoutPresentationContext
- extends LayoutPresentationContext
- 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 |
BorderLayoutPresentationContext
protected BorderLayoutPresentationContext(Layout layout)
getLayoutStrategy
public String getLayoutStrategy()
north
public PlaceholderPresentationContext north()
west
public PlaceholderPresentationContext west()
center
public PlaceholderPresentationContext center()
east
public PlaceholderPresentationContext east()
south
public PlaceholderPresentationContext south()
columns
public int columns()
- Counts the maximum number of columns for this context's border layout instance.
- Returns:
- A value between 1 and 3
getBorderLayoutPresentationContext
public static BorderLayoutPresentationContext getBorderLayoutPresentationContext(HttpServletRequest request)
Copyright © 2003 BEA Systems, Inc. All Rights Reserved