| |
|
| java.lang.Object com.salmonllc.html.HtmlComponent com.salmonllc.jsp.JspContainer com.salmonllc.jsp.JspTableRow
JspTableRow | public class JspTableRow extends JspContainer (Code) | | This class is used to represent on row <TR> in an JSP Table
|
getAlign | public String getAlign()(Code) | | Returns the alignment of the row
|
getBackgroundColor | public String getBackgroundColor()(Code) | | Returns the background color of the row
|
getInLineStyle | public String getInLineStyle()(Code) | | Gets the in line style of the row
|
getOnmousedown | public String getOnmousedown()(Code) | | Returns the onmousedown. |
getParentDataTable | public JspDataTable getParentDataTable()(Code) | | the parent datatable that this component is in |
getStyle | public String getStyle()(Code) | | Returns the style of the row
|
getVertAlign | public String getVertAlign()(Code) | | Returns the vertical alignment of the row
|
setAlign | public void setAlign(String value)(Code) | | Sets the alignment of the row
|
setBackgroundColor | public void setBackgroundColor(String color)(Code) | | Sets the background color of the row
|
setInLineStyle | public void setInLineStyle(String string)(Code) | | Sets the in line style of the row
|
setOnclick | public void setOnclick(String string)(Code) | | Parameters: string - |
setOnmousedown | public void setOnmousedown(String onmousedown)(Code) | | Parameters: onmousedown - The onmousedown to set. |
setOnmouseout | public void setOnmouseout(String string)(Code) | | Parameters: string - |
setOnmouseover | public void setOnmouseover(String string)(Code) | | Parameters: string - |
setStyle | public void setStyle(String style)(Code) | | Sets the style of the row
|
setVertAlign | public void setVertAlign(String value)(Code) | | Sets the vertical alignment of the row
|
|
|
|