Package | Description |
---|---|
org.apache.myfaces.trinidad.change |
Modifier and Type | Method and Description |
---|---|
abstract ComponentChangeFilter.Result |
ComponentChangeFilter.accept(ComponentChange componentChange,
javax.faces.component.UIComponent changeTargetComponent)
Indicates whether this filter accepts or rejects a supplied change for the supplied component for which the
change is targeted
|
static ComponentChangeFilter.Result |
ComponentChangeFilter.Result.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComponentChangeFilter.Result[] |
ComponentChangeFilter.Result.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.