Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.openwave.oui.waomelements
Class SimpleLink  view SimpleLink download SimpleLink.java

java.lang.Object
  extended bycom.openwave.oui.framework.WaomElement
      extended bycom.openwave.oui.framework.WaomComposite
          extended bycom.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)


Field Summary
private  java.lang.String accesskey
           
private static long serialVersionUID
           
private  java.lang.String simpleURL
           
private  java.lang.String tabindex
           
private  java.lang.String text
           
private  java.lang.String title
           
 
Fields inherited from class com.openwave.oui.framework.WaomElement
 
Constructor Summary
SimpleLink(java.lang.String simpleURL, java.lang.String text)
          Insert the method's description here.
 
Method Summary
 java.lang.String getAccesskey()
           
 java.lang.String getTabindex()
          Insert the method's description here.
 java.lang.String getText()
           
 java.lang.String getTitle()
          Insert the method's description here.
 java.lang.String getURL()
           
 void setAccesskey(int accesskey)
          Set accesskey attribute for devices which support it.
 void setAccesskey(java.lang.String accesskey)
          Set accesskey attribute for devices which support it.
 void setTabindex(java.lang.String newTabindex)
          Insert the method's description here.
 void setText(java.lang.String text)
           
 void setTitle(java.lang.String title)
          Set title attribute.
 void setURL(java.lang.String simpleURL)
           
 void visit(com.openwave.oui.framework.WaomVisitor wv)
           
 
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
 

Field Detail

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
Constructor Detail

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)

Method Detail

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)