JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.higrid
Class HiGridFormatNodeEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.klg.jclass.higrid.HiGridEvent
              |
              +--com.klg.jclass.higrid.HiGridFormatNodeEvent
All Implemented Interfaces:
Serializable

public class HiGridFormatNodeEvent
extends HiGridEvent

Event object for HiGridFormatNodeEvent, a subclass of HiGridEvent containing information about the particular type of event.

See Also:
Serialized Form

Field Summary
static int AFTER_CREATE_FORMAT_NODE_CONTENTS
          A new Format Node's contents has been created.
static int BEFORE_CREATE_FORMAT_NODE_CONTENTS
          A new Format Node's contents is about to be created.
protected  com.klg.jclass.higrid.FormatNode formatNode
           
protected  com.klg.jclass.datasource.MetaDataModel metaData
           
 
Fields inherited from class com.klg.jclass.higrid.HiGridEvent
cancelled, column, eventType, grid, rowNode
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
HiGridFormatNodeEvent(com.klg.jclass.higrid.HiGrid grid, int eventType, com.klg.jclass.higrid.FormatNode formatNode, com.klg.jclass.datasource.MetaDataModel metaData)
          Default constructor
 
Method Summary
 com.klg.jclass.higrid.FormatNode getFormatNode()
          Retrieves the formatNode.
 com.klg.jclass.datasource.MetaDataModel getMetaData()
          Retrieves the metaData.
 
Methods inherited from class com.klg.jclass.higrid.HiGridEvent
cancelProposedAction, getCancelled, getColumn, getEventType, getRowNode, isCancelable
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

BEFORE_CREATE_FORMAT_NODE_CONTENTS

public static final int BEFORE_CREATE_FORMAT_NODE_CONTENTS
A new Format Node's contents is about to be created.

See Also:
Constant Field Values

AFTER_CREATE_FORMAT_NODE_CONTENTS

public static final int AFTER_CREATE_FORMAT_NODE_CONTENTS
A new Format Node's contents has been created.

See Also:
Constant Field Values

formatNode

protected com.klg.jclass.higrid.FormatNode formatNode

metaData

protected com.klg.jclass.datasource.MetaDataModel metaData
Constructor Detail

HiGridFormatNodeEvent

public HiGridFormatNodeEvent(com.klg.jclass.higrid.HiGrid grid,
                             int eventType,
                             com.klg.jclass.higrid.FormatNode formatNode,
                             com.klg.jclass.datasource.MetaDataModel metaData)
Default constructor

Method Detail

getFormatNode

public com.klg.jclass.higrid.FormatNode getFormatNode()
Retrieves the formatNode.

Returns:
the formatNode

getMetaData

public com.klg.jclass.datasource.MetaDataModel getMetaData()
Retrieves the metaData.

Returns:
the metaData

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