|
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.FacetModel
public class FacetModel
| 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 | |
|---|---|
FacetModel()
|
|
| Method Summary | ||
|---|---|---|
|
accept(Visitor<R,D> visitor,
D data)
|
|
Boolean |
getGenerate()
|
|
String |
getName()
|
|
void |
merge(FacetModel other)
Merge values from other object. |
|
boolean |
same(FacetModel other)
Compare object with other. |
|
void |
setGenerate(Boolean generate)
|
|
void |
setName(String name)
|
|
| 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 FacetModel()
| Method Detail |
|---|
public String getName()
getName in interface Namedpublic void setName(String name)
setName in interface Namedname - the name to setpublic void merge(FacetModel other)
MergeableMerge values from other object.
merge in interface Mergeable<FacetModel>
public <R,D> R accept(Visitor<R,D> visitor,
D data)
accept in interface Visitablepublic boolean same(FacetModel other)
MergeableCompare object with other. For example, JSF component with same type or class is the same component.
same in interface Mergeable<FacetModel>public Boolean getGenerate()
public void setGenerate(Boolean generate)
|
RichFaces CDK Generator 4.2.0.CR1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||