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

Quick Search    Search Deep

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

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

public class Check
extends AbsPicker

Insert the type's description here. Creation date: (07-06-2001 09:50:24)


Field Summary
private static long serialVersionUID
           
 
Fields inherited from class com.openwave.oui.waomelements.AbsPicker
entries, iname, ivalue, multiple, name, title, value
 
Fields inherited from class com.openwave.oui.framework.WaomLeaf
 
Fields inherited from class com.openwave.oui.framework.WaomElement
 
Constructor Summary
Check(java.lang.String name)
          Check constructor comment.
 
Method Summary
 boolean isWidget()
           
 
Methods inherited from class com.openwave.oui.waomelements.AbsPicker
addEntry, addEntry, getEntries, getIname, getIvalue, getMultiple, getName, getTitle, getValue, isMultiple, setIname, setIvalue, setMultiple, setMultiple, setName, setTitle, setValue, visit
 
Methods inherited from class com.openwave.oui.framework.WaomLeaf
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, 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

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

Check

public Check(java.lang.String name)
Check constructor comment.

Method Detail

isWidget

public boolean isWidget()