SimpleServlets v5.5.0

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

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

Uses of HTMLTable.Row in com.simpleservlets.htmlobjects
 

Methods in com.simpleservlets.htmlobjects that return HTMLTable.Row
 HTMLTable.Row HTMLSimpleForm.addRow(HTMLElement left, HTMLElement right)
           
 HTMLTable.Row HTMLSimpleForm.addRow(HTMLElement left, String text)
           
 HTMLTable.Row HTMLSimpleForm.addRow(String label, double value)
           
 HTMLTable.Row HTMLSimpleForm.addRow(String label, HTMLElement right)
           
 HTMLTable.Row HTMLSimpleForm.addRow(String label, int value)
           
 HTMLTable.Row HTMLSimpleForm.addRow(String label, Object value)
           
 HTMLTable.Row HTMLSimpleForm.addRow(String label, String value)
           
 HTMLTable.Row HTMLTable.getCurrentRow()
           
 HTMLTable.Row HTMLTable.newRow()
           
 HTMLTable.Row HTMLTable.newRow(AnchorPoint anchor)
           
 HTMLTable.Row HTMLTable.newRow(AnchorPoint anchor, HTMLColor bgColor)
           
 HTMLTable.Row HTMLTable.newRow(HTMLColor bgColor)
           
 


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.