Method Summary |
|
public void | addHeadingComponent(HtmlComponent h) This method will add a component (usually a button) to the heading of the box. |
public boolean | executeEvent(int eventType) |
public void | generateHTML(PrintWriter p, int rowNo) |
public void | generateInitialHTML(PrintWriter p) |
public String | getBodyClassname() |
public int | getBorder() |
public HtmlContainer | getBoxComponent() |
public int | getCellPadding() Gets the cell padding for the table. |
public int | getCellSpacing() Gets the cell spacing for the table. |
public Enumeration | getComponents() This method will return a list of all components in the container. |
public String | getFont() This method will return the font type used by this control. |
public String | getHeadingBackgroundColor() |
public String | getHeadingCaption() This method returns the heading caption for the component. |
public String | getHeadingClassname() |
public int | getSizeOption() This method returns the size option for the table and each cell in it. |
public String | getTheme() This method returns the property theme for the component. |
public int | getWidth() This method returns the width of the table. |
public boolean | processParms(Hashtable parms, int rowNo) |
public void | removeHeadingComponent(HtmlComponent h) This method will remove a component (usually a button) from the heading of the box. |
public void | setBodyClassname(String string) |
public void | setBorder(int border) |
public void | setBoxComponent(HtmlContainer cont) |
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. |
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 | setHeadingBackgroundColor(String color) |
public void | setHeadingCaption(String text) |
public void | setHeadingClassname(String string) |
public void | setSizeOption(int option) This method sets the size option for the table and each cell in it. |
public void | setTheme(String theme) This method sets the property theme for the component. |
public void | setWidth(int width) This method sets the minimum width of the table in either pixels or percent depending on size option. |
public void | suppressHeading(boolean supHead) |