| org.drools.brms.client.common.DirtyableComposite org.drools.brms.client.packages.PackageExplorerWidget
PackageExplorerWidget | public class PackageExplorerWidget extends DirtyableComposite (Code) | | Contains the explorer to view (and lazy load) the packages in a repository.
This uses the explorer type motif, with a tree on the left, and a list or
"panel" on the right.
author: Michael Neale |
Inner Class :static class PackageTreeItem | |
refreshCommand | Command refreshCommand(Code) | | |
PackageExplorerWidget | public PackageExplorerWidget(EditItemEvent edit)(Code) | | This is for the generic and re-useable package explorer.
|
PackageExplorerWidget | public PackageExplorerWidget(EditItemEvent edit, String uuid, String snapshotName)(Code) | | This will open an explorer locked to one specific package.
Parameters: edit - The edit event (action) when the user wants to open an item. Parameters: uuid - The package to lock this to. |
refreshTreeView | public void refreshTreeView()(Code) | | |
Fields inherited from org.drools.brms.client.common.DirtyableComposite | protected boolean dirtyflag(Code)(Java Doc)
|
|
|