java.lang.Object
com.openwave.oui.framework.WaomElement
com.openwave.oui.framework.WaomComposite
com.openwave.oui.waomelements.SimpleLink
- All Implemented Interfaces:
- java.io.Serializable
- public class SimpleLink
- extends com.openwave.oui.framework.WaomComposite
The simple link object is just a plain <a href="url"></a> link.
Encapsulation into an object is intended for support of the "accesskey" attribute.
"accesskey" is an Openwave extension that lets developers associate a number between 0 and 9 with the link.
This will be a keyboard accelerator for power-users who will manage to trigger the link simply by
pressing the corresponding number.
Creation date: (4/4/2001 3:37:20 PM)
| Fields inherited from class com.openwave.oui.framework.WaomElement |
|
| Methods inherited from class com.openwave.oui.framework.WaomElement |
addElement, addTo, clearChildren, getChildren, getClassValue, getDirectDefinition, getIdValue, getParent, getWaomElementName, isAbsCard, isAppendix, isBodyPager, isCaller, isCard, isComboMenu, isConditionalCard, isDeck, isForm, isHead, isInRawMode, isOnevent, isOption, isParagraph, isPathTask, isTask, isTaskMenu, isTemplate, isTimer, isWidget, render, setClassValue, setDirectDefinition, setIdValue, setToRawMode, setWaomElementName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
text
private java.lang.String text
title
private java.lang.String title
accesskey
private java.lang.String accesskey
simpleURL
private java.lang.String simpleURL
tabindex
private java.lang.String tabindex
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
SimpleLink
public SimpleLink(java.lang.String simpleURL,
java.lang.String text)
- Insert the method's description here.
Creation date: (4/4/2001 3:39:40 PM)
getText
public java.lang.String getText()
setText
public void setText(java.lang.String text)
getURL
public java.lang.String getURL()
setURL
public void setURL(java.lang.String simpleURL)
getAccesskey
public java.lang.String getAccesskey()
getTitle
public java.lang.String getTitle()
- Insert the method's description here.
Creation date: (4/5/2001 10:33:38 AM)
setAccesskey
public void setAccesskey(int accesskey)
- Set accesskey attribute for devices which support it.
setAccesskey
public void setAccesskey(java.lang.String accesskey)
- Set accesskey attribute for devices which support it.
setTitle
public void setTitle(java.lang.String title)
- Set title attribute.
visit
public void visit(com.openwave.oui.framework.WaomVisitor wv)
setTabindex
public void setTabindex(java.lang.String newTabindex)
- Insert the method's description here.
Creation date: (08-11-2001 15:42:01)
getTabindex
public java.lang.String getTabindex()
- Insert the method's description here.
Creation date: (08-11-2001 15:42:01)