|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RowKeyChangeEvent.Cause | |
---|---|
org.apache.myfaces.trinidad.model |
Uses of RowKeyChangeEvent.Cause in org.apache.myfaces.trinidad.model |
---|
Methods in org.apache.myfaces.trinidad.model that return RowKeyChangeEvent.Cause | |
---|---|
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. |
Constructors in org.apache.myfaces.trinidad.model with parameters of type RowKeyChangeEvent.Cause | |
---|---|
RowKeyChangeEvent(CollectionModel source,
Object oldRowKey,
Object newRowKey,
RowKeyChangeEvent.Cause cause)
Creates a new RowKeyChangeEvent |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |