Package | Description |
---|---|
org.apache.myfaces.trinidad.model |
Modifier and Type | Method and Description |
---|---|
RowKeyChangeEvent.Cause |
RowKeyChangeEvent.getCause() |
static RowKeyChangeEvent.Cause |
RowKeyChangeEvent.Cause.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RowKeyChangeEvent.Cause[] |
RowKeyChangeEvent.Cause.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
RowKeyChangeEvent(CollectionModel source,
Object oldRowKey,
Object newRowKey,
RowKeyChangeEvent.Cause cause)
Creates a new RowKeyChangeEvent
|
Copyright © 2001-2016 The Apache Software Foundation. All Rights Reserved.