ice
Tag panelBorder


The panelBorder is a layout container component that arranges and resizes specified child containers to fit in five regions: north, south, east, west, and center. These regions are defined using facets.
The panelBorder component can be used to provide a general layout scheme for a page.
Note: A panelBorder facet needs a container type component as a child (e.g., panelGroup, panelGrid or form). panelGroup renders a span tag, which doesn't work properly if using Mozilla. panelGrid can be used to avoid display problems.


Tag Information
Tag Classcom.icesoft.faces.component.panelborder.PanelBorderTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
idfalsefalsejava.lang.StringEvery component may have an unique id. Automatically created if omitted.
renderedfalsefalsejava.lang.StringIf false, this component will not be rendered.
bindingfalsefalsejava.lang.StringComponent binding.
renderedOnUserRolefalsefalsejava.lang.String If user is in given role, this component will be rendered normally. If not, nothing is rendered and the body of this tag will be skipped.
alignfalsefalsejava.lang.StringPassed through to root element.
borderfalsefalsejava.lang.StringPassed through to root element.
bgcolorfalsefalsejava.lang.StringPassed through to root element.
cellpaddingfalsefalsejava.lang.StringPassed through to root element.
cellspacingfalsefalsejava.lang.StringPassed through to root element.
framefalsefalsejava.lang.StringPassed through to root element.
rulesfalsefalsejava.lang.StringPassed through to root element.
summaryfalsefalsejava.lang.StringPassed through to root element.
heightfalsefalsejava.lang.StringPassed through to root element.
widthfalsefalsejava.lang.StringPassed through to root element.
dirfalsefalsejava.lang.StringPassed through to root element.
langfalsefalsejava.lang.StringPassed through to root element.
titlefalsefalsejava.lang.StringPassed through to root element.
stylefalsefalsejava.lang.StringPassed through to root element.
styleClassfalsefalsejava.lang.String

Defines the base class name for all style classes used in panelBorder. Default value is icePage

  • icePageNorth
  • icePageWest
  • icePageEast
  • icePageCenter
  • icePageSouth
  • icePageStyle
layoutfalsefalsejava.lang.String layout | north | south | west | east | center | ===================|========|========|=======|========|========| default | top | bottom | left | right | center | horizontal reverse | top | bottom | right | left | center | vertical reverse | bottom | top | left | right | center | center only | none | none | none | none | center | hide north | none | bottom | left | right | center | hide east | top | bottom | left | none | center | hide south | top | none | left | right | center | hide west | top | bottom | none | right | center |

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.