org.alfresco.web.ui.repo.component
Class UICategoryBrowser.CategoryBrowserEvent

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.UICategoryBrowser.CategoryBrowserEvent
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
UICategoryBrowser

public static class UICategoryBrowser.CategoryBrowserEvent
extends javax.faces.event.ActionEvent

Class representing the clicking of a tree node.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
UICategoryBrowser.CategoryBrowserEvent(javax.faces.component.UIComponent component, java.lang.String item, boolean include)
           
 
Method Summary
 java.lang.String getItem()
           
 boolean isIncludeSubcategories()
           
 
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
 

Constructor Detail

UICategoryBrowser.CategoryBrowserEvent

public UICategoryBrowser.CategoryBrowserEvent(javax.faces.component.UIComponent component,
                                              java.lang.String item,
                                              boolean include)
Method Detail

getItem

public java.lang.String getItem()

isIncludeSubcategories

public boolean isIncludeSubcategories()


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