JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.higrid
Class HiGridValidateAdapter

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

public abstract class HiGridValidateAdapter
extends Object
implements HiGridValidateListener

The adapter which receives HiGridValidate 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:
HiGridValidateEvent

Constructor Summary
HiGridValidateAdapter()
           
 
Method Summary
 void stateIsInvalid(com.klg.jclass.higrid.HiGridValidateEvent event)
          Invoked if the state is changed to INVALID.
 void valueChangedBegin(com.klg.jclass.higrid.HiGridValidateEvent event)
          Invoked just before the internal value of the field is changed.
 void valueChangedEnd(com.klg.jclass.higrid.HiGridValidateEvent event)
          Invoked just after the internal value of the field has been changed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HiGridValidateAdapter

public HiGridValidateAdapter()
Method Detail

valueChangedBegin

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

Specified by:
valueChangedBegin in interface HiGridValidateListener

valueChangedEnd

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

Specified by:
valueChangedEnd in interface HiGridValidateListener

stateIsInvalid

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

Specified by:
stateIsInvalid in interface HiGridValidateListener

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