| java.lang.Object com.salmonllc.html.HtmlTableRowProperties
HtmlTableRowProperties | public class HtmlTableRowProperties implements java.io.Serializable(Code) | | This is used in conjunction with HtmlTable to set the properties for a particular row
|
HtmlTableRowProperties | public HtmlTableRowProperties()(Code) | | Constructs a new empty object
|
HtmlTableRowProperties | public HtmlTableRowProperties(String align, String vAlign, String backGroundColor, boolean wrap)(Code) | | Constructs a new object with all the properties set
Parameters: align - Valid values are HtmlTable.ALIGN_LEFT,HtmlTable.ALIGN_CENTER,HtmlTable.ALIGN_RIGHT,HtmlTable.ALIGN_NONE Parameters: vAlign - Valid values are HtmlTable.VALIGN_BASELINE,HtmlTable.VALIGN_BOTTOM,HtmlTable.VALIGN_MIDDLE and HtmlTable.VALIGN_TOP. Parameters: backGroundColor - The background color for the cell. Parameters: wrap - True if the contents of the cell should word wrap. |
getVisible | public boolean getVisible()(Code) | | |
getWrapStyle | public boolean getWrapStyle()(Code) | | |
setBackgroundColor | public void setBackgroundColor(String color)(Code) | | |
setVisible | public void setVisible(boolean visible)(Code) | | |
setWrapStyle | public void setWrapStyle(boolean value)(Code) | | |
|
|