de.agilecoders.wicket.jquery
Class Attr.NullValue

java.lang.Object
  extended by de.agilecoders.wicket.jquery.Attr
      extended by de.agilecoders.wicket.jquery.Attr.Plain
          extended by de.agilecoders.wicket.jquery.Attr.NullValue
All Implemented Interfaces:
CharSequence
Enclosing class:
Attr

public static class Attr.NullValue
extends Attr.Plain

NullValue represents a jquery attribute that is "null".

     JQuery.$("selector").closest(new NullValue()); // = $('selector').closest(null);
 


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.NullValue()
          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

Attr.NullValue

protected Attr.NullValue()
Construct.



Copyright © 2017. All Rights Reserved.