com.klg.jclass.higrid
Class HiGridValidateEvent
java.lang.Object
|
+--java.util.EventObject
|
+--com.klg.jclass.higrid.HiGridEvent
|
+--com.klg.jclass.higrid.HiGridValidateEvent
- All Implemented Interfaces:
- Serializable
- public class HiGridValidateEvent
- extends HiGridEvent
Event object for HiGridValidateEvent
, a subclass of
HiGridEvent
containing information about the particular
type of event.
The event posted for cell validation events.
- See Also:
- Serialized Form
Constructor Summary |
HiGridValidateEvent(com.klg.jclass.higrid.HiGrid grid,
int eventType,
com.klg.jclass.cell.validate.JCValidateEvent event,
com.klg.jclass.higrid.RowNode row,
String column)
Default constructor. |
Method Summary |
com.klg.jclass.cell.validate.JCValidateEvent |
getValidateEvent()
Gets the validate event. |
VALUE_CHANGED_BEGIN
public static final int VALUE_CHANGED_BEGIN
- See Also:
- Constant Field Values
VALUE_CHANGED_END
public static final int VALUE_CHANGED_END
- See Also:
- Constant Field Values
STATE_IS_INVALID
public static final int STATE_IS_INVALID
- See Also:
- Constant Field Values
HiGridValidateEvent
public HiGridValidateEvent(com.klg.jclass.higrid.HiGrid grid,
int eventType,
com.klg.jclass.cell.validate.JCValidateEvent event,
com.klg.jclass.higrid.RowNode row,
String column)
throws DataModelException
- Default constructor.
- Throws:
DataModelException
- If an exception occurs while creating the event object.
getValidateEvent
public com.klg.jclass.cell.validate.JCValidateEvent getValidateEvent()
- Gets the validate event.