JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.higrid
Interface HiGridValidateListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
HiGridValidateAdapter

public interface HiGridValidateListener
extends EventListener

Event listener interface for higrid validate events.


Method Summary
 void stateIsInvalid(com.klg.jclass.higrid.HiGridValidateEvent e)
          Invoked if the state is changed to INVALID.
 void valueChangedBegin(com.klg.jclass.higrid.HiGridValidateEvent e)
          Invoked just before the internal value of the field is changed.
 void valueChangedEnd(com.klg.jclass.higrid.HiGridValidateEvent e)
          Invoked just after the internal value of the field has been changed.
 

Method Detail

valueChangedBegin

public void valueChangedBegin(com.klg.jclass.higrid.HiGridValidateEvent e)
Invoked just before the internal value of the field is changed.


valueChangedEnd

public void valueChangedEnd(com.klg.jclass.higrid.HiGridValidateEvent e)
Invoked just after the internal value of the field has been changed.


stateIsInvalid

public void stateIsInvalid(com.klg.jclass.higrid.HiGridValidateEvent e)
Invoked if the state is changed to INVALID.


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