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

Quick Search    Search Deep

com.openwave.oui.framework
Class WaomLeaf  view WaomLeaf download WaomLeaf.java

java.lang.Object
  extended bycom.openwave.oui.framework.WaomElement
      extended bycom.openwave.oui.framework.WaomLeaf
All Implemented Interfaces:
java.io.Serializable

public class WaomLeaf
extends WaomElement

WaomElement. Creation date: (4/4/2001 12:57:17 PM)


Field Summary
private static ArrayList zeroChildren
           
 
Fields inherited from class com.openwave.oui.framework.WaomElement
bRawModeNotSetError
 
Constructor Summary
protected WaomLeaf()
          WmlLeaf constructor comment.
 
Method Summary
 ArrayList getChildren()
           
 
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, visit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

zeroChildren

private static final ArrayList zeroChildren
Constructor Detail

WaomLeaf

protected WaomLeaf()
WmlLeaf constructor comment.

Method Detail

getChildren

public ArrayList getChildren()
Overrides:
getChildren in class WaomElement