org.codehaus.waffle.taglib.form
Class TableFormStyle

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

public class TableFormStyle
extends java.lang.Object
implements FormStyle

A form style based on table rows.

Author:
Guilherme Silveira

Constructor Summary
TableFormStyle(FormTag form, javax.servlet.ServletRequest request, java.io.Writer 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

TableFormStyle

public TableFormStyle(FormTag form,
                      javax.servlet.ServletRequest request,
                      java.io.Writer 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.