|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.taglib.servlet.tbeans.tableview.BaseRowTag
public class BaseRowTag
The base object for all the RowRenderer tag support handlers in the SAS Custom Tag Library.
| Field Summary |
|---|
| Fields inherited from class com.sas.taglib.BaseTag |
|---|
APPLICATION, PAGE, RB_KEY, REQUEST, SESSION |
| Constructor Summary | |
|---|---|
BaseRowTag()
|
|
| Method Summary | |
|---|---|
protected void |
applyAttributes()
Apply RowRenderer properties to the underlying com.sas.servlet.tbeans.tableview.html.DefaultTableRowRenderer object |
java.lang.String |
getBgColor()
Returns the bgColor property of the RowTag. |
java.lang.String |
getCustomAttributes()
Returns the customAttributes property of the RowTag. |
java.lang.String |
getHorizontalAlignment()
Returns the horizontalAlignment property of the RowTag. |
java.lang.String |
getStyleClassPrefix()
Returns the styleClassPrefix property of the RowTag. |
java.lang.String |
getVerticalAlignment()
Returns the verticalAlignment property of the RowTag. |
protected void |
initialize(boolean includeAttributes)
Initializes attributes and variables for this tag handler. |
void |
setBgColor(java.lang.String color)
Sets the bgColor property of the RowTag. |
void |
setCustomAttributes(java.lang.String customAttributes)
Sets the customAttributes property of the RowTag. |
void |
setHorizontalAlignment(java.lang.String horizontalAlignment)
Sets the horizontalAlignment property of the RowTag. |
void |
setStyleClassPrefix(java.lang.String styleClassPrefix)
Sets the styleClassPrefix property of the RowTag. |
void |
setVerticalAlignment(java.lang.String verticalAlignment)
Sets the verticalAlignment property of the RowTag. |
| Constructor Detail |
|---|
public BaseRowTag()
| Method Detail |
|---|
protected void initialize(boolean includeAttributes)
initialize in class BaseTagincludeAttributes - Set to true if attributes are to be set to default values.public void setBgColor(java.lang.String color)
bgColor - The background color for the row.getBgColor()public java.lang.String getBgColor()
setBgColor(java.lang.String)public void setHorizontalAlignment(java.lang.String horizontalAlignment)
horizontalAlignment - The horizontal alignment of the row's cells.
Valid values are: LEFT, CENTER, RIGHT, JUSTIFY, CHAR or NONE. The
default is NONE (i.e. the browser defaults).getHorizontalAlignment()public java.lang.String getHorizontalAlignment()
setHorizontalAlignment(java.lang.String)public void setStyleClassPrefix(java.lang.String styleClassPrefix)
styleClassPrefix - The string to prepend to the styleClass property.getStyleClassPrefix()public java.lang.String getStyleClassPrefix()
setStyleClassPrefix(java.lang.String)public void setVerticalAlignment(java.lang.String verticalAlignment)
verticalAlignment - The vertical alignment of the row's cells.
Valid values are: TOP, CENTER, BOTTOM, BASELINE or NONE. The default is
NONE (i.e. the browser defaults).getVerticalAlignment()public java.lang.String getVerticalAlignment()
setVerticalAlignment(java.lang.String)public void setCustomAttributes(java.lang.String customAttributes)
customAttributes - A list of attributes in the form of attribute="value", space delimitedgetCustomAttributes()public java.lang.String getCustomAttributes()
setCustomAttributes(java.lang.String)
protected void applyAttributes()
throws javax.servlet.jsp.JspException
applyAttributes in class BaseTagjavax.servlet.jsp.JspException - Thrown if a JspException occurs.
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||