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

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

public class RowSelectRangeEvent
extends javax.faces.event.AjaxBehaviorEvent

Author:
Neil Griffin
See Also:
Serialized Form

Field Summary
static String ROW_SELECT_RANGE
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
RowSelectRangeEvent(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_SELECT_RANGE

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

RowSelectRangeEvent

public RowSelectRangeEvent(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.