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

Quick Search    Search Deep

com.openwave.oui.rendering.msie5
Class RsDeckMSIE5  view RsDeckMSIE5 download RsDeckMSIE5.java

java.lang.Object
  extended bycom.openwave.oui.framework.RenderingStrategy
      extended bycom.openwave.oui.rendering.msie5.RsDeckMSIE5

public class RsDeckMSIE5
extends com.openwave.oui.framework.RenderingStrategy

RsDeckMSIE5 works with Nokia


Field Summary
 
Fields inherited from class com.openwave.oui.framework.RenderingStrategy
waomElementName
 
Constructor Summary
RsDeckMSIE5()
          RsDeckMSIE5 constructor comment.
 
Method Summary
 boolean isBottomElement(com.openwave.oui.framework.WaomElement element)
          This function should return true for elements which *have* to stay in the bottom of the parent element.
 void renderBegin(com.openwave.oui.framework.WaomElement element, java.io.Writer stream, int level)
          begin tag
 void renderEnd(com.openwave.oui.framework.WaomElement element, java.io.Writer stream, int level)
          end tag
 
Methods inherited from class com.openwave.oui.framework.RenderingStrategy
getElementName, indentBy, isTopElement, render, renderBody, renderIdClass, renderIdClass, renderSortedBody, renderXmlHeader
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RsDeckMSIE5

public RsDeckMSIE5()
RsDeckMSIE5 constructor comment.

Method Detail

isBottomElement

public boolean isBottomElement(com.openwave.oui.framework.WaomElement element)
Description copied from class: com.openwave.oui.framework.RenderingStrategy
This function should return true for elements which *have* to stay in the bottom of the parent element.


renderBegin

public void renderBegin(com.openwave.oui.framework.WaomElement element,
                        java.io.Writer stream,
                        int level)
                 throws java.io.IOException
begin tag


renderEnd

public void renderEnd(com.openwave.oui.framework.WaomElement element,
                      java.io.Writer stream,
                      int level)
               throws java.io.IOException
end tag