org.apache.myfaces.trinidaddemo
Class DemoCommandNavigationItemBean

java.lang.Object
  extended by org.apache.myfaces.trinidaddemo.DemoCommandNavigationItemBean

public class DemoCommandNavigationItemBean
extends Object


Constructor Summary
DemoCommandNavigationItemBean()
           
 
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
 

Constructor Detail

DemoCommandNavigationItemBean

public DemoCommandNavigationItemBean()
Method Detail

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.