| Package | Description |
|---|---|
| org.jboss.hal.ballroom | |
| org.jboss.hal.ballroom.dialog | |
| org.jboss.hal.ballroom.tree | |
| org.jboss.hal.core | |
| org.jboss.hal.core.extension | |
| org.jboss.hal.core.mbui.table |
| Modifier and Type | Method and Description |
|---|---|
void |
Tooltip.onHide(JsCallback callback) |
void |
Tabs.onShow(String id,
JsCallback callback) |
| Modifier and Type | Method and Description |
|---|---|
Dialog.Builder |
Dialog.Builder.jsOkCancel(JsCallback okCallback) |
void |
Modal.on(String event,
JsCallback callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
Tree.openNode(String id,
JsCallback callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
CrudOperations.jsRemove(String type,
String name,
Object address,
JsCallback callback)
Shows a confirmation dialog and removes the resource if confirmed by the user.
|
void |
CrudOperations.jsRemoveSingleton(String type,
Object address,
JsCallback callback)
Shows a confirmation dialog and removes the singleton resource if confirmed by the user.
|
void |
CrudOperations.jsSave(String type,
String name,
Object address,
jsinterop.base.JsPropertyMap<Object> changeSet,
JsCallback callback)
Writes the changed values to the specified resource.
|
void |
CrudOperations.jsSaveSingleton(String type,
Object address,
jsinterop.base.JsPropertyMap<Object> changeSet,
JsCallback callback)
Writes the changed values to the specified singleton resource.
|
| Modifier and Type | Method and Description |
|---|---|
static Extension |
Extension.footer(String name,
String title,
JsCallback entryPoint)
Creates a footer extension.
|
static Extension |
Extension.header(String name,
String title,
JsCallback entryPoint)
Creates a header extension.
|
| Modifier and Type | Method and Description |
|---|---|
ModelNodeTable.Builder<T> |
ModelNodeTable.Builder.jsRemove(String type,
Object template,
ModelNodeTable.Builder.JsNameFunction<T> name,
JsCallback callback)
Adds a button to remove the selected resource.
|
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.