SimpleServlets v5.5.0

Uses of Class
com.simpleservlets.htmlobjects.HTMLList

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

Uses of HTMLList in com.simpleservlets.htmlobjects
 

Methods in com.simpleservlets.htmlobjects that return HTMLList
static HTMLList HTMLList.createOrdered()
          Equivalent to: return createOrdered(NUMBER);
static HTMLList HTMLList.createOrdered(HTMLList.OrderedStyle style)
           
static HTMLList HTMLList.createUnordered()
          Equivalent to: return createUnordered(DISC);
static HTMLList HTMLList.createUnordered(HTMLList.UnorderedStyle style)
           
 


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.