creamtec.webcream.rendering.html.positioned
Class PositionedHTMLPage

java.lang.Object
  extended by java.util.Observable
      extended by creamtec.webcream.rendering.html.HTMLPage
          extended by creamtec.webcream.rendering.html.positioned.PositionedHTMLPage
All Implemented Interfaces:
Document

public class PositionedHTMLPage
extends HTMLPage

Extends HTML page to provide additional characteristics for rendering positioned components.


Constructor Summary
PositionedHTMLPage()
           
 
Method Summary
 void beginTableCell(java.lang.String props)
          Override from HTMLPage to add a
for Netscape, otherwise absolute positioning doesn't work
 void endTableCell()
          Override from HTMLPage to add a for Netscape, otherwise absolute positioning doesn't work
 
Methods inherited from class creamtec.webcream.rendering.html.HTMLPage
append, append, append, appendCommonScripts, appendEventHandler, appendHTMLText, appendHTMLText, appendJavaScript, appendln, appendOnLoadScriptBody, appendOnSubmitScript, appendText, appendText, appendText, appendText, appendTrailerScript, appendTreeScripts, beginTable, beginTable, beginTable, beginTable, beginTable, beginTable, beginTableCell, beginTableRow, beginTableRow, cleanupImageUrl, decreaseIndent, endTable, endTableRow, generateName, getBody, getClientAgent, getComponentName, getComponentName, getDocsURL, getHeader, getImageUrl, getImageUrl, getIndent, getNextComponentNameIndex, getOnLoadScriptBody, getOutput, getPageRenderer, getProps, getRedirectURL, getRenderContext, getSnapshotImageIndex, getSubmitURL, getThemeDocsURL, getThemeName, getTitle, getWindowFooter, includeJavaScript, includeStylesheet, increaseIndent, incSnapshotIndex, insertMarked, markPosition, nameToHTML, newLine, outputBody, outputHeader, prependJavaScript, reset, resetComponentNameIndexes, setClientAgent, setIndent, setNoBreak, setNoBreak, setOutput, setPageRenderer, setRedirectURL, setRenderContext, setTitle, setUseOnLoad, shouldIgnoreTag, toString, writeTrailer
 
Methods inherited from class java.util.Observable
addObserver, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PositionedHTMLPage

public PositionedHTMLPage()
Method Detail

beginTableCell

public void beginTableCell(java.lang.String props)
Override from HTMLPage to add a
for Netscape, otherwise absolute positioning doesn't work

Overrides:
beginTableCell in class HTMLPage
Parameters:
props - if not null, the properties will be inserted into <td> tag

endTableCell

public void endTableCell()
Override from HTMLPage to add a for Netscape, otherwise absolute positioning doesn't work

Overrides:
endTableCell in class HTMLPage


Copyright © 2000-2006 CreamTec LLC. All Rights Reserved.