Package de.agilecoders.wicket.jquery
Class Attr.NoSelector
- java.lang.Object
-
- de.agilecoders.wicket.jquery.Attr
-
- de.agilecoders.wicket.jquery.Attr.NoSelector
-
- All Implemented Interfaces:
Serializable,CharSequence,IClusterable
- Enclosing class:
- Attr
public static class Attr.NoSelector extends Attr
NoSelector represents the static object of jQuery, e.g. $.extend().JQuery.$().extend(true, someObject, {"extra": "field"});- See Also:
- Serialized Form
-
-
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 Modifier Constructor Description protectedNoSelector()Construct.
-
Method Summary
-
Methods inherited from class de.agilecoders.wicket.jquery.Attr
charAt, equals, hashCode, isNullOrEmpty, length, noSelector, nullValue, subSequence, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.CharSequence
chars, codePoints
-
-