org.primefaces.event
Class MenuActionEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.faces.event.FacesEvent
          extended by javax.faces.event.ActionEvent
              extended by org.primefaces.event.MenuActionEvent
All Implemented Interfaces:
Serializable

public class MenuActionEvent
extends javax.faces.event.ActionEvent

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
MenuActionEvent(javax.faces.component.UIComponent component, MenuItem menuItem)
           
 
Method Summary
 MenuItem getMenuItem()
           
 
Methods inherited from class javax.faces.event.ActionEvent
isAppropriateListener, processListener
 
Methods inherited from class javax.faces.event.FacesEvent
getComponent, getPhaseId, queue, setPhaseId
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MenuActionEvent

public MenuActionEvent(javax.faces.component.UIComponent component,
                       MenuItem menuItem)
Method Detail

getMenuItem

public MenuItem getMenuItem()


Copyright © 2013. All rights reserved.