|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.guiseframework.platform.web.css.IDSelector
public class IDSelector
An ID simple selector.
| Constructor Summary | |
|---|---|
IDSelector(java.lang.String id)
ID constructor. |
|
| Method Summary | |
|---|---|
int |
compareTo(IDSelector object)
Compares this object with the specified object for order. |
boolean |
equals(java.lang.Object object)
Determines whether this object is equivalent to another object. |
java.lang.String |
getID()
|
int |
hashCode()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IDSelector(java.lang.String id)
id - The ID to be selected.
java.lang.NullPointerException - if the given ID is null.| Method Detail |
|---|
public java.lang.String getID()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectobject - The object to compare with this object.
true if this object is equivalent to the given object.public java.lang.String toString()
toString in class java.lang.Objectpublic int compareTo(IDSelector object)
compareTo in interface java.lang.Comparable<IDSelector>object - The object to be compared.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||