| org.drools.brms.client.decisiontable.Toolbar
Toolbar | public class Toolbar extends Composite (Code) | | This shows the widget for moving a row up or down.
author: Steven Williams |
Method Summary | |
public int | getRow() | public void | setRow(int row) |
Toolbar | public Toolbar(EditableDTGrid grid)(Code) | | Pass in the click listener delegate for when the respective action is clicked and the
direction to move the row
Parameters: currentRow - Parameters: clickListener - Parameters: direction - |
getRow | public int getRow()(Code) | | |
setRow | public void setRow(int row)(Code) | | |
|
|