public static class UIGenericPicker.PickerEvent extends ActionEvent
Modifier and Type | Field and Description |
---|---|
int |
Action |
String |
Contains |
int |
FilterIndex |
String[] |
Results |
source
Constructor and Description |
---|
PickerEvent(UIComponent component,
int action,
int filterIndex,
String contains,
String[] results) |
isAppropriateListener, processListener
getComponent, getPhaseId, queue, setPhaseId
getSource, toString
public int Action
public int FilterIndex
public String Contains
public String[] Results
public PickerEvent(UIComponent component, int action, int filterIndex, String contains, String[] results)
Copyright © 2005–2017 Alfresco Software. All rights reserved.