Method Summary |
|
public void | generateHTML(java.io.PrintWriter p, int rowNo) |
public void | generateHTML(java.io.PrintWriter p, int rowStart, int rowEnd) |
public String | getBufferName() Returns the I-Frame Buffer name. |
public boolean | getEnableClip() Returns whether a clip:rect description is to be used to describe the div/layer. |
public String | getFullName() Returns the full name of the component for scripting purposes. |
public int | getHeight() This method gets the minimum height of the table in pixels. |
public int | getLeft() This method gets the left position of the layer in pixels. |
public String | getPosition() This method gets a position attribute of the layer. |
public int | getTop() This method gets the top position of the layer in pixels. |
public boolean | getUseBuffer() This method returns whether a Buffer is to be used. |
public int | getWidth() This method returns the width of the table. |
public void | setEnableClip(boolean enableClip) Specifies whether to use the clip:rect syntax in the Html Generation. |
public void | setHeight(int height) This method sets the minimum height of the table in pixels. |
public void | setLeft(int left) Sets the Left position of the layer in pixels. |
public void | setPosition(String position) Sets the position attribute of the layer. |
public void | setStyle(HtmlStyle style) Specifies the layer should used the passed style to indicate the layer's properties. |
public void | setTop(int top) Sets the Top position of the layer in pixels. |
public void | setUseBuffer(boolean useBuffer) Specifies whether to use a buffer with the layer. |
public void | setUseLayerTag(boolean useLayerTag) Specifies whether to use the layer tag instead of div. |
public void | setWidth(int width) This method sets the minimum width of the table in either pixels or percent depending on size option. |