|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.servlet.tbeans.tableview.wml.DefaultTableRowRenderer
public class DefaultTableRowRenderer
The DefaultTableRowRenderer is a class for rendering the begin and end WML row tags for the TableView. The table row renderer creates the WML tags for beginning and ending a row.
Constructor Summary | |
---|---|
DefaultTableRowRenderer()
Constructs a new DefaultTableRowRenderer |
Method Summary | |
---|---|
java.util.Locale |
getLocale()
Gets the locale. |
void |
setLocale(java.util.Locale loc)
Sets the locale. |
void |
writeBeginRow(AbstractBaseTableView tableview,
java.io.PrintWriter out)
Generates the wml begin row tag for a wml TableView. |
void |
writeEndRow(AbstractBaseTableView tableview,
java.io.PrintWriter out)
Generates the wml end row tag for a wml TableView. |
Constructor Detail |
---|
public DefaultTableRowRenderer()
Method Detail |
---|
public void writeBeginRow(AbstractBaseTableView tableview, java.io.PrintWriter out) throws java.io.IOException
writeBeginRow
in interface TableRowRenderer
tableview
- instance of the TableViewout
- The output stream
java.io.IOException
- Thrown if some type of I/O error occurspublic void writeEndRow(AbstractBaseTableView tableview, java.io.PrintWriter out) throws java.io.IOException
writeEndRow
in interface TableRowRenderer
tableview
- instance of the TableViewout
- The output stream
java.io.IOException
- Thrown if some type of I/O error occurspublic void setLocale(java.util.Locale loc)
setLocale
in interface TableRowRenderer
loc
- an instance of java.util.Localepublic java.util.Locale getLocale()
getLocale
in interface TableRowRenderer
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |