|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of DecoratedGridCellValueAdaptor in org.drools.guvnor.client.asseteditor.drools.modeldriven.ui.templates |
---|
Methods in org.drools.guvnor.client.asseteditor.drools.modeldriven.ui.templates that return DecoratedGridCellValueAdaptor | |
---|---|
DecoratedGridCellValueAdaptor<? extends Comparable<?>> |
TemplateDataCellFactory.getCell(TemplateDataColumn column)
Create a Cell for the given TemplateDataColumn |
Uses of DecoratedGridCellValueAdaptor in org.drools.guvnor.client.decisiontable.widget |
---|
Methods in org.drools.guvnor.client.decisiontable.widget that return DecoratedGridCellValueAdaptor | |
---|---|
DecoratedGridCellValueAdaptor<? extends Comparable<?>> |
DecisionTableCellFactory.getCell(BaseColumn column)
Create a Cell for the given DTColumnConfig |
Uses of DecoratedGridCellValueAdaptor in org.drools.guvnor.client.widgets.drools.decoratedgrid |
---|
Fields in org.drools.guvnor.client.widgets.drools.decoratedgrid declared as DecoratedGridCellValueAdaptor | |
---|---|
protected DecoratedGridCellValueAdaptor<? extends Comparable<?>> |
DynamicBaseColumn.cell
The Cell responsible for rendering items in the column. |
Methods in org.drools.guvnor.client.widgets.drools.decoratedgrid with parameters of type DecoratedGridCellValueAdaptor | |
---|---|
void |
DynamicBaseColumn.setCell(DecoratedGridCellValueAdaptor<? extends Comparable<?>> cell)
Set the cell used to render the column |
Constructors in org.drools.guvnor.client.widgets.drools.decoratedgrid with parameters of type DecoratedGridCellValueAdaptor | |
---|---|
DynamicBaseColumn(DecoratedGridCellValueAdaptor<? extends Comparable<?>> cell)
Construct a new Column with a given Cell . |
|
DynamicColumn(T modelColumn,
DecoratedGridCellValueAdaptor<? extends Comparable<?>> cell,
com.google.gwt.event.shared.EventBus eventBus)
|
|
DynamicColumn(T modelColumn,
DecoratedGridCellValueAdaptor<? extends Comparable<?>> cell,
int columnIndex,
boolean isSystemControlled,
boolean isSortable,
com.google.gwt.event.shared.EventBus eventBus)
|
|
DynamicColumn(T modelColumn,
DecoratedGridCellValueAdaptor<? extends Comparable<?>> cell,
int columnIndex,
com.google.gwt.event.shared.EventBus eventBus)
|
Uses of DecoratedGridCellValueAdaptor in org.drools.guvnor.client.widgets.drools.decoratedgrid.events |
---|
Methods in org.drools.guvnor.client.widgets.drools.decoratedgrid.events that return DecoratedGridCellValueAdaptor | |
---|---|
DecoratedGridCellValueAdaptor<? extends Comparable<?>> |
UpdateColumnDefinitionEvent.getCell()
|
Constructors in org.drools.guvnor.client.widgets.drools.decoratedgrid.events with parameters of type DecoratedGridCellValueAdaptor | |
---|---|
UpdateColumnDefinitionEvent(DecoratedGridCellValueAdaptor<? extends Comparable<?>> cell,
boolean isSystemControlled,
boolean isSortable,
int columnIndex)
|
|
UpdateColumnDefinitionEvent(DecoratedGridCellValueAdaptor<? extends Comparable<?>> cell,
int columnIndex)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |