|
RichFaces CDK Generator 4.2.0.CR1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.richfaces.cdk.model.DescriptionGroupBase
org.richfaces.cdk.model.FunctionModel
public class FunctionModel
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.richfaces.cdk.model.Named |
|---|
Named.NamePredicate |
| Nested classes/interfaces inherited from interface org.richfaces.cdk.model.DescriptionGroup |
|---|
DescriptionGroup.Icon |
| Constructor Summary | |
|---|---|
FunctionModel()
|
|
| Method Summary | ||
|---|---|---|
|
accept(Visitor<R,D> visitor,
D data)
|
|
ClassName |
getFunctionClass()
|
|
String |
getName()
|
|
String |
getSignature()
|
|
org.richfaces.cdk.annotations.TagType |
getType()
|
|
void |
merge(FunctionModel other)
Merge values from other object. |
|
boolean |
same(FunctionModel other)
Compare object with other. |
|
void |
setFunctionClass(ClassName functionClass)
|
|
void |
setName(String name)
|
|
void |
setSignature(String signature)
|
|
void |
setType(org.richfaces.cdk.annotations.TagType type)
|
|
| Methods inherited from class org.richfaces.cdk.model.DescriptionGroupBase |
|---|
getDescription, getDisplayName, getExtension, getIcon, setDescription, setDisplayName, setExtension, setIcon |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FunctionModel()
| Method Detail |
|---|
public String getName()
getName in interface Namedpublic void setName(String name)
setName in interface Namedname - the name to setpublic String getSignature()
public void setSignature(String signature)
signature - the signature to setpublic org.richfaces.cdk.annotations.TagType getType()
public void setType(org.richfaces.cdk.annotations.TagType type)
type - the type to setpublic ClassName getFunctionClass()
public void setFunctionClass(ClassName functionClass)
functionClass - the functionClass to setpublic void merge(FunctionModel other)
MergeableMerge values from other object.
merge in interface Mergeable<FunctionModel>public boolean same(FunctionModel other)
MergeableCompare object with other. For example, JSF component with same type or class is the same component.
same in interface Mergeable<FunctionModel>
public <R,D> R accept(Visitor<R,D> visitor,
D data)
accept in interface Visitable
|
RichFaces CDK Generator 4.2.0.CR1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||