public interface PIAGroupTreeBean extends Remote
PIAGroupTreeBean
is the remote interface for the
PIAGroupTree
controller. Given an object that contains
a group object, this controller builds a tree model.Modifier and Type | Method and Description |
---|---|
Hashtable |
getChildren(PModelHandle group)
Gets the children of a tree node.
|
Object |
getDisplayData(PModelHandle group)
Gets the data to be displayed at a tree node.
|
Object |
getDisplayData(PModelHandle group,
PFieldSpecification dSpec)
Gets the data to be displayed at a tree node
|
void |
setLazy(boolean b)
Sets the state of the lazy expand flag, which determines whether
the children of a node of the tree are to be fetched as soon as the
the node is created.
|
void setLazy(boolean b) throws RemoteException
b
- the new value of the lazy expand flag; true,
if the children are to be loaded as soon as a node
is created, false, otherwiseRemoteException
- thrown for errorsObject getDisplayData(PModelHandle group) throws RemoteException
group
- an account object, represented as a
PModelHandle
RemoteException
- thrown for errorsObject getDisplayData(PModelHandle group, PFieldSpecification dSpec) throws RemoteException
group
- An account object represented as a PModelHandledSpec
- The field specification of the data to be displayedRemoteException
Hashtable getChildren(PModelHandle group) throws RemoteException
group
- an account object, represented as a
PModelHandle
RemoteException
- thrown for errorsCopyright © 2003, 2023, Oracle and/or its affiliates.