Uses of Class
org.drools.guvnor.client.modeldriven.ui.TemplateDataColumn

Packages that use TemplateDataColumn
org.drools.guvnor.client.modeldriven.ui   
 

Uses of TemplateDataColumn in org.drools.guvnor.client.modeldriven.ui
 

Fields in org.drools.guvnor.client.modeldriven.ui with type parameters of type TemplateDataColumn
protected  DecoratedGridWidget<TemplateDataColumn> TemplateDataTableWidget.widget
           
 

Methods in org.drools.guvnor.client.modeldriven.ui with parameters of type TemplateDataColumn
 void TemplateDataTableWidget.addColumn(TemplateDataColumn modelColumn)
          Add a column to the end of the table
 String TemplateDataCellValueFactory.convertValueToString(TemplateDataColumn column, CellValue<?> cv)
          Serialise value to a String
 void TemplateDataTableWidget.deleteColumn(TemplateDataColumn modelColumn)
          Delete a column
 DecoratedGridCellValueAdaptor<? extends Comparable<?>> TemplateDataCellFactory.getCell(TemplateDataColumn column)
          Create a Cell for the given TemplateDataColumn
protected  DTDataTypes52 TemplateDataCellValueFactory.getDataType(TemplateDataColumn column)
           
 CellValue<? extends Comparable<?>> TemplateDataCellValueFactory.makeCellValue(TemplateDataColumn column, int iRow, int iCol, String initialValue)
          Make a CellValue applicable for the column.
 void TemplateDataTableWidget.setColumnVisibility(TemplateDataColumn modelColumn, boolean isVisible)
          Set column visibility
 

Method parameters in org.drools.guvnor.client.modeldriven.ui with type arguments of type TemplateDataColumn
protected  void TemplateDataHeaderWidget.resizeColumn(DynamicColumn<TemplateDataColumn> resizeColumn, int resizeColumnWidth)
           
 

Constructor parameters in org.drools.guvnor.client.modeldriven.ui with type arguments of type TemplateDataColumn
TemplateDataCellFactory(SuggestionCompletionEngine sce, MergableGridWidget<TemplateDataColumn> grid)
          Construct a Cell Factory for a specific Template Data Widget
TemplateDataHeaderWidget(DecoratedGridWidget<TemplateDataColumn> grid)
          Construct a "Header" for the provided DecoratedGridWidget
 



Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.