Package de.agilecoders.wicket.jquery
Class Attr.MarkupId
- java.lang.Object
-
- de.agilecoders.wicket.jquery.Attr
-
- de.agilecoders.wicket.jquery.Attr.MarkupId
-
- All Implemented Interfaces:
Serializable,CharSequence,IClusterable
- Enclosing class:
- Attr
public static class Attr.MarkupId extends Attr
markup id jquery selector.- 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 protectedMarkupId(CharSequence markupId)Construct.protectedMarkupId(Component component)Construct.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Attr.MarkupIdquoted()-
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
-
-
-
-
Constructor Detail
-
MarkupId
protected MarkupId(Component component)
Construct.- Parameters:
component- the component to extract markup id from
-
MarkupId
protected MarkupId(CharSequence markupId)
Construct.- Parameters:
markupId- the markup id
-
-
Method Detail
-
quoted
public Attr.MarkupId quoted()
- Returns:
- the quoted markup id
-
-