org.nakedobjects.plugins.html.component.html
Class Heading

java.lang.Object
  extended by org.nakedobjects.plugins.html.component.ComponentAbstract
      extended by org.nakedobjects.plugins.html.component.html.Heading
All Implemented Interfaces:
Component

public class Heading
extends ComponentAbstract


Constructor Summary
Heading(java.lang.String title)
           
Heading(java.lang.String title, int level)
           
 
Method Summary
 void write(java.io.PrintWriter writer)
           
 
Methods inherited from class org.nakedobjects.plugins.html.component.ComponentAbstract
setClass, setId, writeTag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Heading

public Heading(java.lang.String title)

Heading

public Heading(java.lang.String title,
               int level)
Method Detail

write

public void write(java.io.PrintWriter writer)


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.