java.lang.Object
com.openwave.oui.framework.WaomElement
com.openwave.oui.framework.WaomComposite
com.openwave.oui.waomelements.PathTask
- All Implemented Interfaces:
- java.io.Serializable
- public class PathTask
- extends com.openwave.oui.framework.WaomComposite
Insert the type's description here.
Creation date: (4/5/2001 10:08:44 AM)
| 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, 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 |
PRIMARY
public static final int PRIMARY
- See Also:
- Constant Field Values
SECONDARY
public static final int SECONDARY
- See Also:
- Constant Field Values
SIDE
public static final int SIDE
- See Also:
- Constant Field Values
pathType
private int pathType
shortTitle
private java.lang.String shortTitle
longTitle
private java.lang.String longTitle
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
PathTask
public PathTask(int pathType,
AbsTask absTask,
java.lang.String shortTitle,
java.lang.String longTitle)
- Path constructor comment.
setPathType
public void setPathType(int pathType)
- Insert the method's description here.
Creation date: (4/5/2001 10:33:38 AM)
getPathType
public int getPathType()
- Insert the method's description here.
Creation date: (4/5/2001 10:33:38 AM)
setShortTitle
public void setShortTitle(java.lang.String shortTitle)
- Insert the method's description here.
Creation date: (4/5/2001 10:33:38 AM)
getShortTitle
public java.lang.String getShortTitle()
- Insert the method's description here.
Creation date: (4/5/2001 10:33:38 AM)
setLongTitle
public void setLongTitle(java.lang.String longTitle)
- Insert the method's description here.
Creation date: (4/5/2001 10:33:38 AM)
getLongTitle
public java.lang.String getLongTitle()
- Insert the method's description here.
Creation date: (4/5/2001 10:33:38 AM)
isPathTask
public boolean isPathTask()
visit
public void visit(com.openwave.oui.framework.WaomVisitor wv)