Uses of Class
org.spiderwiz.zutils.ZHtml.Anchor
Package | Description |
---|---|
org.spiderwiz.zutils |
Various utility classes used by the Spiderwiz framework.
|
-
Uses of ZHtml.Anchor in org.spiderwiz.zutils
Methods in org.spiderwiz.zutils that return ZHtml.Anchor Modifier and Type Method Description ZHtml.Anchor
ZHtml.Node. createAnchor(String text, String ref, String... args)
Instantiates an anchor node (a
tag) with the given text, url (ref
attribute) and optional arguments to inject in the url.