| Package | Description |
|---|---|
| org.jboss.hal.ballroom.table |
| Modifier and Type | Method and Description |
|---|---|
static RefreshMode |
RefreshMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RefreshMode[] |
RefreshMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Table.update(Iterable<T> data,
RefreshMode mode) |
void |
DataTable.update(Iterable<T> data,
RefreshMode mode) |
void |
Table.update(Iterable<T> data,
RefreshMode mode,
Function<T,String> identifier) |
void |
DataTable.update(Iterable<T> data,
RefreshMode mode,
Function<T,String> identifier)
Replaces the existing data with the new one.
|
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.