| Package | Description |
|---|---|
| org.jboss.hal.ballroom.table |
| Modifier and Type | Method and Description |
|---|---|
static Scope |
Scope.fromSelector(String selector) |
static Scope |
Scope.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.
|
| Modifier and Type | Method and Description |
|---|---|
B |
GenericOptionsBuilder.button(String text,
ButtonHandler<T> handler,
Scope scope) |
B |
GenericOptionsBuilder.button(String text,
ButtonHandler<T> handler,
Scope scope,
org.jboss.hal.meta.security.Constraint constraint) |
| Constructor and Description |
|---|
Button(String title,
ButtonHandler<T> handler,
Scope scope) |
Button(String title,
ButtonHandler<T> handler,
Scope scope,
org.jboss.hal.meta.security.Constraint constraint) |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.