Package wt.clients.beans.explorer
Class WTBusinessObject
java.lang.Object
wt.clients.beans.explorer.WTBusinessObject
- All Implemented Interfaces:
Serializable,Explorable,Identifiable,ReferenceHolder
- Direct Known Subclasses:
FolderBusinessObject,FolderedBusinessObject,PartItem,PartMasterItem
This class is an adapter class for the Explorable interface.
It can be subclassed to add in displaying objects in the WTExplorer, which
requires that contained objects implement the Explorable interface.
The getUses() method is invoked to show the children of the selected node.
The getContents() method is invoked to show the contains for the selected node.
The getIdentity() method is invoked to get the display text for the node.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
- See Also:
-
Method Summary