org.apache.myfaces.trinidaddemo
Class DemoCommandNavigationItemBean
java.lang.Object
org.apache.myfaces.trinidaddemo.DemoCommandNavigationItemBean
public class DemoCommandNavigationItemBean
- extends Object
|
Method Summary |
void |
navigationItemAction(javax.faces.event.ActionEvent event)
Changes the selected state of all of the navigation items in the
parent component so that the clicked navigation item becomes
selected and the others become deselected. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DemoCommandNavigationItemBean
public DemoCommandNavigationItemBean()
navigationItemAction
public void navigationItemAction(javax.faces.event.ActionEvent event)
- Changes the selected state of all of the navigation items in the
parent component so that the clicked navigation item becomes
selected and the others become deselected.
- Parameters:
event - the ActionEvent associated with the action
Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.