|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.agilecoders.wicket.jquery.Attr
de.agilecoders.wicket.jquery.Attr.Auto
public static class Attr.Auto
jquery attribute the value and type will be detect automatically.
new Auto("value").toString(); // = 'value'
new Auto(1234).toString(); // = 1234
new Auto(Json.parse("{key:1234}")).toString(); // = {key:1234}
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class de.agilecoders.wicket.jquery.Attr |
|---|
Attr.Auto, Attr.MarkupId, Attr.NullValue, Attr.Plain, Attr.Quoted |
| Constructor Summary | |
|---|---|
protected |
Attr.Auto(Object value)
Construct. |
| Method Summary |
|---|
| Methods inherited from class de.agilecoders.wicket.jquery.Attr |
|---|
charAt, equals, hashCode, isNullOrEmpty, length, nullValue, subSequence, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected Attr.Auto(Object value)
value - the attribute value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||