org.alfresco.web.ui.common.component
Class UIModeList.ModeListItemSelectedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.faces.event.FacesEvent
          extended by javax.faces.event.ActionEvent
              extended by org.alfresco.web.ui.common.component.UIModeList.ModeListItemSelectedEvent
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
UIModeList

public static class UIModeList.ModeListItemSelectedEvent
extends javax.faces.event.ActionEvent

Class representing a change in selection for a ModeList component.

See Also:
Serialized Form

Field Summary
 java.lang.Object SelectedValue
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
UIModeList.ModeListItemSelectedEvent(javax.faces.component.UIComponent component, java.lang.Object selectedValue)
           
 
Method Summary
 
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
 

Field Detail

SelectedValue

public java.lang.Object SelectedValue
Constructor Detail

UIModeList.ModeListItemSelectedEvent

public UIModeList.ModeListItemSelectedEvent(javax.faces.component.UIComponent component,
                                            java.lang.Object selectedValue)


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.