| com.salmonllc.jsp.JspContainer com.salmonllc.jsp.JspBox
JspBox | public class JspBox extends JspContainer (Code) | | This container draws a box around the components inside
|
generateHTML | public void generateHTML(TagWriter t, String box) throws java.io.IOException(Code) | | Generates the Html for the component. This method is called by the framework and should not be called directly
|
getBgColor | public String getBgColor()(Code) | | Returns the background color of the box contents
|
getHeight | public String getHeight()(Code) | | the height of the table |
getLineColor | public String getLineColor()(Code) | | Returns the line color for the line surrounding the box
|
getLineWidth | public String getLineWidth()(Code) | | Returns the width of the line of the box in pixels
|
getMargin | public String getMargin()(Code) | | Returns the gap in pixels between the border line and the contents of the box
|
getTheme | public String getTheme()(Code) | | This method returns the property theme for the component.
Parameters: theme - The theme to use. |
getWidth | public String getWidth()(Code) | | Returns the width of the table
|
setBgColor | public void setBgColor(String bgColor)(Code) | | Sets the background color of the box contents
|
setHeight | public void setHeight(String string)(Code) | | Sets the height of the table
|
setLineColor | public void setLineColor(String lineColor)(Code) | | Sets the line color for the line surrounding the box
|
setLineWidth | public void setLineWidth(String lineWidth)(Code) | | Sets the width of the line of the box in pixels
|
setMargin | public void setMargin(String borderSpacing)(Code) | | Sets the gap in pixels between the border line and the contents of the box
|
setTheme | public void setTheme(String theme)(Code) | | This method sets the property theme for the component.
Parameters: theme - The theme to use. |
setWidth | public void setWidth(String width)(Code) | | Sets the width of the table
|
|
|