|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DynamicColumn | |
|---|---|
| org.drools.guvnor.client.decisiontable.widget | |
| org.drools.guvnor.client.modeldriven.ui | |
| org.drools.guvnor.client.widgets.decoratedgrid | |
| Uses of DynamicColumn in org.drools.guvnor.client.decisiontable.widget |
|---|
| Methods in org.drools.guvnor.client.decisiontable.widget with parameters of type DynamicColumn | |
|---|---|
protected void |
VerticalDecisionTableHeaderWidget.resizeColumn(DynamicColumn<DTColumnConfig52> resizeColumn,
int resizeColumnWidth)
|
| Uses of DynamicColumn in org.drools.guvnor.client.modeldriven.ui |
|---|
| Methods in org.drools.guvnor.client.modeldriven.ui with parameters of type DynamicColumn | |
|---|---|
protected void |
TemplateDataHeaderWidget.resizeColumn(DynamicColumn<TemplateDataColumn> resizeColumn,
int resizeColumnWidth)
|
| Uses of DynamicColumn in org.drools.guvnor.client.widgets.decoratedgrid |
|---|
| Fields in org.drools.guvnor.client.widgets.decoratedgrid with type parameters of type DynamicColumn | |
|---|---|
protected List<DynamicColumn<T>> |
MergableGridWidget.columns
|
| Methods in org.drools.guvnor.client.widgets.decoratedgrid that return DynamicColumn | |
|---|---|
DynamicColumn<?> |
ColumnResizeEvent.getColumn()
Gets the column to which the resize event relates. |
| Methods in org.drools.guvnor.client.widgets.decoratedgrid that return types with arguments of type DynamicColumn | |
|---|---|
List<DynamicColumn<T>> |
MergableGridWidget.getColumns()
Return grid's columns |
| Methods in org.drools.guvnor.client.widgets.decoratedgrid with parameters of type DynamicColumn | |
|---|---|
void |
DecoratedGridWidget.appendColumn(DynamicColumn<T> column,
List<CellValue<? extends Comparable<?>>> columnData,
boolean bRedraw)
Append a column to the end of the column list |
void |
DecoratedGridWidget.deleteColumn(DynamicColumn<T> column)
Delete the given column |
void |
MergableGridWidget.deleteColumn(DynamicColumn<T> column,
boolean bRedraw)
Delete a column |
static void |
ColumnResizeEvent.fire(HasColumnResizeHandlers source,
DynamicColumn<?> column,
int width)
Fires a value change event on all registered handlers in the handler manager. |
void |
DecoratedGridWidget.insertColumnBefore(DynamicColumn<T> columnBefore,
DynamicColumn<T> newColumn,
List<CellValue<? extends Comparable<?>>> columnData,
boolean bRedraw)
Insert a column before that specified |
void |
DecoratedGridWidget.insertColumnBefore(DynamicColumn<T> columnBefore,
DynamicColumn<T> newColumn,
List<CellValue<? extends Comparable<?>>> columnData,
boolean bRedraw)
Insert a column before that specified |
void |
MergableGridWidget.insertColumnBefore(DynamicColumn<T> columnBefore,
DynamicColumn<T> newColumn,
List<CellValue<? extends Comparable<?>>> columnData,
boolean bRedraw)
Insert a column before another |
void |
MergableGridWidget.insertColumnBefore(DynamicColumn<T> columnBefore,
DynamicColumn<T> newColumn,
List<CellValue<? extends Comparable<?>>> columnData,
boolean bRedraw)
Insert a column before another |
void |
VerticalMergableGridWidget.resizeColumn(DynamicColumn<?> col,
int width)
|
protected abstract void |
DecoratedGridHeaderWidget.resizeColumn(DynamicColumn<T> resizeColumn,
int resizeColumnWidth)
Resize the Header column |
void |
DecoratedGridHeaderWidget.ResizerInformation.setResizeColumn(DynamicColumn<T> resizeColumn)
|
| Constructors in org.drools.guvnor.client.widgets.decoratedgrid with parameters of type DynamicColumn | |
|---|---|
ColumnResizeEvent(DynamicColumn<?> column,
int width)
Creates a value change event. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||