org.codehaus.waffle.taglib.form
Interface FormStyle

All Known Implementing Classes:
NoFormStyle, TableFormStyle, TablelessFormStyle

public interface FormStyle

Form styles.

Author:
Guilherme Silveira

Method Summary
 void addErrors(java.lang.String label)
           
 void addLine(java.lang.String label)
           
 void beginForm()
           
 void finishForm()
           
 void finishLine()
           
 

Method Detail

addLine

void addLine(java.lang.String label)
             throws java.io.IOException
Throws:
java.io.IOException

beginForm

void beginForm()
               throws java.io.IOException
Throws:
java.io.IOException

finishForm

void finishForm()
                throws java.io.IOException
Throws:
java.io.IOException

finishLine

void finishLine()
                throws java.io.IOException
Throws:
java.io.IOException

addErrors

void addErrors(java.lang.String label)
               throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2008. All Rights Reserved.