java.lang.Object
de.agilecoders.wicket.jquery.Attr
de.agilecoders.wicket.jquery.Attr.MarkupId
- All Implemented Interfaces:
Serializable,CharSequence,IClusterable
- Enclosing class:
- Attr
markup id jquery selector.
- See Also:
-
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
ConstructorsModifierConstructorDescriptionprotectedMarkupId(CharSequence markupId) Construct.protectedConstruct. -
Method Summary
Methods inherited from class de.agilecoders.wicket.jquery.Attr
charAt, equals, hashCode, isNullOrEmpty, length, noSelector, nullValue, subSequence, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.CharSequence
chars, codePoints, isEmpty
-
Constructor Details
-
MarkupId
Construct.- Parameters:
component- the component to extract markup id from
-
MarkupId
Construct.- Parameters:
markupId- the markup id
-
-
Method Details
-
quoted
- Returns:
- the quoted markup id
-