org.drools.brms.client.rulelist |
|
Java Source File Name | Type | Comment |
AssetBrowser.java | Class | This is the category based asset browser (ie it has a category tree browser, as well as
a search box). |
AssetItemListViewer.java | Class | 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). |
EditItemEvent.java | Interface | This is used by the list view to "open" an item. |
QuickFindWidget.java | Class | This is for quickly finding an asset by name. |
RuleListItem.java | Class | A simple structure containing the an item in a list for a rule asset. |
RuleListViewLegacy.java | Class | This class is fully deprecated. |
TableDataRowTest.java | Class | |