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, PartItem, PartMasterItem, PartMasterItem, UnitItem, UnitMasterItem
public class WTBusinessObject
- extends Object
- implements Explorable, Serializable
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
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |