Skip navigation links


Uses of Class
org.apache.myfaces.trinidad.change.ComponentChangeFilter.Result

Packages that use ComponentChangeFilter.Result
org.apache.myfaces.trinidad.change   

 

Uses of ComponentChangeFilter.Result in org.apache.myfaces.trinidad.change

 

Methods in org.apache.myfaces.trinidad.change that return ComponentChangeFilter.Result
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(java.lang.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.

 


Skip navigation links


Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.