Uses of Class
org.richfaces.cdk.model.FunctionModel

Packages that use FunctionModel
org.richfaces.cdk.generate.taglib   
org.richfaces.cdk.model CDK library model classes used by all generation tasks. 
org.richfaces.cdk.xmlconfig.model JAXB classes that wraps real model classes. 
 

Uses of FunctionModel in org.richfaces.cdk.generate.taglib
 

Methods in org.richfaces.cdk.generate.taglib with parameters of type FunctionModel
 java.lang.Boolean TaglibGeneratorVisitor.visitFunction(FunctionModel model, ComponentLibrary componentLibrary)
           
 

Uses of FunctionModel in org.richfaces.cdk.model
 

Methods in org.richfaces.cdk.model that return types with arguments of type FunctionModel
 ModelCollection<FunctionModel> ComponentLibrary.getFunctions()
          

 

Methods in org.richfaces.cdk.model with parameters of type FunctionModel
 void FunctionModel.merge(FunctionModel other)
           
 boolean FunctionModel.same(FunctionModel other)
           
 R Visitor.visitFunction(FunctionModel model, D param)
           
 R SimpleVisitor.visitFunction(FunctionModel model, D param)
           
 

Uses of FunctionModel in org.richfaces.cdk.xmlconfig.model
 

Methods in org.richfaces.cdk.xmlconfig.model that return types with arguments of type FunctionModel
 java.util.List<FunctionModel> FacesConfigBean.FacesConfigExtension.getFunctions()
          

protected  java.lang.Class<? extends FunctionModel> FunctionAdapter.getModelClass(FunctionBean bean)
           
 

Methods in org.richfaces.cdk.xmlconfig.model with parameters of type FunctionModel
protected  java.lang.Class<? extends FunctionBean> FunctionAdapter.getBeanClass(FunctionModel prop)
           
 

Method parameters in org.richfaces.cdk.xmlconfig.model with type arguments of type FunctionModel
 void FacesConfigBean.FacesConfigExtension.setFunctions(java.util.List<FunctionModel> functions)
          

 



Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.