public abstract class Attr extends Object implements CharSequence
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier | Constructor and Description |
|---|---|
protected |
Attr(CharSequence selector)
Construct.
|
| Modifier and Type | Method and Description |
|---|---|
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() |
protected Attr(CharSequence selector)
selector - the jquery selectorpublic static boolean isNullOrEmpty(Attr attr)
attr - the attribute to checkpublic int length()
length in interface CharSequencepublic char charAt(int index)
charAt in interface CharSequencepublic CharSequence subSequence(int start, int end)
subSequence in interface CharSequencepublic String toString()
toString in interface CharSequencetoString in class Objectpublic static Attr nullValue()
Copyright © 2014. All Rights Reserved.