|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TagModel | |
|---|---|
| org.richfaces.cdk.apt.processors | |
| org.richfaces.cdk.generate.freemarker | |
| org.richfaces.cdk.generate.java.taghandler | |
| 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 TagModel in org.richfaces.cdk.apt.processors |
|---|
| Methods in org.richfaces.cdk.apt.processors that return TagModel | |
|---|---|
protected TagModel |
ProcessorBase.processTag(org.richfaces.cdk.annotations.Tag tag)
|
| Uses of TagModel in org.richfaces.cdk.generate.freemarker |
|---|
| Constructors in org.richfaces.cdk.generate.freemarker with parameters of type TagModel | |
|---|---|
TagTemplateModel(TagModel object,
freemarker.ext.beans.BeansWrapper wrapper)
|
|
| Uses of TagModel in org.richfaces.cdk.generate.java.taghandler |
|---|
| Methods in org.richfaces.cdk.generate.java.taghandler that return TagModel | |
|---|---|
TagModel |
TagWithModel.getTag()
|
| Methods in org.richfaces.cdk.generate.java.taghandler with parameters of type TagModel | |
|---|---|
boolean |
TagHandlerClassGenerator.process(ModelElementBase model,
TagModel tag)
|
| Constructors in org.richfaces.cdk.generate.java.taghandler with parameters of type TagModel | |
|---|---|
TagWithModel(TagModel tag,
M model)
|
|
| Uses of TagModel in org.richfaces.cdk.model |
|---|
| Methods in org.richfaces.cdk.model that return types with arguments of type TagModel | |
|---|---|
ModelCollection<TagModel> |
ModelElementBase.getTags()
|
ModelCollection<TagModel> |
EventModel.getTags()
|
| Methods in org.richfaces.cdk.model with parameters of type TagModel | |
|---|---|
void |
TagModel.merge(TagModel other)
|
boolean |
TagModel.same(TagModel other)
|
| Uses of TagModel in org.richfaces.cdk.model.validator |
|---|
| Methods in org.richfaces.cdk.model.validator with parameters of type TagModel | |
|---|---|
protected void |
ValidatorImpl.verifyTag(TagModel tag,
FacesId id,
ClassName handler)
|
| Uses of TagModel in org.richfaces.cdk.xmlconfig.model |
|---|
| Methods in org.richfaces.cdk.xmlconfig.model that return TagModel | |
|---|---|
TagModel |
RendererBean.RendererExtension.getTag()
|
| Methods in org.richfaces.cdk.xmlconfig.model that return types with arguments of type TagModel | |
|---|---|
java.util.List<TagModel> |
TagExtensionBase.getTags()
|
java.util.List<TagModel> |
EventBean.getTags()
|
| Methods in org.richfaces.cdk.xmlconfig.model with parameters of type TagModel | |
|---|---|
void |
RendererBean.RendererExtension.setTag(TagModel tag)
|
| Method parameters in org.richfaces.cdk.xmlconfig.model with type arguments of type TagModel | |
|---|---|
void |
TagExtensionBase.setTags(java.util.List<TagModel> tags)
|
void |
EventBean.setTags(java.util.List<TagModel> tags)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||