| org.drools.brms.client.decisiontable.EditableDTGrid
EditableDTGrid | public class EditableDTGrid extends Composite (Code) | | The decision table viewer and editor.
author: Michael Neale author: Steven Williams author: TODO: add editors for header stuff, and ability to add rows/cols and shift author: rows around This probably can be done from a seperate "editor" such that it author: is re-rendered when you need to add/move a col or row. author: Should be able to add/shift stuff around by entering a row number to deal author: with. |
Inner Class :interface RowClickListener | |
deleteRow | void deleteRow()(Code) | | Delete the specified row
|
insertRow | void insertRow()(Code) | | Add a new row after the specified row
|
mergeCol | public void mergeCol()(Code) | | |
mergeRow | public void mergeRow()(Code) | | |
moveDown | void moveDown()(Code) | | Shuffle the given row down one
Parameters: row - |
moveUp | void moveUp()(Code) | | Shuffle the given row up one
Parameters: row - |
setCurrentCell | protected void setCurrentCell(int row, int column)(Code) | | |
splitCol | public void splitCol()(Code) | | |
splitRow | public void splitRow()(Code) | | |
|
|