Uses of Class
org.jboss.hal.ballroom.table.Scope
-
Packages that use Scope Package Description org.jboss.hal.ballroom.table -
-
Uses of Scope in org.jboss.hal.ballroom.table
Methods in org.jboss.hal.ballroom.table that return Scope Modifier and Type Method Description static ScopeScope. fromSelector(String selector)static ScopeScope. valueOf(String name)Returns the enum constant of this type with the specified name.static Scope[]Scope. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.hal.ballroom.table with parameters of type Scope Modifier and Type Method Description BGenericOptionsBuilder. button(String text, ButtonHandler<T> handler, Scope scope)BGenericOptionsBuilder. button(String text, ButtonHandler<T> handler, Scope scope, org.jboss.hal.meta.security.Constraint constraint)BGenericOptionsBuilder. button(String text, ButtonHandler<T> handler, Scope scope, org.jboss.hal.meta.security.Constraints constraints)Constructors in org.jboss.hal.ballroom.table with parameters of type Scope Constructor Description Button(String name, String title, ButtonHandler<T> handler, Scope scope, org.jboss.hal.meta.security.Constraint constraint)Button(String name, String title, ButtonHandler<T> handler, Scope scope, org.jboss.hal.meta.security.Constraints constraints)Button(String name, ButtonHandler<T> handler, Scope scope)
-