| Package | Description |
|---|---|
| org.granite.binding.collection |
| Modifier and Type | Method and Description |
|---|---|
CollectionChangeEvent.Kind |
CollectionChangeEvent.getKind() |
static CollectionChangeEvent.Kind |
CollectionChangeEvent.Kind.valueOf(java.lang.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,
java.lang.Object key,
java.lang.Object[] values) |
| Constructor and Description |
|---|
CollectionChangeEvent(java.lang.Object collection,
CollectionChangeEvent.Kind kind,
java.lang.Object key,
java.lang.Object[] values) |