| net.mygwt.ui.client.viewer.IElementComparer
IElementComparer | public interface IElementComparer (Code) | | This interface is used to compare elements in a viewer for equality. This
allows the client of the viewer to specify different equality criteria
implementation than the equals implementations of the elements themselves.
|
Method Summary | |
public boolean | equals(Object a, Object b) Compares two elements for equality. |
equals | public boolean equals(Object a, Object b)(Code) | | Compares two elements for equality.
Parameters: a - the first element Parameters: b - the second element whether a is equal to b |
|
|