de.agilecoders.wicket.jquery
Class Attr.MarkupId

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

public static class Attr.MarkupId
extends Attr

markup id jquery selector.


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.MarkupId(CharSequence markupId)
          Construct.
protected Attr.MarkupId(org.apache.wicket.Component component)
          Construct.
 
Method Summary
 Attr.MarkupId quoted()
           
 
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.MarkupId

protected Attr.MarkupId(org.apache.wicket.Component component)
Construct.

Parameters:
component - the component to extract markup id from

Attr.MarkupId

protected Attr.MarkupId(CharSequence markupId)
Construct.

Parameters:
markupId - the markup id
Method Detail

quoted

public Attr.MarkupId quoted()
Returns:
the quoted markup id


Copyright © 2017. All Rights Reserved.