wt.clients.beans.explorer
Interface Explorable

All Superinterfaces:
Identifiable, ReferenceHolder
All Known Implementing Classes:
FolderBusinessObject, FolderedBusinessObject, PartItem, PartItem, PartMasterItem, PartMasterItem, UnitItem, UnitMasterItem, WTBusinessObject

public interface Explorable
extends Identifiable, ReferenceHolder

Objects that implement the Explorable interface may be displayed and navigated in the WTExplorer.

The WTExplorer will invoke the getUses() method to display the children of the object in the treeview. The WTExplorer will invoke the getContents() method to display the contents of the object in the listview.

Supported API: true

Extendable: false

See Also:
WTExplorer, Identifiable, ReferenceHolder