|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.servlet.tbeans.tableview.html.BaseTableRow
public abstract class BaseTableRow
Base abstract class for rendering the begin and end row tags for an TableView.
| Field Summary |
|---|
| Fields inherited from interface com.sas.servlet.tbeans.HttpConstants |
|---|
ALL, BASELINE, CHAR, COL, COLGROUP, JUSTIFY, MULTIPLE, NONE, ROW, ROWGROUP, SINGLE |
| Constructor Summary | |
|---|---|
BaseTableRow()
Constructs a new DefaultTableRowRenderer |
|
| Method Summary | |
|---|---|
java.lang.String |
getBgColor()
Gets the background color of the row. |
java.lang.String |
getCustomAttributes()
Gets the custom attributes |
int |
getHorizontalAlignment()
Gets the horizontal alignment of the row's cells. |
java.util.Locale |
getLocale()
Gets the locale. |
StyleInfo |
getStyleInfo()
Gets the StyleInfo for this class. |
int |
getVerticalAlignment()
Gets the vertical alignment of the row's cells. |
boolean |
isColumnHeaderRow()
Return true if the row is the columnHeader row. |
void |
setBgColor(java.lang.String color)
Sets the background color of the row. |
void |
setColumnHeaderRow(boolean headerRow)
Determines if the row is the columnHeader row. |
void |
setCustomAttributes(java.lang.String value)
Sets any custom attributes. |
void |
setHorizontalAlignment(int alignment)
Sets the horizontal alignment of the row's cells. |
void |
setLocale(java.util.Locale loc)
Sets the locale. |
void |
setStyleInfo(StyleInfo styleInfo)
Sets the StyleInfo for this class. |
void |
setVerticalAlignment(int alignment)
Sets the vertical alignment of the row's cells. |
| Methods inherited from interface com.sas.servlet.tbeans.tableview.TableRowRenderer |
|---|
writeBeginRow, writeEndRow |
| Constructor Detail |
|---|
public BaseTableRow()
| Method Detail |
|---|
public void setHorizontalAlignment(int alignment)
alignment - set the horizontal alignment of the row's cellspublic int getHorizontalAlignment()
public void setVerticalAlignment(int alignment)
alignment - set the vertical alignment of the row's cellspublic int getVerticalAlignment()
public void setBgColor(java.lang.String color)
color - the background color of the rowpublic java.lang.String getBgColor()
public void setCustomAttributes(java.lang.String value)
value - The custom attributepublic java.lang.String getCustomAttributes()
public StyleInfo getStyleInfo()
getStyleInfo in interface StyleInterfacepublic void setStyleInfo(StyleInfo styleInfo)
setStyleInfo in interface StyleInterfacestyleInfo - the StyleInfo to be usedpublic void setColumnHeaderRow(boolean headerRow)
headerRow - true if the row is the columnHeader rowpublic boolean isColumnHeaderRow()
public 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 | |||||||||||||