org.alfresco.web.ui.repo.component
Class UIUserGroupPicker.PickerEvent

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.repo.component.UIUserGroupPicker.PickerEvent
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
UIUserGroupPicker

public static class UIUserGroupPicker.PickerEvent
extends javax.faces.event.ActionEvent

Class representing the an action relevant to the User Group picker component.

See Also:
Serialized Form

Field Summary
 int Action
           
 java.lang.String Authority
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
UIUserGroupPicker.PickerEvent(javax.faces.component.UIComponent component, int action, java.lang.String authority)
           
 
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

Authority

public java.lang.String Authority

Action

public int Action
Constructor Detail

UIUserGroupPicker.PickerEvent

public UIUserGroupPicker.PickerEvent(javax.faces.component.UIComponent component,
                                     int action,
                                     java.lang.String authority)


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