java.lang.Object
com.openwave.oui.framework.WaomElement
com.openwave.oui.framework.WaomLeaf
com.openwave.oui.waomelements.HRule
- All Implemented Interfaces:
- java.io.Serializable
- public class HRule
- extends com.openwave.oui.framework.WaomLeaf
Insert the type's description here.
Creation date: (06-06-2001 12:58:31)
| Fields inherited from class com.openwave.oui.framework.WaomLeaf |
|
| Fields inherited from class com.openwave.oui.framework.WaomElement |
|
| Methods inherited from class com.openwave.oui.framework.WaomElement |
addElement, addTo, clearChildren, 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 |
size
private java.lang.String size
width
private java.lang.String width
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
HRule
public HRule()
- HRule constructor comment.
HRule
public HRule(java.lang.String size,
java.lang.String width)
- HRule constructor comment.
getSize
public java.lang.String getSize()
getWidth
public java.lang.String getWidth()
setSize
public void setSize(java.lang.String size)
setWidth
public void setWidth(java.lang.String width)
visit
public void visit(com.openwave.oui.framework.WaomVisitor wv)