JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.higrid
Class HiGridResizeCellEvent

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

public class HiGridResizeCellEvent
extends HiGridEvent

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

See Also:
Serialized Form

Field Summary
static int AFTER_RESIZE_COLUMN
          The column has been resized.
static int AFTER_RESIZE_ROW
          The row has been resized.
static int BEFORE_RESIZE_COLUMN
          The column is being resized.
static int BEFORE_RESIZE_ROW
          The row is being resized.
 
Fields inherited from class com.klg.jclass.higrid.HiGridEvent
cancelled, column, eventType, grid, rowNode
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
HiGridResizeCellEvent(com.klg.jclass.higrid.HiGrid grid, int eventType, com.klg.jclass.higrid.RowNode rowNode)
          Default constructor
HiGridResizeCellEvent(com.klg.jclass.higrid.HiGrid grid, int eventType, com.klg.jclass.higrid.RowNode rowNode, String column)
          Default constructor
 
Method Summary
 boolean isCancelable()
          Return true if this event can be cancelled.
 
Methods inherited from class com.klg.jclass.higrid.HiGridEvent
cancelProposedAction, getCancelled, getColumn, getEventType, getRowNode
 
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_RESIZE_ROW

public static final int BEFORE_RESIZE_ROW
The row is being resized. A listener to this event can abort the action.

See Also:
Constant Field Values

BEFORE_RESIZE_COLUMN

public static final int BEFORE_RESIZE_COLUMN
The column is being resized. A listener to this event can abort the action.

See Also:
Constant Field Values

AFTER_RESIZE_ROW

public static final int AFTER_RESIZE_ROW
The row has been resized.

See Also:
Constant Field Values

AFTER_RESIZE_COLUMN

public static final int AFTER_RESIZE_COLUMN
The column has been resized.

See Also:
Constant Field Values
Constructor Detail

HiGridResizeCellEvent

public HiGridResizeCellEvent(com.klg.jclass.higrid.HiGrid grid,
                             int eventType,
                             com.klg.jclass.higrid.RowNode rowNode,
                             String column)
Default constructor


HiGridResizeCellEvent

public HiGridResizeCellEvent(com.klg.jclass.higrid.HiGrid grid,
                             int eventType,
                             com.klg.jclass.higrid.RowNode rowNode)
Default constructor

Method Detail

isCancelable

public boolean isCancelable()
Return true if this event can be cancelled. Cancelling an event cancels the operation which generated the event.

Overrides:
isCancelable in class HiGridEvent
Returns:
true if this event can be cancelled.

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