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.AnchorZHtml.Node. createAnchor(String text, String ref, String... args)Instantiates an anchor node (atag) with the given text, url (refattribute) and optional arguments to inject in the url.