|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DecoratedGridCellValueAdaptor | |
---|---|
org.drools.guvnor.client.decisiontable.widget | |
org.drools.guvnor.client.modeldriven.ui | |
org.drools.guvnor.client.widgets.decoratedgrid |
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(DTColumnConfig52 column)
Create a Cell for the given DTColumnConfig |
Uses of DecoratedGridCellValueAdaptor in org.drools.guvnor.client.modeldriven.ui |
---|
Methods in org.drools.guvnor.client.modeldriven.ui 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.widgets.decoratedgrid |
---|
Fields in org.drools.guvnor.client.widgets.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.decoratedgrid that return DecoratedGridCellValueAdaptor | |
---|---|
DecoratedGridCellValueAdaptor<? extends Comparable<?>> |
DynamicBaseColumn.getCell()
Returns the Cell responsible for rendering items in the column. |
abstract DecoratedGridCellValueAdaptor<? extends Comparable<?>> |
AbstractCellFactory.getCell(T column)
Create a Cell for the given Column |
protected DecoratedGridCellValueAdaptor<Boolean> |
AbstractCellFactory.makeBooleanCell()
|
protected DecoratedGridCellValueAdaptor<Date> |
AbstractCellFactory.makeDateCell()
|
protected DecoratedGridCellValueAdaptor<BigDecimal> |
AbstractCellFactory.makeNumericCell()
|
protected DecoratedGridCellValueAdaptor<String> |
AbstractCellFactory.makeTextCell()
|
Methods in org.drools.guvnor.client.widgets.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.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,
int columnIndex)
|
|
DynamicColumn(T modelColumn,
DecoratedGridCellValueAdaptor<? extends Comparable<?>> cell,
int columnIndex,
boolean isSystemControlled,
boolean isSortable)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |