Uses of Class
org.apache.myfaces.tobago.internal.renderkit.Command
-
Packages that use Command Package Description org.apache.myfaces.tobago.internal.renderkit -
-
Uses of Command in org.apache.myfaces.tobago.internal.renderkit
Methods in org.apache.myfaces.tobago.internal.renderkit that return Command Modifier and Type Method Description Command
CommandMap. getClick()
Methods in org.apache.myfaces.tobago.internal.renderkit that return types with arguments of type Command Modifier and Type Method Description Map<ClientBehaviors,Command>
CommandMap. getOther()
Methods in org.apache.myfaces.tobago.internal.renderkit with parameters of type Command Modifier and Type Method Description void
CommandMap. addCommand(ClientBehaviors name, Command command)
void
Command. merge(Command c)
void
CommandMap. setClick(Command click)
Constructors in org.apache.myfaces.tobago.internal.renderkit with parameters of type Command Constructor Description CommandMap(Command click)
Creates a command map, which hold the given command triggered by "click".
-