| org.drools.brms.client.decisiontable.InsertAction
InsertAction | public class InsertAction extends Composite (Code) | | This shows the widget for inserting a row.
author: Steven Williams |
Constructor Summary | |
public | InsertAction(int currentRow, RowClickListener clickListener) |
Method Summary | |
public int | getRow() | public void | setRow(int row) |
InsertAction | public InsertAction(int currentRow, RowClickListener clickListener)(Code) | | Pass in the click listener delegate for when the respective action is clicked
Parameters: clickListener - Parameters: okClickListener - |
getRow | public int getRow()(Code) | | |
setRow | public void setRow(int row)(Code) | | |
|
|