| Package | Description |
|---|---|
| org.granite.client.collection |
| Modifier and Type | Method and Description |
|---|---|
CollectionChangeEvent.Kind |
CollectionChangeEvent.getKind() |
static CollectionChangeEvent.Kind |
CollectionChangeEvent.Kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CollectionChangeEvent.Kind[] |
CollectionChangeEvent.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CollectionChangeSupport.fireCollectionChangeEvent(CollectionChangeEvent.Kind kind,
Object key,
Object[] values) |
| Constructor and Description |
|---|
CollectionChangeEvent(Object collection,
CollectionChangeEvent.Kind kind,
Object key,
Object[] values) |