ICEfaces ACE Components
Tag panel


Panel is a generic grouping component that also supports toggling, closing and options menu. Both Close and Toggle events can be listened on server side with ajax listeners.

For more information, see the Panel Wiki Documentation.


Client Events
NameDescriptionSupported classes for argument
toggleFired when the toggle button is activated to expand or collapse the panel (default event).org.icefaces.ace.event.ToggleEvent
closeFired when the close button is activated to remove the panel from view.org.icefaces.ace.event.CloseEvent
Client events can be used with Client Behaviors and the ace:ajax tag.


Tag Information
Tag Classorg.icefaces.ace.component.panel.PanelTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
bindingnofalsejavax.el.ValueExpressionUsing an EL expression, bind the component reference to a bean property, so that the component may be accessed in the bean.
closablenofalsebooleanBoolean value that specifies whether the panel has a close button. Default = 'false'.
closeSpeednofalseintInteger value that specifies the duration of the closing animation. Default = '1000'.
collapsednofalsebooleanBoolean value that specifies whether the panel is collapsed. Default = 'false'.
footernofalsejava.lang.StringFooter text of the panel.
headernofalsejava.lang.StringHeader text of the panel.
idnofalsejava.lang.StringThe component identifier for this component. This value must be unique within the closest parent component that is a naming container.
renderednofalsebooleanReturn true if this component (and its children) should be rendered during the Render Response phase of the request processing lifecycle. Default = 'true'.
stylenofalsejava.lang.StringStyle to apply to the container element.
styleClassnofalsejava.lang.StringStyle class to apply to the container element.
toggleSpeednofalseintInteger value that specifies the duration of the transition between states. Default = '1000'.
toggleablenofalsebooleanBoolean value that specifies whether to display a button to toggle between the expanded and collapsed states of the panel. Default = 'false'.
visiblenofalsebooleanBoolean value that specifies whether the panel is visible. Default = 'true'.
widgetVarnofalsejava.lang.StringName of the widget variable to access the client side api.

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.