| |
|
| java.lang.Object com.salmonllc.html.HtmlComponent com.salmonllc.jsp.JspContainer com.salmonllc.jsp.JspTableCell
JspTableCell | public class JspTableCell extends JspContainer (Code) | | This class is used to represent on cell <TD> in an JSP Table
|
getAlign | public String getAlign()(Code) | | This method gets the alignment for a table cell
|
getBackgroundColor | public String getBackgroundColor()(Code) | | This method gets the background color for a table cell
|
getColSpan | public int getColSpan()(Code) | | This method gets the column span for a table cell
|
getHeight | public String getHeight()(Code) | | This method gets the height of the table cell.
|
getOnClick | public String getOnClick()(Code) | | Use this method to get the javascript that will be executed when the user
clicks on one of the components in the link.
|
getOnMouseOut | public String getOnMouseOut()(Code) | | Use this method to get the javascript that will be executed when the
mouse passes over out of all the components
|
getOnMouseOver | public String getOnMouseOver()(Code) | | Use this method to get the javascript that will be executed when the
mouse passes over any component in the link
|
getParentDataTable | public JspDataTable getParentDataTable()(Code) | | the parent datatable that this component is in |
getRowSpan | public int getRowSpan()(Code) | | This method gets the column span for a table cell
|
getStyle | public String getStyle()(Code) | | This method returns the style for a table cell
|
getVertAlign | public String getVertAlign()(Code) | | This method gets the vertival alignment for a table cell
|
getWidth | public String getWidth()(Code) | | This method gets the width of the table cell.
|
getWrap | public boolean getWrap()(Code) | | This method gets whether or not the items in the cell will word wrap
|
isClickSort | public boolean isClickSort()(Code) | | Returns the clickSort. |
setAlign | public void setAlign(String value)(Code) | | This method sets the alignment for a table cell
|
setBackgroundColor | public void setBackgroundColor(String color)(Code) | | This method sets the background color for a table cell
|
setCellToSort | public void setCellToSort(JspTableCell cell)(Code) | | This method sets which JspTableCell will be sorted when the user clicks
on the text in this cell. Generally it is only called from other
framework classes and is only relavant in the JSPDataTable
|
setClickSort | public void setClickSort(boolean clickSort)(Code) | | Parameters: clickSort - The clickSort to set. |
setClickSortAnchorClass | public void setClickSortAnchorClass(String sClassName)(Code) | | |
setColSpan | public void setColSpan(int colSpan)(Code) | | This method sets the column span for a table cell
Parameters: colSpan - the number of columns to span |
setHeight | public void setHeight(String cellHeight)(Code) | | This method sets the height of the table cell. Overerides table column
height.
Parameters: cellHeight - the height of the cell |
setOnClick | public void setOnClick(String onClick)(Code) | | Use this method to set the javascript that will be executed when the user
clicks on one of the components in the link.
|
setOnMouseOut | public void setOnMouseOut(String onMouseOut)(Code) | | Use this method to set the javascript that will be executed when the
mouse passes over out of all the components
|
setOnMouseOver | public void setOnMouseOver(String onMouseOver)(Code) | | Use this method to set the javascript that will be executed when the
mouse passes over any component in the link
|
setRowSpan | public void setRowSpan(int rowSpan)(Code) | | This method sets the column span for a table cell
Parameters: colSpan - the number of columns to span |
setStyle | public void setStyle(String style)(Code) | | This method was created in VisualAge.
Parameters: style - com.salmonllc.html.HtmlStyle |
setVertAlign | public void setVertAlign(String value)(Code) | | This method sets the vertical alignment for a table cell
|
setWidth | public void setWidth(String cellWidth)(Code) | | This method sets the width of the table cell. Overerides table column
width.
Parameters: cellWidth - the width of the cell |
setWrap | public void setWrap(boolean value)(Code) | | This method sets whether or not the contents of the cell should word wrap
|
|
|
|