net.sourceforge.ajaxtags.helpers
Class DIVElement

java.lang.Object
  extended by net.sourceforge.ajaxtags.helpers.AbstractHTMLElement
      extended by net.sourceforge.ajaxtags.helpers.DIVElement
All Implemented Interfaces:
Appendable, CharSequence

public final class DIVElement
extends AbstractHTMLElement

HTML <div> element. Try to avoid building HTML code in TAGs or Servlets. With String concat.


Nested Class Summary
 
Nested classes/interfaces inherited from class net.sourceforge.ajaxtags.helpers.AbstractHTMLElement
AbstractHTMLElement.HTMLAttribute
 
Constructor Summary
DIVElement()
          Create a HTML <div> element with no ID.
DIVElement(String id)
          Create a HTML <div> element.
 
Method Summary
 
Methods inherited from class net.sourceforge.ajaxtags.helpers.AbstractHTMLElement
append, append, append, charAt, cleanAttributes, getAttributes, getBody, getClassName, getId, getName, length, setBody, setClassName, setId, subSequence, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DIVElement

public DIVElement(String id)
Create a HTML <div> element.

Parameters:
id - the id for the div element

DIVElement

public DIVElement()
Create a HTML <div> element with no ID.



Copyright © 2005-2010 The Ajaxtags Team. All Rights Reserved.