Uses of Class
org.apache.myfaces.tobago.component.ClientBehaviors
-
Packages that use ClientBehaviors Package Description org.apache.myfaces.tobago.component org.apache.myfaces.tobago.internal.component org.apache.myfaces.tobago.internal.renderkit -
-
Uses of ClientBehaviors in org.apache.myfaces.tobago.component
Methods in org.apache.myfaces.tobago.component that return ClientBehaviors Modifier and Type Method Description static ClientBehaviors
ClientBehaviors. getEnum(String value)
ClientBehaviors
UIEvent. getEvent()
The name of the event as an instance of {static ClientBehaviors
ClientBehaviors. valueOf(String name)
Returns the enum constant of this type with the specified name.static ClientBehaviors[]
ClientBehaviors. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.myfaces.tobago.component with parameters of type ClientBehaviors Modifier and Type Method Description void
UIEvent. setEvent(ClientBehaviors event)
-
Uses of ClientBehaviors in org.apache.myfaces.tobago.internal.component
Methods in org.apache.myfaces.tobago.internal.component that return ClientBehaviors Modifier and Type Method Description abstract ClientBehaviors
AbstractUIEvent. getEvent()
Methods in org.apache.myfaces.tobago.internal.component with parameters of type ClientBehaviors Modifier and Type Method Description abstract void
AbstractUIEvent. setEvent(ClientBehaviors event)
-
Uses of ClientBehaviors in org.apache.myfaces.tobago.internal.renderkit
Methods in org.apache.myfaces.tobago.internal.renderkit that return types with arguments of type ClientBehaviors Modifier and Type Method Description Map<ClientBehaviors,Command>
CommandMap. getOther()
Methods in org.apache.myfaces.tobago.internal.renderkit with parameters of type ClientBehaviors Modifier and Type Method Description void
CommandMap. addCommand(ClientBehaviors name, Command command)
-