|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.extjs.gxt.ui.client.data.DefaultModelComparer<M>
M
- the model typepublic class DefaultModelComparer<M extends ModelData>
Default ModelComparer
Field Summary | |
---|---|
static DefaultModelComparer |
DEFAULT
Global instance. |
Constructor Summary | |
---|---|
DefaultModelComparer()
|
Method Summary | |
---|---|
boolean |
equals(M a,
M b)
Returns true if and model instances represent the same entity. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final DefaultModelComparer DEFAULT
Constructor Detail |
---|
public DefaultModelComparer()
Method Detail |
---|
public boolean equals(M a, M b)
ModelComparer
equals
in interface ModelComparer<M extends ModelData>
a
- model oneb
- model two
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |