| org.drools.brms.client.decisiontable.DeleteAction
DeleteAction | public class DeleteAction extends Composite (Code) | | This shows the widget for deleting a row.
author: Steven Williams |
Constructor Summary | |
public | DeleteAction(int currentRow, RowClickListener clickListener) |
Method Summary | |
public int | getRow() | public void | setRow(int row) |
DeleteAction | public DeleteAction(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) | | |
|
|