|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectActionEvent
com.businessobjects.jsf.sdk.event.CommandEvent
Base class used by SortClickedEvent
.
Constructor Summary | |
CommandEvent(UIComponent component,
java.lang.String commandName,
java.util.List commandArgument)
|
Method Summary | |
java.util.List |
getCommandArgument()
Gets the arguments associated with the command. |
java.lang.String |
getCommandName()
Gets the name of the command (e.g. sort). |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CommandEvent(UIComponent component, java.lang.String commandName, java.util.List commandArgument)
Method Detail |
public java.lang.String getCommandName()
Gets the name of the command (e.g. sort).
String
that represents the command name.public java.util.List getCommandArgument()
Gets the arguments associated with the command.
List
that contains the command arguments.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |