j4fry
Tag panel


Provides a panel to separate your view.
Possible facets which you could embed:
By Alexander Bell.
Report problems to team@j4fry.org


Tag Information
Tag Classorg.j4fry.jsf.taglib.PanelTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
idfalsetruejava.lang.StringID for the UIComponent
titlefalsetruejava.lang.StringThe title for the Panel if there isn't a title-facet
statefalsetruejava.lang.StringYou can define whether the panel is either closed or opened.
If the value of this attribute is a value-binding the state is gonna be saved in that property.
Possible values: CLOSE, OPEN

Default is OPEN
collapsiblefalsetruejava.lang.StringYou could define whether the panel is collapsible or not.
Possible values: TRUE, FALSE

Default is TRUE
styleClassfalsetruejava.lang.StringThe style for the entire panel.
headerClassfalsetruejava.lang.StringThe style for the header of the panel.
toggleClassfalsetruejava.lang.StringThe style for the toggle area.
bodyClassfalsetruejava.lang.StringThe style for the bodyTop and for the bodyBottom of the panel.
movablefalsetruejava.lang.StringIf movable is TRUE then you can drag'n drop the Panel
Please consider, when the panel is movable, it's going out of the pageflow! Possible values: TRUE, FALSE

Default is FALSE
forceIdfalsetruejava.lang.StringIf true, this component will force the use of the specified id when rendering.
Possible values: TRUE, FALSE

Default is FALSE
renderedfalsetruejava.lang.StringA boolean value that indicates whether this component should be rendered.
Possible values: TRUE, FALSE

Default is TRUE
togglePositionfalsetruejava.lang.StringDefine the position of the toggle area
Possible values: LHS (left-hand-side), RHS(right-hand-side)

Default is LHS

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.