org.codehaus.waffle.taglib.form
Class TablelessFormStyle
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TablelessFormStyle
public TablelessFormStyle(FormTag form,
javax.servlet.ServletRequest request,
javax.servlet.jsp.JspWriter out)
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.