JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.higrid
Class DefaultColumnSelectionHandler

java.lang.Object
  |
  +--com.klg.jclass.higrid.HiGridColumnSelectionAdapter
        |
        +--com.klg.jclass.higrid.DefaultColumnSelectionHandler
All Implemented Interfaces:
EventListener, HiGridColumnSelectionListener, Serializable

public class DefaultColumnSelectionHandler
extends HiGridColumnSelectionAdapter
implements Serializable

The DefaultColumnSelectionHandler sorts the data table when the user clicks on a column header.

See Also:
Serialized Form

Constructor Summary
DefaultColumnSelectionHandler(com.klg.jclass.higrid.HiGrid grid)
          Default constructor
 
Method Summary
 void selectColumn(com.klg.jclass.higrid.HiGridColumnSelectionEvent event)
          Invoked after the user has selected a column.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultColumnSelectionHandler

public DefaultColumnSelectionHandler(com.klg.jclass.higrid.HiGrid grid)
Default constructor

Method Detail

selectColumn

public void selectColumn(com.klg.jclass.higrid.HiGridColumnSelectionEvent event)
Invoked after the user has selected a column.

Specified by:
selectColumn in interface HiGridColumnSelectionListener
Overrides:
selectColumn in class HiGridColumnSelectionAdapter

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