| org.drools.brms.client.rulelist.AssetItemListViewer
AssetItemListViewer | public class AssetItemListViewer extends Composite (Code) | | This is a viewer for viewing a list of rules for editing/selection.
This uses the sortable table widget, and can be re-used with different data sets.
(ie no need to throw is away).
|
ARCHIVED_RULE_LIST_TABLE_ID | final public static String ARCHIVED_RULE_LIST_TABLE_ID(Code) | | |
RULE_LIST_TABLE_ID | final public static String RULE_LIST_TABLE_ID(Code) | | |
getSelectedElementUUID | public String getSelectedElementUUID()(Code) | | |
loadTableData | public void loadTableData(TableDataResult data)(Code) | | This will create a table, and load the data, wrapping it in a scrolling area.
If the data is null, it will just fill it in with something empty
so it looks busy.
This could probably clear the table, but I just throw it away
let the garbage collector do the hard work.
|
setRefreshCommand | public void setRefreshCommand(Command refreshCom)(Code) | | Optionally set the refresh command to re-populate the list on demand.
Parameters: refreshCom - |
|
|