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.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.

 

Methods in org.richfaces.cdk with parameters of type FacesId
 ClassName RichFacesConventions.inferBehaviorClass(FacesId id)
           
 ClassName NamingConventions.inferBehaviorClass(FacesId id)
           
 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)
           
 ClassName RichFacesConventions.inferUIComponentClass(FacesId componentType)
           
 ClassName NamingConventions.inferUIComponentClass(FacesId componentType)
          

Calculates concrete component class from explicit value or type.

 java.lang.String RichFacesConventions.inferUIComponentFamily(FacesId componentType)
           
 java.lang.String NamingConventions.inferUIComponentFamily(FacesId componentType)
          

 

Uses of FacesId in org.richfaces.cdk.model
 

Subclasses of FacesId in org.richfaces.cdk.model
static class ListenerModel.Type
           
static class RendererModel.Type
          

FacesId for lookup renderer in the model.

 

Methods in org.richfaces.cdk.model that return FacesId
 FacesId RenderKitModel.getId()
          

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

 FacesId BehaviorRendererModel.getId()
          

 FacesId ComponentModel.getType()
          Deprecated. Use ModelElementBase.getId() instead.
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)
           
 RenderKitModel ComponentLibrary.getRenderKit(FacesId id)
           
 void RenderKitModel.setId(FacesId id)
          

 void ModelElementBase.setId(FacesId id)
           
 void FacesComponent.setId(FacesId id)
          

 void BehaviorRendererModel.setId(FacesId type)
          

 void ComponentModel.setType(FacesId type)
          Deprecated. Use ModelElementBase.setId(FacesId) instead.
 

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)
          

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.xmlconfig.model
 

Methods in org.richfaces.cdk.xmlconfig.model that return FacesId
 FacesId ValidatorBean.getId()
           
 FacesId RenderKitBean.getId()
           
 FacesId ConverterBean.getId()
           
 FacesId BehaviorRendererBean.getId()
          

 FacesId BehaviorBean.getId()
           
 FacesId ComponentBean.getType()
          

 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 ValidatorBean.setId(FacesId id)
           
 void RenderKitBean.setId(FacesId key)
           
 void ConverterBean.setId(FacesId id)
           
 void BehaviorRendererBean.setId(FacesId type)
          

 void BehaviorBean.setId(FacesId id)
           
 void ComponentBean.setType(FacesId type)
          

 



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