view
Class GoA

java.lang.Object
  extended by xhtml.HtmlObject
      extended by xhtml.HtmlElement
          extended by xhtml.ContainerElement
              extended by xhtml.A
                  extended by view.GoA

public class GoA
extends xhtml.A


Constructor Summary
GoA(GoURL url, java.lang.String label)
          Constructs the element.
 
Method Summary
 
Methods inherited from class xhtml.ContainerElement
add, add, getHtml, getHtml
 
Methods inherited from class xhtml.HtmlElement
setAttribute, setClass, setId, setName
 
Methods inherited from class xhtml.HtmlObject
getHtml, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GoA

public GoA(GoURL url,
           java.lang.String label)
Constructs the element.

Parameters:
url - a URL for the 'href' attribute.
label - contained label text.