SimpleServlets v5.5.0

Uses of Class
com.simpleservlets.htmlobjects.HTMLTable.Cell

Packages that use HTMLTable.Cell
com.simpleservlets.htmlobjects HTMLObjects facilitates the Object-Oriented creation of HTML (see HTMLPage to get started). 
 

Uses of HTMLTable.Cell in com.simpleservlets.htmlobjects
 

Methods in com.simpleservlets.htmlobjects that return HTMLTable.Cell
 HTMLTable.Cell HTMLTable.addCell()
           
 HTMLTable.Cell HTMLTable.Row.addCell()
           
 HTMLTable.Cell HTMLTable.addCell(HTMLElement child)
           
 HTMLTable.Cell HTMLTable.Row.addCell(HTMLElement child)
           
 HTMLTable.Cell HTMLTable.addCell(HTMLElement child, AnchorPoint anchor)
           
 HTMLTable.Cell HTMLTable.Row.addCell(HTMLElement child, AnchorPoint anchor)
           
 HTMLTable.Cell HTMLTable.addCell(HTMLElement child, AnchorPoint anchor, HTMLColor bgColor, int colSpan)
           
 HTMLTable.Cell HTMLTable.Row.addCell(HTMLElement child, AnchorPoint anchor, HTMLColor bgColor, int colSpan)
           
 HTMLTable.Cell HTMLTable.addCell(String text)
           
 HTMLTable.Cell HTMLTable.Row.addCell(String text)
           
 HTMLTable.Cell HTMLTable.addCell(String text, AnchorPoint anchor)
           
 HTMLTable.Cell HTMLTable.Row.addCell(String text, AnchorPoint anchor)
           
 HTMLTable.Cell HTMLTable.addCell(String text, AnchorPoint anchor, HTMLColor bgColor, int colSpan)
           
 HTMLTable.Cell HTMLTable.Row.addCell(String text, AnchorPoint anchor, HTMLColor bgColor, int colSpan)
           
 HTMLTable.Cell HTMLTable.addFill(int colSpan)
           
 HTMLTable.Cell HTMLTable.Row.addFill(int colSpan)
           
 


SimpleServlets v5.5.0

Copyright © 2001-2007 Programix Incorporated. All rights reserved. SimpleServlets is free and is OSI Certified Open Source Software under the BSD license.