|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.servlet.tbeans.tableview.hdml.DefaultTableRowRenderer
public class DefaultTableRowRenderer
The DefaultTableRowRenderer is a class for rendering the begin HDML row tag for the TableView. The table row renderer creates the <line> tag for beginning 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 hdml begin row tag for a hdml TableView. |
void |
writeEndRow(AbstractBaseTableView tableview,
java.io.PrintWriter out)
There is no end row tag for hdml tables. |
| Constructor Detail |
|---|
public DefaultTableRowRenderer()
| Method Detail |
|---|
public void writeBeginRow(AbstractBaseTableView tableview,
java.io.PrintWriter out)
throws java.io.IOException
writeBeginRow in interface TableRowRenderertableview - instance of the TableViewout - The output stream
java.io.IOException - Thrown if some type of I/O error occurs
public void writeEndRow(AbstractBaseTableView tableview,
java.io.PrintWriter out)
throws java.io.IOException
writeEndRow in interface TableRowRenderertableview - 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 TableRowRendererloc - 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 | |||||||||||||