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

Packages that use FacesId
org.richfaces.cdk Public CDK API classes. 
org.richfaces.cdk.model CDK library model classes used by all generation tasks. 
org.richfaces.cdk.model.validator   
org.richfaces.cdk.templatecompiler.model JAXB classes that wraps real model classes. 
org.richfaces.cdk.xmlconfig.model JAXB classes that wraps real model classes. 
 

Uses of FacesId in org.richfaces.cdk
 

Methods in org.richfaces.cdk that return FacesId
 FacesId RichFacesConventions.inferBehaviorType(ClassName targetClass)
           
 FacesId NamingConventions.inferBehaviorType(ClassName targetClass)
           
 FacesId RichFacesConventions.inferComponentType(ClassName componentClass)
           
 FacesId NamingConventions.inferComponentType(ClassName componentClass)
          

Calculates component type from class name.

 FacesId RichFacesConventions.inferUIComponentFamily(FacesId componentType)
           
 FacesId NamingConventions.inferUIComponentFamily(FacesId componentType)
          

 

Methods in org.richfaces.cdk with parameters of type FacesId
 ClassName RichFacesConventions.inferBehaviorClass(FacesId id)
           
 ClassName NamingConventions.inferBehaviorClass(FacesId id)
           
 java.lang.String RichFacesConventions.inferComponentFamily(FacesId type)
           
 java.lang.String NamingConventions.inferComponentFamily(FacesId type)
           
 java.lang.String RichFacesConventions.inferRendererBaseName(FacesId type)
           
 java.lang.String NamingConventions.inferRendererBaseName(FacesId type)
           
 java.lang.String RichFacesConventions.inferRendererName(FacesId type)
           
 java.lang.String NamingConventions.inferRendererName(FacesId type)
           
 java.lang.String RichFacesConventions.inferRendererTypeByComponentType(FacesId componentType)
           
 java.lang.String NamingConventions.inferRendererTypeByComponentType(FacesId componentType)
           
 ClassName RichFacesConventions.inferTagHandlerClass(FacesId componentType, java.lang.String markup)
           
 ClassName NamingConventions.inferTagHandlerClass(FacesId componentType, java.lang.String markup)
          

 java.lang.String RichFacesConventions.inferTagName(FacesId componentType)
           
 java.lang.String NamingConventions.inferTagName(FacesId componentType)
           
 java.lang.String RichFacesConventions.inferTemplate(FacesId type)
           
 java.lang.String NamingConventions.inferTemplate(FacesId type)
           
 ClassName RichFacesConventions.inferUIComponentClass(FacesId componentType)
           
 ClassName NamingConventions.inferUIComponentClass(FacesId componentType)
          

Calculates concrete component class from explicit value or type.

 FacesId RichFacesConventions.inferUIComponentFamily(FacesId componentType)
           
 FacesId NamingConventions.inferUIComponentFamily(FacesId componentType)
          

 

Uses of FacesId in org.richfaces.cdk.model
 

Methods in org.richfaces.cdk.model that return FacesId
 FacesId RendererModel.getFamily()
           
 FacesId ComponentModel.getFamily()
          

Reepresent a component family.

 FacesId RenderKitModel.getId()
          

 FacesId ModelElementBase.getId()
           
 FacesId ListenerModel.getId()
           
 FacesId FacesComponent.getId()
          

 FacesId BehaviorRendererModel.getId()
          

 FacesId ComponentModel.getRendererType()
          

static FacesId FacesId.parseId(java.lang.String id)
           
 

Methods in org.richfaces.cdk.model with parameters of type FacesId
 void ComponentLibrary.addRenderer(FacesId renderKitId, RendererModel rendererModel)
           
 RenderKitModel ComponentLibrary.addRenderKit(FacesId renderKitType)
           
 int FacesId.compareTo(FacesId o)
           
 ComponentModel ComponentLibrary.getComponentByFamily(FacesId family)
           
 RenderKitModel ComponentLibrary.getRenderKit(FacesId id)
           
 void RendererModel.setFamily(FacesId family)
           
 void ComponentModel.setFamily(FacesId family)
          

 void RenderKitModel.setId(FacesId id)
          

 void ModelElementBase.setId(FacesId id)
           
 void ListenerModel.setId(FacesId type)
          

 void FacesComponent.setId(FacesId id)
          

 void BehaviorRendererModel.setId(FacesId type)
          

 void ComponentModel.setRendererType(FacesId renderer)
          

 

Constructors in org.richfaces.cdk.model with parameters of type FacesId
BehaviorModel(FacesId behaviorId)
           
BehaviorRendererModel(FacesId type)
           
ComponentModel(FacesId key)
           
ConverterModel(FacesId converterId)
           
FacesComponent.ComponentPredicate(FacesId id)
          

ListenerModel(FacesId type)
           
RendererModel(FacesId type)
           
ValidatorModel(FacesId validatorId)
           
 

Uses of FacesId in org.richfaces.cdk.model.validator
 

Methods in org.richfaces.cdk.model.validator with parameters of type FacesId
protected  void ValidatorImpl.verifyTag(TagModel tag, FacesId id, ClassName handler)
           
 

Uses of FacesId in org.richfaces.cdk.templatecompiler.model
 

Methods in org.richfaces.cdk.templatecompiler.model that return FacesId
 FacesId CompositeInterface.getComponentFamily()
          

 FacesId CompositeInterface.getRendererType()
          

 

Methods in org.richfaces.cdk.templatecompiler.model with parameters of type FacesId
 void CompositeInterface.setComponentFamily(FacesId family)
          

 void CompositeInterface.setRendererType(FacesId rendererType)
          

 

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

Methods in org.richfaces.cdk.xmlconfig.model that return FacesId
 FacesId RendererBean.getFamily()
          

 FacesId ComponentBean.ComponentExtension.getFamily()
          

 FacesId ValidatorBean.getId()
           
 FacesId RenderKitBean.getId()
           
 FacesId ConverterBean.getId()
           
 FacesId ComponentBean.getId()
          

 FacesId BehaviorRendererBean.getId()
          

 FacesId BehaviorBean.getId()
           
 FacesId FacesIdAdapter.unmarshal(java.lang.String v)
           
 

Methods in org.richfaces.cdk.xmlconfig.model with parameters of type FacesId
 java.lang.String FacesIdAdapter.marshal(FacesId v)
           
 void RendererBean.setFamily(FacesId family)
          

 void ComponentBean.ComponentExtension.setFamily(FacesId family)
          

 void ValidatorBean.setId(FacesId id)
           
 void RenderKitBean.setId(FacesId key)
           
 void ConverterBean.setId(FacesId id)
           
 void ComponentBean.setId(FacesId type)
          

 void BehaviorRendererBean.setId(FacesId type)
          

 void BehaviorBean.setId(FacesId id)
           
 



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