org.alfresco.web.ui.repo.component.property
Class BaseAssociationEditor.AssocEditorEvent

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.property.BaseAssociationEditor.AssocEditorEvent
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
BaseAssociationEditor

public static class BaseAssociationEditor.AssocEditorEvent
extends javax.faces.event.ActionEvent

Class representing an action relevant to the AssociationEditor component.

See Also:
Serialized Form

Field Summary
 int Action
           
 java.lang.String Contains
           
 java.lang.String RemoveRef
           
 java.lang.String[] ToAdd
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
BaseAssociationEditor.AssocEditorEvent(javax.faces.component.UIComponent component, int action, java.lang.String[] toAdd, java.lang.String removeRef, java.lang.String contains)
           
 
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

ToAdd

public java.lang.String[] ToAdd

RemoveRef

public java.lang.String RemoveRef

Contains

public java.lang.String Contains
Constructor Detail

BaseAssociationEditor.AssocEditorEvent

public BaseAssociationEditor.AssocEditorEvent(javax.faces.component.UIComponent component,
                                              int action,
                                              java.lang.String[] toAdd,
                                              java.lang.String removeRef,
                                              java.lang.String contains)


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