org.alfresco.web.ui.common.component
Class UIGenericPicker.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.common.component.UIGenericPicker.PickerEvent
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
UIGenericPicker

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

Class representing the an action relevant to the Generic Selector component.

See Also:
Serialized Form

Field Summary
 int Action
           
 java.lang.String Contains
           
 int FilterIndex
           
 java.lang.String[] Results
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
UIGenericPicker.PickerEvent(javax.faces.component.UIComponent component, int action, int filterIndex, java.lang.String contains, java.lang.String[] results)
           
 
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

Action

public int Action

FilterIndex

public int FilterIndex

Contains

public java.lang.String Contains

Results

public java.lang.String[] Results
Constructor Detail

UIGenericPicker.PickerEvent

public UIGenericPicker.PickerEvent(javax.faces.component.UIComponent component,
                                   int action,
                                   int filterIndex,
                                   java.lang.String contains,
                                   java.lang.String[] results)


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