| com.sun.rave.web.ui.component.PanelLayoutBase com.sun.rave.web.ui.component.PanelLayout
PanelLayout | public class PanelLayout extends PanelLayoutBase (Code) | | A panel component for laying out other components in flow mode, or using
absolute positioning.
author: gjmurphy |
Field Summary | |
final public static String | FLOW_LAYOUT Keyword that indicates flow layout. | final public static String | GRID_LAYOUT Keyword that indicates grid layout or absolute positioning. |
Constructor Summary | |
public | PanelLayout() Creates a new instance of PanelLayout. |
FLOW_LAYOUT | final public static String FLOW_LAYOUT(Code) | | Keyword that indicates flow layout.
|
GRID_LAYOUT | final public static String GRID_LAYOUT(Code) | | Keyword that indicates grid layout or absolute positioning.
|
PanelLayout | public PanelLayout()(Code) | | Creates a new instance of PanelLayout.
|
setPanelLayout | public void setPanelLayout(String panelLayout)(Code) | | Set the layout mode for this panel, to either "grid" or "flow". The
default value is "grid". Setting this property to an unrecognized value
will cause it to reset to the default value.
|
|
|