| java.lang.Object com.jeta.forms.gui.form.GridViewEvent
GridViewEvent | public class GridViewEvent (Code) | | A GridViewEvent is fired by a GridView when the view changes
or one of its components changes. This event is only required in design mode.
author: Jeff Tassin |
CELL_CHANGED | final public static int CELL_CHANGED(Code) | | |
CELL_SELECTED | final public static int CELL_SELECTED(Code) | | |
COLUMN_ADDED | final public static int COLUMN_ADDED(Code) | | |
COLUMN_DELETED | final public static int COLUMN_DELETED(Code) | | |
COLUMN_GROUPS_CHANGED | final public static int COLUMN_GROUPS_CHANGED(Code) | | |
COLUMN_SPEC_CHANGED | final public static int COLUMN_SPEC_CHANGED(Code) | | |
EDIT_COMPONENT | final public static int EDIT_COMPONENT(Code) | | |
ROW_ADDED | final public static int ROW_ADDED(Code) | | |
ROW_DELETED | final public static int ROW_DELETED(Code) | | |
ROW_GROUPS_CHANGED | final public static int ROW_GROUPS_CHANGED(Code) | | |
ROW_SPEC_CHANGED | final public static int ROW_SPEC_CHANGED(Code) | | |
getComponentEvent | public GridCellEvent getComponentEvent()(Code) | | Return the component event. This is non-null only if the original source
of this event was a GridComponent.
|
print | public void print()(Code) | | |
|
|