com.klg.jclass.higrid
Class HiGridColumnSelectionAdapter
java.lang.Object
|
+--com.klg.jclass.higrid.HiGridColumnSelectionAdapter
- All Implemented Interfaces:
- EventListener, HiGridColumnSelectionListener
- Direct Known Subclasses:
- DefaultColumnSelectionHandler
- public abstract class HiGridColumnSelectionAdapter
- extends Object
- implements HiGridColumnSelectionListener
The adapter which receives HiGridColumnSelection
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:
HiGridColumnSelectionEvent
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 |
HiGridColumnSelectionAdapter
public HiGridColumnSelectionAdapter()
selectColumn
public void selectColumn(com.klg.jclass.higrid.HiGridColumnSelectionEvent event)
- Invoked after the user has selected a column.
- Specified by:
selectColumn
in interface HiGridColumnSelectionListener