SimpleServlets v5.5.0

Uses of Class
com.simpleservlets.htmlobjects.HTMLAttribute

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

Uses of HTMLAttribute in com.simpleservlets.htmlobjects
 

Fields in com.simpleservlets.htmlobjects declared as HTMLAttribute
static HTMLAttribute[] HTMLAttribute.ZERO_LEN_ARRAY
           
 

Methods in com.simpleservlets.htmlobjects that return HTMLAttribute
static HTMLAttribute HTMLAttribute.createUnparsed(String name, Object value)
          Creates an attribute with the specified name and value.
static HTMLAttribute HTMLAttribute.createUnparsed(String name, String value)
          Creates an attribute with the specified name and value.
static HTMLAttribute HTMLAttribute.createUnparsed(String name, Value value)
          Creates an attribute with the specified name and value.
 HTMLAttribute[] GenericHTMLElement.getAttributes()
           
 HTMLAttribute[] HTMLElement.getAttributes()
          Returns an array of all of the attributes.
 

Methods in com.simpleservlets.htmlobjects with parameters of type HTMLAttribute
 void GenericHTMLElement.setAttribute(HTMLAttribute attribute)
          Adds or replaces the specified attribute to the list of attributes.
 void HTMLElement.setAttribute(HTMLAttribute attribute)
          Sets the specified attribute potentially replacing anything that was previously stored for the same name.
 void GenericHTMLElement.setAttributeGroup(HTMLAttribute[] attributeGroup)
           
 void HTMLElement.setAttributeGroup(HTMLAttribute[] attributeGroup)
          Sets ALL the specified attributes potentially replacing anything that was previously stored for the same name(s).
 


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.