|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TemplateDataColumn | |
|---|---|
| org.drools.guvnor.client.asseteditor.drools.modeldriven.ui.templates | |
| org.drools.guvnor.client.asseteditor.drools.modeldriven.ui.templates.events | |
| Uses of TemplateDataColumn in org.drools.guvnor.client.asseteditor.drools.modeldriven.ui.templates |
|---|
| Fields in org.drools.guvnor.client.asseteditor.drools.modeldriven.ui.templates with type parameters of type TemplateDataColumn | |
|---|---|
protected static ResourcesProvider<TemplateDataColumn> |
TemplateDataTableWidget.resources
|
protected AbstractDecoratedGridWidget<TemplateModel,TemplateDataColumn,String> |
TemplateDataTableWidget.widget
|
| Methods in org.drools.guvnor.client.asseteditor.drools.modeldriven.ui.templates that return TemplateDataColumn | |
|---|---|
TemplateDataColumn |
TemplateDataCellValueFactory.makeModelColumn(InterpolationVariable var)
Convert an interpolation variable to a column |
| Methods in org.drools.guvnor.client.asseteditor.drools.modeldriven.ui.templates with parameters of type TemplateDataColumn | |
|---|---|
String |
TemplateDataTableResourcesProvider.cellTableColumn(TemplateDataColumn column)
|
List<CellValue<? extends Comparable<?>>> |
TemplateDataCellValueFactory.convertColumnData(TemplateDataColumn column,
List<String> columnData)
Convert a column of domain data to that suitable for the UI |
CellValue<? extends Comparable<?>> |
TemplateDataCellValueFactory.convertModelCellValue(TemplateDataColumn column,
String dcv)
Convert a Model cell to one that can be used in the UI |
String |
TemplateDataCellValueFactory.convertToModelCell(TemplateDataColumn column,
CellValue<?> cv)
Convert a type-safe UI CellValue into a type-safe Model CellValue |
DecoratedGridCellValueAdaptor<? extends Comparable<?>> |
TemplateDataCellFactory.getCell(TemplateDataColumn column)
Create a Cell for the given TemplateDataColumn |
List<String> |
TemplateDataCellValueFactory.makeColumnData(TemplateDataColumn column)
Construct a new column of data for the underlying model |
String |
TemplateDataCellValueFactory.makeModelCellValue(TemplateDataColumn column)
Make a Model cell for the given column |
| Method parameters in org.drools.guvnor.client.asseteditor.drools.modeldriven.ui.templates with type arguments of type TemplateDataColumn | |
|---|---|
void |
TemplateDataHeaderWidget.onSetInternalModel(SetInternalModelEvent<TemplateModel,TemplateDataColumn> event)
|
void |
VerticalTemplateDataSidebarWidget.onSetInternalModel(SetInternalModelEvent<TemplateModel,TemplateDataColumn> event)
|
protected void |
TemplateDataHeaderWidget.resizeColumn(DynamicColumn<TemplateDataColumn> resizeColumn,
int resizeColumnWidth)
|
| Uses of TemplateDataColumn in org.drools.guvnor.client.asseteditor.drools.modeldriven.ui.templates.events |
|---|
| Fields in org.drools.guvnor.client.asseteditor.drools.modeldriven.ui.templates.events with type parameters of type TemplateDataColumn | |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<SetInternalModelEvent.Handler<TemplateModel,TemplateDataColumn>> |
SetInternalTemplateDataModelEvent.TYPE
|
| Methods in org.drools.guvnor.client.asseteditor.drools.modeldriven.ui.templates.events that return types with arguments of type TemplateDataColumn | |
|---|---|
com.google.gwt.event.shared.GwtEvent.Type<SetInternalModelEvent.Handler<TemplateModel,TemplateDataColumn>> |
SetInternalTemplateDataModelEvent.getAssociatedType()
|
| Constructor parameters in org.drools.guvnor.client.asseteditor.drools.modeldriven.ui.templates.events with type arguments of type TemplateDataColumn | |
|---|---|
SetInternalTemplateDataModelEvent(TemplateModel model,
DynamicData data,
List<DynamicColumn<TemplateDataColumn>> columns)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||