org.codehaus.waffle.taglib.form
Class TablelessFormStyle

java.lang.Object
  extended by org.codehaus.waffle.taglib.form.TablelessFormStyle
All Implemented Interfaces:
FormStyle

public class TablelessFormStyle
extends java.lang.Object
implements FormStyle

A form style implementation using div and spans.

Author:
Guilherme Silveira

Constructor Summary
TablelessFormStyle(FormTag form, javax.servlet.ServletRequest request, javax.servlet.jsp.JspWriter out)
           
 
Method Summary
 void addErrors(java.lang.String label)
           
 void addLine(java.lang.String label)
           
 void beginForm()
           
 void finishForm()
           
 void finishLine()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TablelessFormStyle

public TablelessFormStyle(FormTag form,
                          javax.servlet.ServletRequest request,
                          javax.servlet.jsp.JspWriter out)
Method Detail

addLine

public void addLine(java.lang.String label)
             throws java.io.IOException
Specified by:
addLine in interface FormStyle
Throws:
java.io.IOException

beginForm

public void beginForm()
               throws java.io.IOException
Specified by:
beginForm in interface FormStyle
Throws:
java.io.IOException

finishForm

public void finishForm()
                throws java.io.IOException
Specified by:
finishForm in interface FormStyle
Throws:
java.io.IOException

finishLine

public void finishLine()
                throws java.io.IOException
Specified by:
finishLine in interface FormStyle
Throws:
java.io.IOException

addErrors

public void addErrors(java.lang.String label)
               throws java.io.IOException
Specified by:
addErrors in interface FormStyle
Throws:
java.io.IOException


Copyright © 2008. All Rights Reserved.