org.alfresco.web.ui.common.component
Class UIGenericPicker.PickerEvent
java.lang.Object
java.util.EventObject
javax.faces.event.FacesEvent
javax.faces.event.ActionEvent
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
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)
|
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 |
Action
public int Action
FilterIndex
public int FilterIndex
Contains
public java.lang.String Contains
Results
public java.lang.String[] Results
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.