java.lang.Object
com.openwave.oui.framework.WaomElement
com.openwave.oui.framework.WaomComposite
com.openwave.oui.waomelements.AbsDeck
com.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)
| Fields inherited from class com.openwave.oui.framework.WaomElement |
|
|
Constructor Summary |
Deck()
Deck constructor comment. |
| 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 |
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
Deck
public Deck()
- Deck constructor comment.
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