This container can be used to create a display box in a page. The display box has a heading caption, components in the heading band and one component inside the box.
setBorder(int border) This method will process the parms from a post for every component in the container.
public void
setCellPadding(int value) Sets the cell padding for the table.
public void
setCellSpacing(int value) Sets the cell spacing for the table.
public void
setFont(String font) This method will load the font start and end tags from the page properties object.See the Constants at the top of the class for valid values to pass to this method.
public void
setFontEndTag(String value) This method sets the end font tag for the component.
public void
setFontStartTag(String value) This method sets the start font tag for the component.
public void
setHeaderFont(String fontName) This method will load the font start and end tags from the page properties object.See the Constants at the top of the class for valid values to pass to this method.
Constructs an HtmlDisplayBox using the default theme.
Parameters: name - The name of the component Parameters: theme - The theme to use for loading properties. Parameters: p - The page that it goes in.
This method will load the font start and end tags from the page properties object.See the Constants at the top of the class for valid values to pass to this method.
This method will load the font start and end tags from the page properties object.See the Constants at the top of the class for valid values to pass to this method.
setHeadingBackgroundColor
public void setHeadingBackgroundColor(String color)(Code)
This method sets the background color for the heading on the component