Class TreeTableDataEvent

java.lang.Object
java.util.EventObject
java.awt.AWTEvent
com.portal.pfc.ui.TreeTableDataEvent
All Implemented Interfaces:
Serializable

public class TreeTableDataEvent extends AWTEvent
Version:
1
Author:
Manjunatha L
See Also:
  • Constructor Details

    • TreeTableDataEvent

      public TreeTableDataEvent(Object src, Object pValue, Object aValue, int row, int column)
      Parameters:
      src - the component that is sending the event
      vals - an array of models
  • Method Details

    • getPreviousValue

      public Object getPreviousValue()
      Returns the previous value of the cell
      Returns:
      Object
    • getModifiedValue

      public Object getModifiedValue()
      Returns the modified value of the cell
      Returns:
      Object
    • getSelectedRow

      public int getSelectedRow()
      Returns the selected row index
      Returns:
      Object
    • getSelectedColumn

      public int getSelectedColumn()
      Returns the selected column index
      Returns:
      Object