sakai
Tag button_bar_item


Render an item in a Sakai style button bar. Parent should be a sakai:button_bar tag.


Tag Information
Tag Classorg.sakaiproject.jsf.tag.ButtonBarItemTag
TagExtraInfo ClassNone
Body Contentempty
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
activefalsefalsejava.lang.String Whether this component is the "active" button (maybe the default button?). Default is false.
styleClassfalsefalsejava.lang.String To allow adding the css class of 'active' to the button in the button_bar that is most likely to be the default
bindingfalsefalsejava.lang.String Component reference expression for this component.
idfalsefalsejava.lang.String Component id of this component.
actionfalsefalsejava.lang.String MethodBinding representing the application action to invoke when this component is activated by the user. The expression must evaluate to a public method that takes no parameters, and returns a String (the logical outcome) which is passed to the NavigationHandler for this application.
valuefalsefalsejava.lang.String The current value of this component.
disabledfalsefalseboolean Flag indicating that this element must never receive focus or be included in a subsequent submit.
immediatefalsefalseboolean Flag indicating that, if this component is activated by the user, notifications should be delivered to interested listeners and actions immediately (that is, during Apply Request Values phase) rather than waiting until Invoke Application phase.
renderedfalsefalsejava.lang.String Flag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit.
accesskeyfalsefalsejava.lang.String Access key that, when pressed, transfers focus to this element.
tabindexfalsefalsejava.lang.String Position of this element in the tabbing order for the current document. This value must be an integer between 0 and 32767.
titlefalsefalsejava.lang.String Advisory title information about markup elements generated for this component.

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.