org.alfresco.web.ui.repo.component.shelf
Class UIShortcutsShelfItem.ShortcutEvent

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.shelf.UIShortcutsShelfItem.ShortcutEvent
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
UIShortcutsShelfItem

public static class UIShortcutsShelfItem.ShortcutEvent
extends javax.faces.event.ActionEvent

Class representing the an action relevant to the Shortcut element.

See Also:
Serialized Form

Field Summary
 int Action
           
 int Index
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
UIShortcutsShelfItem.ShortcutEvent(javax.faces.component.UIComponent component, int action, int index)
           
 
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

Index

public int Index
Constructor Detail

UIShortcutsShelfItem.ShortcutEvent

public UIShortcutsShelfItem.ShortcutEvent(javax.faces.component.UIComponent component,
                                          int action,
                                          int index)


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