com.liferay.faces.alloy.component.datatable
Class RowDeselectRangeEvent

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.datatable.RowDeselectRangeEvent
All Implemented Interfaces:
Serializable

public class RowDeselectRangeEvent
extends javax.faces.event.AjaxBehaviorEvent

Author:
Neil Griffin
See Also:
Serialized Form

Field Summary
static String ROW_DESELECT_RANGE
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
RowDeselectRangeEvent(javax.faces.component.UIComponent component, javax.faces.component.behavior.Behavior behavior, int[] rowIndexes, List<Object> rowDataList)
           
 
Method Summary
 List<Object> getRowDataList()
           
 int[] getRowIndexes()
           
 
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

ROW_DESELECT_RANGE

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

RowDeselectRangeEvent

public RowDeselectRangeEvent(javax.faces.component.UIComponent component,
                             javax.faces.component.behavior.Behavior behavior,
                             int[] rowIndexes,
                             List<Object> rowDataList)
Method Detail

getRowDataList

public List<Object> getRowDataList()

getRowIndexes

public int[] getRowIndexes()


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