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

Interface Summary
ColumnResizeHandler Handler interface for ColumnResizeEvent events.
HasColumnResizeHandlers A widget that implements this interface is a public source of ColumnResizeEvent events.
HasColumns<T> Column operations for consumers of DecoratedGridWidget
HasRowGroupingChangeHandlers A widget that implements this interface is a public source of RowGroupingChangeEvent events.
HasRows Row operations for consumers of DecoratedGridWidget
HasSelectedCellChangeHandlers A widget that implements this interface is a public source of SelectedCellChangeEvent events.
HasSystemControlledColumns Callback for consumers of DecoratedGridWidget to update cell values following operations controlled by DecordatedGridWidget (such as sorting)
RowGroupingChangeHandler Handler interface for RowGroupingChangeEvent events.
SelectedCellChangeHandler Handler interface for SelectedCellChangeEvent events.
 

Class Summary
AbstractCellFactory<T> A Factory to provide the Cells.
AbstractCellValueFactory<T> A Factory to create CellValues applicable to given columns.
CellHeightCalculatorImpl Default implementation of utility class to calculate the height of a merged cell in a VerticalMergedGrid widget.
CellHeightCalculatorImplIE Class to calculate the height of a cell in a VerticalMergedGrid for IE.
CellValue<T extends Comparable<T>> This is a wrapper around a value.
CheckboxCellImpl A Cell used to render a checkbox.
CheckboxCellImplIE A Cell used to render a checkbox.
ColumnResizeEvent Represents a column resize event.
DecoratedGridCellValueAdaptor<T> A Cell that casts values to whatever is appropriate for the wrapped Cell
DecoratedGridHeaderWidget<T> An abstract "Header" widget to decorate a DecoratedGridWidget
DecoratedGridSidebarWidget<T> An abstract "Sidebar" widget to decorate a DecoratedGridWidget
DecoratedGridWidget<T> Abstract grid, decorated with DecoratedGridHeaderWidget and DecoratedGridSidebarWidget encapsulating basic operation: keyboard navigation and column resizing.
DynamicBaseColumn A representation of a column in a table.
DynamicColumn<T> A column that retrieves it's cell value from an indexed position in a List holding the row data.
MergableGridWidget<T> An abstract grid of data.
MergableGridWidget.CellSelectionDetail Container for a details of a selected cell
RowGroupingChangeEvent Represents a change in the grouping of rows.
SelectedCellChangeEvent Represents a change in the selected cell.
SortConfiguration Container for sort information.
VerticalDecoratedGridSidebarWidget<T> A sidebar for a VericalDecisionTable.
VerticalDecoratedGridWidget<T> Vertical implementation of DecoratedGridWidget.
VerticalMergableGridWidget<T> A Vertical implementation of MergableGridWidget, that renders columns as erm, columns and rows as rows.
 

Enum Summary
CellValue.CellState  
MergableGridWidget.MOVE_DIRECTION  
 



Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.