|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.richfaces.cdk.model.TagModel
public class TagModel
That bean represents VDL tag
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.richfaces.cdk.model.Named |
|---|
Named.NamePredicate |
| Constructor Summary | |
|---|---|
TagModel()
|
|
| Method Summary | ||
|---|---|---|
|
accept(Visitor<R,D> visitor,
D data)
|
|
ClassName |
getBaseClass()
|
|
java.lang.String |
getName()
|
|
ClassName |
getTargetClass()
|
|
org.richfaces.cdk.annotations.TagType |
getType()
|
|
boolean |
isGenerate()
|
|
void |
merge(TagModel other)
Merge values from other object. |
|
boolean |
same(TagModel other)
Compare object with other. |
|
void |
setBaseClass(ClassName baseClass)
|
|
void |
setGenerate(boolean generate)
|
|
void |
setName(java.lang.String name)
|
|
void |
setTargetClass(ClassName targetClass)
|
|
void |
setType(org.richfaces.cdk.annotations.TagType type)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TagModel()
| Method Detail |
|---|
public java.lang.String getName()
Named
getName in interface Namedpublic void setName(java.lang.String name)
setName in interface Namedname - the name to setpublic org.richfaces.cdk.annotations.TagType getType()
public void setType(org.richfaces.cdk.annotations.TagType type)
type - the type to setpublic ClassName getTargetClass()
public void setTargetClass(ClassName targetClass)
targetClass - the targetClass to setpublic ClassName getBaseClass()
public void setBaseClass(ClassName baseClass)
baseClass - the baseClass to setpublic boolean isGenerate()
public void setGenerate(boolean generate)
generate - the generate to setpublic void merge(TagModel other)
MergeableMerge values from other object.
merge in interface Mergeable<TagModel>public boolean same(TagModel other)
MergeableCompare object with other. For example, JSF component with same type or class is the same component.
same in interface Mergeable<TagModel>
public <R,D> R accept(Visitor<R,D> visitor,
D data)
accept in interface Visitable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||