Description

menuButtonItem component is used as a child of menuButton

Screen Shot

API

component-family net.sf.yui4jsf
renderer-type net.sf.yui4jsf.component.MenuButtonItemRenderer
component-class net.sf.yui4jsf.component.button.MenuButtonItem
renderer-class net.sf.yui4jsf.component.button.MenuButtonItemRenderer
tag-class net.sf.yui4jsf.component.button.MenuButtonItemTag

Usage

<yui:menuButton caption="The YUI4JSF Team">
	<yui:menuButtonItem value="Cagatay" action="#{menuButtonBean.sayCagatay}">
	<yui:menuButtonItem value="Mert" action="#{menuButtonBean.sayMert}">
	<yui:menuButtonItem value="Yigit" action="#{menuButtonBean.sayYigit}">
	<yui:menuButtonItem value="Hassan" action="#{menuButtonBean.sayHassan}">
	<yui:menuButtonItem value="Hazem" action="#{menuButtonBean.sayHazem}">	
</yui:menuButton>
            

Attributes

<yui:menuButtonItem>

Standard Attributes - id, rendered, binding
Standard HtmlCommandButton Attributes - alt, accesskey, lang, dir, type, image and etc...(See the taglib docs for the complete list)

Instructions

see menuButton.jsp for an example

Upcoming Features

N/A

Additional Information

NONE