de.agilecoders.wicket.jquery
Class Attr.Quoted

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

public static class Attr.Quoted
extends Attr

quoted jquery attribute. All " and ' will be escaped.


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.Quoted(CharSequence selector)
          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.Quoted

protected Attr.Quoted(CharSequence selector)
Construct.

Parameters:
selector - the jquery selector


Copyright © 2017. All Rights Reserved.