| Package | Description |
|---|---|
| org.jboss.hal.ballroom.table | |
| org.jboss.hal.core.mbui.table |
| Modifier and Type | Method and Description |
|---|---|
B |
GenericOptionsBuilder.button(String text,
ButtonHandler<T> handler) |
B |
GenericOptionsBuilder.button(String text,
ButtonHandler<T> handler,
Constraint constraint) |
B |
GenericOptionsBuilder.button(String text,
ButtonHandler<T> handler,
Scope scope) |
B |
GenericOptionsBuilder.button(String text,
ButtonHandler<T> handler,
Scope scope,
Constraint constraint) |
| Constructor and Description |
|---|
Button(String title,
ButtonHandler<T> handler) |
Button(String title,
ButtonHandler<T> handler,
Constraint constraint) |
Button(String title,
ButtonHandler<T> handler,
Scope scope) |
Button(String title,
ButtonHandler<T> handler,
Scope scope,
Constraint constraint) |
| Modifier and Type | Method and Description |
|---|---|
<T extends ModelNode> |
TableButtonFactory.add(AddressTemplate template,
ButtonHandler<T> handler) |
ModelNodeTable.Builder<T> |
ModelNodeTable.Builder.jsButton(String text,
String scope,
ButtonHandler<T> handler)
Add a button which executes the specified callback.
|
<T extends ModelNode> |
TableButtonFactory.remove(AddressTemplate template,
ButtonHandler<T> handler) |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.