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

Quick Search    Search Deep

com.openwave.oui.rendering.alcatel
Class RsCardAlcatel  view RsCardAlcatel download RsCardAlcatel.java

java.lang.Object
  extended bycom.openwave.oui.framework.RenderingStrategy
      extended bycom.openwave.oui.rendering.alcatel.RsCardAlcatel

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

RsCardUP4 works with the UP.Browser


Field Summary
 
Fields inherited from class com.openwave.oui.framework.RenderingStrategy
waomElementName
 
Constructor Summary
RsCardAlcatel()
          RsCardUP4 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.
 boolean isTopElement(com.openwave.oui.framework.WaomElement element)
          This function should return true for elements which *have* to stay in the top 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, 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

RsCardAlcatel

public RsCardAlcatel()
RsCardUP4 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.


isTopElement

public boolean isTopElement(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 top 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