RichFaces
Tag togglePanel


A wrapper component with named facets. Every facet is shown after activation corresponding toggleControl(the other is hidden).


Tag Information
Tag Classorg.richfaces.taglib.TogglePanelTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
renderedfalsefalsejava.lang.StringIf "false", this component is not rendered
idfalsefalsejava.lang.StringEvery component may have a unique id that is automatically created if omitted
initialStatefalsefalsejava.lang.StringIt contains a name of the first active facet
styleClassfalsefalsejava.lang.StringCorresponds to the HTML class attribute
switchTypefalsefalsejava.lang.StringFacets switch algorithm: "client", "server"(default), "ajax".
requiredMessagefalsefalsejava.lang.StringA ValueExpression enabled attribute that, if present, will be used as the text of the validation message for the "required" facility, if the "required" facility is used
onkeypressfalsefalsejava.lang.StringHTML: a script expression; a key is pressed and released
ondblclickfalsefalsejava.lang.StringHTML: a script expression; a pointer button is double-clicked
stylefalsefalsejava.lang.StringCSS style(s) is/are to be applied when this component is rendered
onmouseoverfalsefalsejava.lang.StringHTML: a script expression; a pointer is moved onto
valuefalsefalsejava.lang.StringThe initial value to set when rendered for the first time
onkeyupfalsefalsejava.lang.StringHTML: a script expression; a key is released
stateOrderfalsefalsejava.lang.StringNames of the facets in the switching order. If ToggleControl doesn't contain information about a next facet to be shown it is switched corresponding to this attribute
converterfalsefalsejava.lang.StringId of Converter to be used or reference to a Converter
requiredfalsefalsejava.lang.StringIf "true", this component is checked for non-empty input
validatorMessagefalsefalsejava.lang.StringA ValueExpression enabled attribute that, if present, will be used as the text of the validator message, replacing any message that comes from the validator
onclickfalsefalsejava.lang.StringHTML: a script expression; a pointer button is clicked
valueChangeListenerfalsefalsejava.lang.StringListener for value changes
onmouseoutfalsefalsejava.lang.StringHTML: a script expression; a pointer is moved away
onkeydownfalsefalsejava.lang.StringHTML: a script expression; a key is pressed down
onmousedownfalsefalsejava.lang.StringHTML: script expression; a pointer button is pressed down
validatorfalsefalsejava.lang.StringMethodBinding pointing at a method that is called during Process Validations phase of the request processing lifecycle, to validate the current value of this component
converterMessagefalsefalsejava.lang.StringA ValueExpression enabled attribute that, if present, will be used as the text of the converter message, replacing any message that comes from the converter
immediatefalsefalsejava.lang.StringA flag indicating that this component value must be converted and validated immediately (that is, during Apply Request Values phase), rather than waiting until a Process Validations phase
onmouseupfalsefalsejava.lang.StringHTML: script expression; a pointer button is released
bindingfalsefalsejava.lang.StringThe attribute takes a value-binding expression for a component property of a backing bean
onmousemovefalsefalsejava.lang.StringHTML: a script expression; a pointer is moved within

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.