com.liferay.faces.alloy.component.tab
Class TabExpandEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.faces.event.FacesEvent
          extended by javax.faces.event.BehaviorEvent
              extended by javax.faces.event.AjaxBehaviorEvent
                  extended by com.liferay.faces.alloy.component.tab.TabExpandEvent
All Implemented Interfaces:
Serializable

public class TabExpandEvent
extends javax.faces.event.AjaxBehaviorEvent

Author:
Neil Griffin
See Also:
Serialized Form

Field Summary
static String TAB_EXPAND
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
TabExpandEvent(javax.faces.component.UIComponent component, javax.faces.component.behavior.Behavior behavior, Tab tab, Object rowData)
           
 
Method Summary
 Object getRowData()
           
 Tab getTab()
           
 
Methods inherited from class javax.faces.event.AjaxBehaviorEvent
isAppropriateListener, processListener
 
Methods inherited from class javax.faces.event.BehaviorEvent
getBehavior
 
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

TAB_EXPAND

public static final String TAB_EXPAND
See Also:
Constant Field Values
Constructor Detail

TabExpandEvent

public TabExpandEvent(javax.faces.component.UIComponent component,
                      javax.faces.component.behavior.Behavior behavior,
                      Tab tab,
                      Object rowData)
Method Detail

getRowData

public Object getRowData()

getTab

public Tab getTab()


Copyright © 2017 Liferay, Inc.. All rights reserved.