|
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.ListenerModel
public class ListenerModel
| Constructor Summary | |
|---|---|
ListenerModel()
|
|
ListenerModel(FacesId type)
|
|
| Method Summary | ||
|---|---|---|
|
accept(Visitor<R,D> visitor,
D data)
|
|
FacesId |
getId()
|
|
void |
merge(ListenerModel other)
Merge values from other object. |
|
boolean |
same(ListenerModel other)
Compare object with other. |
|
void |
setId(FacesId type)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ListenerModel(FacesId type)
public ListenerModel()
| Method Detail |
|---|
public <R,D> R accept(Visitor<R,D> visitor,
D data)
accept in interface Visitablepublic FacesId getId()
public void setId(FacesId type)
id - the id to setpublic void merge(ListenerModel other)
MergeableMerge values from other object.
merge in interface Mergeable<ListenerModel>public boolean same(ListenerModel other)
MergeableCompare object with other. For example, JSF component with same type or class is the same component.
same in interface Mergeable<ListenerModel>
|
RichFaces CDK Generator 4.2.0.CR1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||