JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.higrid.beans
Class JCHiGridEvent

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

public class JCHiGridEvent
extends EventObject

JCHiGridEvent describes a HiGrid Bean value change.

See Also:
Serialized Form

Field Summary
protected  com.klg.jclass.datasource.beans.NodeProperties comp
           
static int DATA_BEAN_COMPONENT_VALUE
          NodeProperties value change.
static int HIGRID_BEAN_COMPONENT_VALUE
          GridProperties value change.
static int HIGRID_BEAN_FIELDS_UPDATE
          HiGrid bean fields update.
protected  com.klg.jclass.higrid.beans.JCHiGridNode node
           
protected  int value
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
JCHiGridEvent(Object source)
          Constructor for JCHiGridEvent.
JCHiGridEvent(Object source, int value)
          Constructor for JCHiGridEvent.
JCHiGridEvent(Object source, int value, com.klg.jclass.higrid.beans.JCHiGridNode node, com.klg.jclass.datasource.beans.NodeProperties comp)
          Constructor for JCHiGridEvent.
JCHiGridEvent(Object source, com.klg.jclass.higrid.beans.JCHiGridNode node)
          Constructor for JCHiGridEvent.
 
Method Summary
 com.klg.jclass.higrid.beans.JCHiGridNode getJCHiGridNode()
          Returns the JCHiGridNode.
 com.klg.jclass.datasource.beans.NodeProperties getNodeProperties()
          Returns the NodeProperties.
 int getValue()
          Returns the value.
 
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

HIGRID_BEAN_COMPONENT_VALUE

public static final int HIGRID_BEAN_COMPONENT_VALUE
GridProperties value change.

See Also:
Constant Field Values

DATA_BEAN_COMPONENT_VALUE

public static final int DATA_BEAN_COMPONENT_VALUE
NodeProperties value change.

See Also:
Constant Field Values

HIGRID_BEAN_FIELDS_UPDATE

public static final int HIGRID_BEAN_FIELDS_UPDATE
HiGrid bean fields update.

See Also:
Constant Field Values

value

protected int value

node

protected com.klg.jclass.higrid.beans.JCHiGridNode node

comp

protected com.klg.jclass.datasource.beans.NodeProperties comp
Constructor Detail

JCHiGridEvent

public JCHiGridEvent(Object source)
Constructor for JCHiGridEvent.

Parameters:
source - the higrid Bean component

JCHiGridEvent

public JCHiGridEvent(Object source,
                     int value)
Constructor for JCHiGridEvent.

Parameters:
source - the higrid Bean component
value - the component value

JCHiGridEvent

public JCHiGridEvent(Object source,
                     com.klg.jclass.higrid.beans.JCHiGridNode node)
Constructor for JCHiGridEvent.

Parameters:
source - the higrid Bean component
node - the JCHiGridNode

JCHiGridEvent

public JCHiGridEvent(Object source,
                     int value,
                     com.klg.jclass.higrid.beans.JCHiGridNode node,
                     com.klg.jclass.datasource.beans.NodeProperties comp)
Constructor for JCHiGridEvent.

Parameters:
source - the higrid Bean component
value - the component value
node - the JCHiGridNode
comp - the NodeProperties
Method Detail

getValue

public int getValue()
Returns the value.

Returns:
the value

getJCHiGridNode

public com.klg.jclass.higrid.beans.JCHiGridNode getJCHiGridNode()
Returns the JCHiGridNode.

Returns:
the JCHiGridNode

getNodeProperties

public com.klg.jclass.datasource.beans.NodeProperties getNodeProperties()
Returns the NodeProperties.

Returns:
the NodeProperties

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