|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.agilecoders.wicket.jquery.Attr
public abstract class Attr
Attr represents a jquery attribute.
| Nested Class Summary | |
|---|---|
static class |
Attr.Auto
jquery attribute the value and type will be detect automatically. |
static class |
Attr.MarkupId
markup id jquery selector. |
static class |
Attr.NullValue
NullValue represents a jquery attribute that is "null". |
static class |
Attr.Plain
Plain jquery attribute, this attribute won't be quoted. |
static class |
Attr.Quoted
quoted jquery attribute. |
| Constructor Summary | |
|---|---|
protected |
Attr(CharSequence selector)
Construct. |
| Method Summary | |
|---|---|
char |
charAt(int index)
|
boolean |
equals(Object obj)
|
int |
hashCode()
|
static boolean |
isNullOrEmpty(Attr attr)
checks whether given value is null or empty |
int |
length()
|
static Attr |
nullValue()
|
CharSequence |
subSequence(int start,
int end)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected Attr(CharSequence selector)
selector - the jquery selector| Method Detail |
|---|
public static boolean isNullOrEmpty(Attr attr)
attr - the attribute to check
public int length()
length in interface CharSequencepublic char charAt(int index)
charAt in interface CharSequence
public CharSequence subSequence(int start,
int end)
subSequence in interface CharSequencepublic String toString()
toString in interface CharSequencetoString in class Objectpublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic static Attr nullValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||