com.fatwire.gst.foundation.html
Class Anchor
java.lang.Object
com.fatwire.gst.foundation.html.Anchor
public final class Anchor
- extends Object
- Since:
- Apr 16, 2011
- Author:
- Dolf Dijkstra
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Anchor
public Anchor()
getCharset
public String getCharset()
- Returns:
- the charset
setCharset
public void setCharset(String charset)
- Parameters:
charset
- the charset to set
getType
public String getType()
- Returns:
- the type
setType
public void setType(String type)
- Parameters:
type
- the type to set
getName
public String getName()
- Returns:
- the name
setName
public void setName(String name)
- Parameters:
name
- the name to set
getHref
public String getHref()
- Returns:
- the href
setHref
public void setHref(String href)
- Parameters:
href
- the href to set
getHreflang
public String getHreflang()
- Returns:
- the hreflang
setHreflang
public void setHreflang(String hreflang)
- Parameters:
hreflang
- the hreflang to set
getRel
public String getRel()
- Returns:
- the rel
setRel
public void setRel(String rel)
- Parameters:
rel
- the rel to set
getRev
public String getRev()
- Returns:
- the rev
setRev
public void setRev(String rev)
- Parameters:
rev
- the rev to set
getAccesskey
public String getAccesskey()
- Returns:
- the accesskey
setAccesskey
public void setAccesskey(String accesskey)
- Parameters:
accesskey
- the accesskey to set
getShape
public String getShape()
- Returns:
- the shape
setShape
public void setShape(String shape)
- Parameters:
shape
- the shape to set
getCoords
public String getCoords()
- Returns:
- the coords
setCoords
public void setCoords(String coords)
- Parameters:
coords
- the coords to set
getTabindex
public String getTabindex()
- Returns:
- the tabindex
setTabindex
public void setTabindex(String tabindex)
- Parameters:
tabindex
- the tabindex to set
getOnfocus
public String getOnfocus()
- Returns:
- the onfocus
setOnfocus
public void setOnfocus(String onfocus)
- Parameters:
onfocus
- the onfocus to set
getOnblur
public String getOnblur()
- Returns:
- the onblur
setOnblur
public void setOnblur(String onblur)
- Parameters:
onblur
- the onblur to set
getTarget
public String getTarget()
- Returns:
- the target
setTarget
public void setTarget(String target)
- Parameters:
target
- the target to set
getClassName
public final String getClassName()
- Returns:
- classname
- See Also:
HtmlCoreAttr.getClassName()
getId
public final String getId()
- Returns:
- id
- See Also:
HtmlCoreAttr.getId()
getStyle
public final String getStyle()
- Returns:
- style
- See Also:
HtmlCoreAttr.getStyle()
getTitle
public final String getTitle()
- Returns:
- title
- See Also:
HtmlCoreAttr.getTitle()
setClassName
public final void setClassName(String className)
- Parameters:
className
- - See Also:
HtmlCoreAttr.setClassName(java.lang.String)
setId
public final void setId(String id)
- Parameters:
id
- - See Also:
HtmlCoreAttr.setId(java.lang.String)
setStyle
public final void setStyle(String style)
- Parameters:
style
- - See Also:
HtmlCoreAttr.setStyle(java.lang.String)
setTitle
public final void setTitle(String title)
- Parameters:
title
- - See Also:
HtmlCoreAttr.setTitle(java.lang.String)
getOnclick
public final String getOnclick()
- Returns:
- onclick
- See Also:
HtmlEventsAttr.getOnclick()
getOndblclick
public final String getOndblclick()
- Returns:
- ondblclick
- See Also:
HtmlEventsAttr.getOndblclick()
getOnkeydown
public final String getOnkeydown()
- Returns:
- onkeydown
- See Also:
HtmlEventsAttr.getOnkeydown()
getOnkeypress
public final String getOnkeypress()
- Returns:
- event
- See Also:
HtmlEventsAttr.getOnkeypress()
getOnkeyup
public final String getOnkeyup()
- Returns:
- event
- See Also:
HtmlEventsAttr.getOnkeyup()
getOnmousedown
public final String getOnmousedown()
- Returns:
- event
- See Also:
HtmlEventsAttr.getOnmousedown()
getOnmousemove
public final String getOnmousemove()
- Returns:
- event
- See Also:
HtmlEventsAttr.getOnmousemove()
getOnmouseout
public final String getOnmouseout()
- Returns:
- event
- See Also:
HtmlEventsAttr.getOnmouseout()
getOnmouseover
public final String getOnmouseover()
- Returns:
- event
- See Also:
HtmlEventsAttr.getOnmouseover()
getOnmouseup
public final String getOnmouseup()
- Returns:
- event
- See Also:
HtmlEventsAttr.getOnmouseup()
setOnclick
public final void setOnclick(String onclick)
- Parameters:
onclick
- - See Also:
HtmlEventsAttr.setOnclick(java.lang.String)
setOndblclick
public final void setOndblclick(String ondblclick)
- Parameters:
ondblclick
- - See Also:
HtmlEventsAttr.setOndblclick(java.lang.String)
setOnkeydown
public final void setOnkeydown(String onkeydown)
- Parameters:
onkeydown
- - See Also:
HtmlEventsAttr.setOnkeydown(java.lang.String)
setOnkeypress
public final void setOnkeypress(String onkeypress)
- Parameters:
onkeypress
- - See Also:
HtmlEventsAttr.setOnkeypress(java.lang.String)
setOnkeyup
public final void setOnkeyup(String onkeyup)
- Parameters:
onkeyup
- - See Also:
HtmlEventsAttr.setOnkeyup(java.lang.String)
setOnmousedown
public final void setOnmousedown(String onmousedown)
- Parameters:
onmousedown
- - See Also:
HtmlEventsAttr.setOnmousedown(java.lang.String)
setOnmousemove
public final void setOnmousemove(String onmousemove)
- Parameters:
onmousemove
- - See Also:
HtmlEventsAttr.setOnmousemove(java.lang.String)
setOnmouseout
public final void setOnmouseout(String onmouseout)
- Parameters:
onmouseout
- - See Also:
HtmlEventsAttr.setOnmouseout(java.lang.String)
setOnmouseover
public final void setOnmouseover(String onmouseover)
- Parameters:
onmouseover
- - See Also:
HtmlEventsAttr.setOnmouseover(java.lang.String)
setOnmouseup
public final void setOnmouseup(String onmouseup)
- Parameters:
onmouseup
- - See Also:
HtmlEventsAttr.setOnmouseup(java.lang.String)
getDir
public final String getDir()
- Returns:
- dir
- See Also:
HtmlI18NAttr.getDir()
getLang
public final String getLang()
- Returns:
- lang
- See Also:
HtmlI18NAttr.getLang()
setDir
public final void setDir(String dir)
- Parameters:
dir
- - See Also:
HtmlI18NAttr.setDir(java.lang.String)
setLang
public final void setLang(String lang)
- Parameters:
lang
- - See Also:
HtmlI18NAttr.setLang(java.lang.String)
Copyright © 2010-2013 Oracle Corporation. All Rights Reserved.