|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface HamletSpec._Anchor
| Method Summary | |
|---|---|
HamletSpec.A |
a()
Add a A (anchor) element. |
HamletSpec.A |
a(String selector)
Add a A (anchor) element. |
HamletSpec._Anchor |
a(String href,
String anchorText)
Shortcut for a().$href(href)._(anchorText)._(); |
HamletSpec._Anchor |
a(String selector,
String href,
String anchorText)
Shortcut for a(selector).$href(href)._(anchorText)._(); |
| Method Detail |
|---|
HamletSpec.A a()
HamletSpec.A a(String selector)
selector - the css selector in the form of (#id)*(.class)*
HamletSpec._Anchor a(String href,
String anchorText)
a().$href(href)._(anchorText)._();
href - the URIanchorText - for the URI
HamletSpec._Anchor a(String selector,
String href,
String anchorText)
a(selector).$href(href)._(anchorText)._();
selector - in the form of (#id)?(.class)*href - the URIanchorText - for the URI
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||