Package org.drools.guvnor.client.widgets.drools.decoratedgrid.events

Interface Summary
AppendRowEvent.Handler  
CellStateChangedEvent.Handler  
ColumnResizeEvent.Handler  
CopyRowsEvent.Handler  
DeleteColumnEvent.Handler  
DeleteRowEvent.Handler  
InsertColumnEvent.Handler<T,C>  
InsertInternalColumnEvent.Handler<T>  
InsertRowEvent.Handler  
MoveColumnsEvent.Handler  
PasteRowsEvent.Handler  
RowGroupingChangeEvent.Handler  
SelectedCellChangeEvent.Handler  
SetColumnVisibilityEvent.Handler  
SetInternalModelEvent.Handler<M,T>  
SetModelEvent.Handler<T>  
SortDataEvent.Handler  
ToggleMergingEvent.Handler  
UpdateColumnDataEvent.Handler  
UpdateColumnDefinitionEvent.Handler  
UpdateModelEvent.Handler  
UpdateSelectedCellsEvent.Handler  
 

Class Summary
AppendRowEvent An event to append a new row
CellStateChangedEvent An event to signal that the state of the selected cells needs to be updated.
CellStateChangedEvent.CellStateOperation  
ColumnResizeEvent Represents a column resize event.
CopyRowsEvent An event to copy row(s)
DeleteColumnEvent An event to delete a column
DeleteRowEvent An event to delete a row
InsertColumnEvent<T,C> An event to insert a column
InsertInternalColumnEvent<T> An event to insert a column in the table
InsertRowEvent An event to insert a new row
MoveColumnsEvent Represents an event to move one or more consecutive columns.
PasteRowsEvent An event to paste row(s)
RowGroupingChangeEvent Represents a change in the grouping of rows.
SelectedCellChangeEvent Represents a change in the selected cell.
SetColumnVisibilityEvent An event to set the visibility of a column
SetInternalModelEvent<M,T> An event to set the model used within the table
SetModelEvent<T> An event to set the underlying model in the table
SortDataEvent An event to sort the data
ToggleMergingEvent An event to toggle merging
UpdateColumnDataEvent An event to update a Columns data
UpdateColumnDefinitionEvent An event to change a Column definition
UpdateModelEvent An event to signal that the UI has changed the underlying model data
UpdateSelectedCellsEvent An event to signal that the value of the selected cells needs to be updated.
 

Enum Summary
CellStateChangedEvent.Operation  
 



Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.