JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.higrid
Class HiGridSortTableAdapter

java.lang.Object
  |
  +--com.klg.jclass.higrid.HiGridSortTableAdapter
All Implemented Interfaces:
EventListener, HiGridSortTableListener

public abstract class HiGridSortTableAdapter
extends Object
implements HiGridSortTableListener

The adapter which receives HiGridSortTable events. The methods in this class are empty; this class is provided as a convenience for easily creating listeners by extending this class and overriding only the methods of interest.

See Also:
HiGridSortTableEvent

Constructor Summary
HiGridSortTableAdapter()
           
 
Method Summary
 void afterSortTable(com.klg.jclass.higrid.HiGridSortTableEvent event)
          Invoked after the dataTable has been sorted.
 void beforeSortTable(com.klg.jclass.higrid.HiGridSortTableEvent event)
          Invoked before the dataTable has been sorted.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HiGridSortTableAdapter

public HiGridSortTableAdapter()
Method Detail

beforeSortTable

public void beforeSortTable(com.klg.jclass.higrid.HiGridSortTableEvent event)
Invoked before the dataTable has been sorted.

Specified by:
beforeSortTable in interface HiGridSortTableListener

afterSortTable

public void afterSortTable(com.klg.jclass.higrid.HiGridSortTableEvent event)
Invoked after the dataTable has been sorted.

Specified by:
afterSortTable in interface HiGridSortTableListener

Copyright © 2004 Quest Software Inc..
All rights reserved.