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

Quick Search    Search Deep

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

java.lang.Object
  extended bycom.openwave.oui.framework.WaomElement
      extended bycom.openwave.oui.framework.WaomComposite
          extended bycom.openwave.oui.waomelements.AbsDeck
              extended bycom.openwave.oui.waomelements.Deck
All Implemented Interfaces:
java.io.Serializable

public class Deck
extends AbsDeck

The Deck Object is a high-level object. It is useful as a container of multiple templates and cards.
Plain WML and WML with Openwave extensions have different DTDs. Encapsulating the deck into an object makes sure that the most appropriate DTD is delivered to the user agent. Creation date: (4/4/2001 12:57:28 PM)


Field Summary
private  java.lang.String charSet
           
private  int nextCCIndex
           
private  boolean nokiaBackNavigation
           
private static long serialVersionUID
           
 
Fields inherited from class com.openwave.oui.framework.WaomElement
 
Constructor Summary
Deck()
          Deck constructor comment.
 
Method Summary
 void addCard(AbsCard absCard)
          A Card object is associated to the deck.
 void addHead(Head head)
          A Head object is associated to the deck
 void addTemplate(Template template)
          A Template object is associated to the deck.
 Head detectHead()
           
 void disableNokiaBackNavigation()
           
 java.lang.String getCharSet()
           
 int getNextCCIndex()
           
 boolean isDeck()
           
 boolean isNokiaBackNavigationEnabled()
           
 void setCharSet(java.lang.String charSet)
          Add the charset string to the XML processing instruction.
 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, 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

nextCCIndex

private int nextCCIndex

charSet

private java.lang.String charSet

nokiaBackNavigation

private boolean nokiaBackNavigation

serialVersionUID

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

Deck

public Deck()
Deck constructor comment.

Method Detail

addHead

public void addHead(Head head)
A Head object is associated to the deck


addTemplate

public void addTemplate(Template template)
A Template object is associated to the deck.


addCard

public void addCard(AbsCard absCard)
A Card object is associated to the deck.


detectHead

public Head detectHead()

disableNokiaBackNavigation

public void disableNokiaBackNavigation()

getCharSet

public java.lang.String getCharSet()

getNextCCIndex

public int getNextCCIndex()

isDeck

public boolean isDeck()

isNokiaBackNavigationEnabled

public boolean isNokiaBackNavigationEnabled()

setCharSet

public void setCharSet(java.lang.String charSet)
Add the charset string to the XML processing instruction.


visit

public void visit(com.openwave.oui.framework.WaomVisitor wv)
Overrides:
visit in class AbsDeck