java.lang.Object
de.agilecoders.wicket.jquery.Attr
de.agilecoders.wicket.jquery.Attr.Auto
- All Implemented Interfaces:
Serializable,CharSequence,IClusterable
- Enclosing class:
- Attr
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}
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.agilecoders.wicket.jquery.Attr
Attr.Auto, Attr.MarkupId, Attr.NoSelector, Attr.NullValue, Attr.Plain, Attr.Quoted -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.agilecoders.wicket.jquery.Attr
charAt, equals, hashCode, isNullOrEmpty, length, noSelector, nullValue, subSequence, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.CharSequence
chars, codePoints, isEmpty
-
Constructor Details
-
Auto
Construct.- Parameters:
value- the attribute value
-