Uses of Class
org.apache.myfaces.tobago.internal.renderkit.Collapse.Operation
-
Packages that use Collapse.Operation Package Description org.apache.myfaces.tobago.internal.renderkit -
-
Uses of Collapse.Operation in org.apache.myfaces.tobago.internal.renderkit
Methods in org.apache.myfaces.tobago.internal.renderkit that return Collapse.Operation Modifier and Type Method Description Collapse.Operation
Collapse. getOperation()
static Collapse.Operation
Collapse.Operation. valueOf(String name)
Returns the enum constant of this type with the specified name.static Collapse.Operation[]
Collapse.Operation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.myfaces.tobago.internal.renderkit with parameters of type Collapse.Operation Constructor Description Collapse(Collapse.Operation operation, String forId)
-