|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.iplanet.jato.view.command.TreeHandleRequestCommand
Command used to change the expanded state of a tree node in response to activation of a tree handle HREF. Invocation of this command is automatic.
Fields inherited from interface com.iplanet.jato.command.Command |
DEFAULT_OPERATION_NAME |
Constructor Summary | |
TreeHandleRequestCommand()
Default Constructor |
Method Summary | |
void |
execute(CommandEvent event)
Called to execute the command. |
protected void |
reloadSourceView(CommandEvent event)
Forwards the request to the ViewBean that contains the tree |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TreeHandleRequestCommand()
Method Detail |
public void execute(CommandEvent event) throws CommandException
Command
CommandEvent
parameter.execute
in interface Command
com.iplanet.jato.command.Command
event
- The command event, contains information pertinent to
to the invocation of this commandCommandException
- Thrown if an error occurs executing the commandprotected void reloadSourceView(CommandEvent event)
event
- The command event, contains information pertinent to
to the invocation of this command
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |