| java.lang.Object com.salmonllc.html.HtmlComponent com.salmonllc.html.HtmlContainer com.salmonllc.html.HtmlDataTable com.salmonllc.html.HtmlDataTable2D
HtmlDataTable2D | public class HtmlDataTable2D extends HtmlDataTable (Code) | | This component will generate an in a fashon similar to the HTMLDataTable parent. HtmlDataTables can only generate one row per band, however. The 2D version allows multiple rows per band.
|
Method Summary | |
public boolean | executeEvent(int eventType) | public void | generateHTML(java.io.PrintWriter p, int rowNo) | public void | generateInitialHTML(PrintWriter p) | public void | generateInitialHtmlForBand(Vector2D components, PrintWriter p) | public Enumeration | getComponents() This method returns all the elements in the container. | public HtmlComponent | getHeadingComponentAt(int row, int col) This method returns the heading component at the specified position or null if none is found. | public HtmlComponent | getRowComponentAt(int row, int col) This method returns the row component at the specified position or null if non is found. | public boolean | processParms(Hashtable parms, int rowNo) | public void | removeHeadingComponent(HtmlComponent comp) Removes an html component from the heading container. | public void | removeRowComponent(HtmlComponent comp) Removes an html component from the row container. | public void | resetControlBreakFooterComponents() This method will remove all Control Break Footer Components from the DataTable. | public void | resetControlBreakHeadingComponents() This method will remove all Control Break Heading Components from the DataTable. | public void | resetFooterComponents() This method will remove all Footer Components from the DataTable. | public void | resetHeadingComponents() This method will remove all Heading Components from the DataTable. | public void | resetRowComponents() This method will remove all Row Components from the DataTable. | public void | setControlBreakFooterComponentAt(int row, int column, HtmlComponent comp) Sets a control break footer component at a particular row position in the table. | public void | setControlBreakFooterComponentAt(int row, int column, HtmlComponent comp, HtmlTableCellProperties props) Sets a control break footer component at a particular column position in the table. | public void | setControlBreakFooterComponentAt(int column, HtmlComponent comp) Sets a control break footer component at a particular column position in the table. | public void | setControlBreakFooterComponentAt(int column, HtmlComponent comp, HtmlTableCellProperties props) Sets a control break footer component at a particular column position in the table. | public void | setControlBreakFooterComponents(HtmlComponent comp) Sets all the control break footer components on a particular row in the table. | public void | setControlBreakFooterComponents(HtmlComponent comp, HtmlTableCellProperties props) Sets all the control break footer components on a particular row in the table. | public void | setControlBreakFooterComponents(HtmlComponent comp) Sets all the control break footer components on a particular row in the table. | public void | setControlBreakFooterComponents(HtmlComponent comp, HtmlTableCellProperties props) Sets all the control break footer components on a particular row in the table. | public void | setControlBreakHeadingComponentAt(int row, int column, HtmlComponent comp) Sets a control break heading component at a particular row position in the table. | public void | setControlBreakHeadingComponentAt(int row, int column, HtmlComponent comp, HtmlTableCellProperties props) Sets a control break heading component at a particular column position in the table. | public void | setControlBreakHeadingComponentAt(int column, HtmlComponent comp) Sets a control break footer component at a particular column position in the table. | public void | setControlBreakHeadingComponentAt(int column, HtmlComponent comp, HtmlTableCellProperties props) Sets a control break footer component at a particular column position in the table. | public void | setControlBreakHeadingComponents(HtmlComponent comp) Sets all the control break heading components on a particular row in the table. | public void | setControlBreakHeadingComponents(HtmlComponent comp, HtmlTableCellProperties props) Sets all the control break heading components on a particular row in the table. | public void | setControlBreakHeadingComponents(HtmlComponent comp) Sets all the control break heading components on a particular row in the table. | public void | setControlBreakHeadingComponents(HtmlComponent comp, HtmlTableCellProperties props) Sets all the control break heading components on a particular row in the table. | public void | setFooterComponentAt(int row, int column, HtmlComponent comp) Sets a footer component at a particular row position in the table. | public void | setFooterComponentAt(int row, int column, HtmlComponent comp, HtmlTableCellProperties props) Sets a footer component at a particular row position in the table. | public void | setFooterComponentAt(int column, HtmlComponent comp) Sets a control break footer component at a particular column position in the table. | public void | setFooterComponentAt(int column, HtmlComponent comp, HtmlTableCellProperties props) Sets a footer component at a particular column position in the table. | public void | setFooterComponents(HtmlComponent comp) Sets all the footer components on a particular row in the table. | public void | setFooterComponents(HtmlComponent comp, HtmlTableCellProperties props) Sets all the footer components on a particular row in the table. | public void | setFooterComponents(HtmlComponent comp) Sets all the footer components on a particular row in the table. | public void | setFooterComponents(HtmlComponent comp, HtmlTableCellProperties props) Sets all the footer components on a particular row in the table. | public void | setHeadingComponentAt(int row, int column, HtmlComponent comp) Sets a heading component at a particular row position in the table. | public void | setHeadingComponentAt(int row, int column, HtmlComponent comp, HtmlTableCellProperties props) Sets a heading component at a particular row position in the table. | public void | setHeadingComponentAt(int column, HtmlComponent comp) Sets a control break footer component at a particular column position in the table. | public void | setHeadingComponentAt(int column, HtmlComponent comp, HtmlTableCellProperties props) Sets a heading component at a particular column position in the table. | public void | setHeadingComponents(HtmlComponent comp) Sets all the heading components on a particular row in the table. | public void | setHeadingComponents(HtmlComponent comp, HtmlTableCellProperties props) Sets all the heading components on a particular row in the table. | public void | setHeadingComponents(HtmlComponent comp) Sets all the heading components on a particular row in the table. | public void | setHeadingComponents(HtmlComponent comp, HtmlTableCellProperties props) Sets all the heading components on a particular row in the table. | public void | setRowComponentAt(int row, int column, HtmlComponent comp) Sets a row component at a particular row position in the table. | public void | setRowComponentAt(int row, int column, HtmlComponent comp, HtmlTableCellProperties props) Sets a row component at a particular row position in the table. | public void | setRowComponentAt(int column, HtmlComponent comp) Sets a control break footer component at a particular column position in the table. | public void | setRowComponentAt(int column, HtmlComponent comp, HtmlTableCellProperties props) Sets a row component at a particular column position in the table. | public void | setRowComponents(HtmlComponent comp) Sets a row component at a particular row position in the table. | public void | setRowComponents(HtmlComponent comp, HtmlTableCellProperties props) Sets a row component at a particular row position in the table. | public void | setRowComponents(HtmlComponent comp) Sets all the row components on a particular row in the table. | public void | setRowComponents(HtmlComponent comp, HtmlTableCellProperties props) Sets all the row components on a particular row in the table. |
executeEvent | public boolean executeEvent(int eventType) throws Exception(Code) | | |
getComponents | public Enumeration getComponents()(Code) | | This method returns all the elements in the container.
|
getHeadingComponentAt | public HtmlComponent getHeadingComponentAt(int row, int col)(Code) | | This method returns the heading component at the specified position or null if none is found.
|
getRowComponentAt | public HtmlComponent getRowComponentAt(int row, int col)(Code) | | This method returns the row component at the specified position or null if non is found.
|
removeHeadingComponent | public void removeHeadingComponent(HtmlComponent comp)(Code) | | Removes an html component from the heading container.
Parameters: comp - The component to remove |
removeRowComponent | public void removeRowComponent(HtmlComponent comp)(Code) | | Removes an html component from the row container.
Parameters: comp - The component to remove |
resetControlBreakFooterComponents | public void resetControlBreakFooterComponents()(Code) | | This method will remove all Control Break Footer Components from the DataTable.
|
resetControlBreakHeadingComponents | public void resetControlBreakHeadingComponents()(Code) | | This method will remove all Control Break Heading Components from the DataTable.
|
resetFooterComponents | public void resetFooterComponents()(Code) | | This method will remove all Footer Components from the DataTable.
|
resetHeadingComponents | public void resetHeadingComponents()(Code) | | This method will remove all Heading Components from the DataTable.
|
resetRowComponents | public void resetRowComponents()(Code) | | This method will remove all Row Components from the DataTable.
|
setControlBreakFooterComponentAt | public void setControlBreakFooterComponentAt(int row, int column, HtmlComponent comp)(Code) | | Sets a control break footer component at a particular row position in the table.
|
setControlBreakFooterComponentAt | public void setControlBreakFooterComponentAt(int row, int column, HtmlComponent comp, HtmlTableCellProperties props)(Code) | | Sets a control break footer component at a particular column position in the table. The cell in the table will use properties specified in the props argument.
|
setControlBreakFooterComponentAt | public void setControlBreakFooterComponentAt(int column, HtmlComponent comp)(Code) | | Sets a control break footer component at a particular column position in the table. The cell in the table will use properties specified in the props argument.
|
setControlBreakFooterComponentAt | public void setControlBreakFooterComponentAt(int column, HtmlComponent comp, HtmlTableCellProperties props)(Code) | | Sets a control break footer component at a particular column position in the table. The cell in the table will use properties specified in the props argument.
|
setControlBreakFooterComponents | public void setControlBreakFooterComponents(HtmlComponent comp)(Code) | | Sets all the control break footer components on a particular row in the table.
If you want to use HtmlTableCellProperties you will have to use setControlBreakFooterComponentAt(int,HtmlComponent,HtmlTableCellProperties)
|
setControlBreakFooterComponents | public void setControlBreakFooterComponents(HtmlComponent comp, HtmlTableCellProperties props)(Code) | | Sets all the control break footer components on a particular row in the table.
If you want to use HtmlTableCellProperties pass an array of HtmlTableCellProperties
with the ones that do not need cell props it as null.
|
setControlBreakFooterComponents | public void setControlBreakFooterComponents(HtmlComponent comp)(Code) | | Sets all the control break footer components on a particular row in the table.
If you want to use HtmlTableCellProperties pass an array of HtmlTableCellProperties
with the ones that do not need cell props it as null.
|
setControlBreakFooterComponents | public void setControlBreakFooterComponents(HtmlComponent comp, HtmlTableCellProperties props)(Code) | | Sets all the control break footer components on a particular row in the table.
If you want to use HtmlTableCellProperties pass an array of HtmlTableCellProperties
with the ones that do not need cell props it as null.
|
setControlBreakHeadingComponentAt | public void setControlBreakHeadingComponentAt(int row, int column, HtmlComponent comp)(Code) | | Sets a control break heading component at a particular row position in the table.
|
setControlBreakHeadingComponentAt | public void setControlBreakHeadingComponentAt(int row, int column, HtmlComponent comp, HtmlTableCellProperties props)(Code) | | Sets a control break heading component at a particular column position in the table. The cell in the table will use properties specified in the props argument.
|
setControlBreakHeadingComponentAt | public void setControlBreakHeadingComponentAt(int column, HtmlComponent comp)(Code) | | Sets a control break footer component at a particular column position in the table. The cell in the table will use properties specified in the props argument.
|
setControlBreakHeadingComponentAt | public void setControlBreakHeadingComponentAt(int column, HtmlComponent comp, HtmlTableCellProperties props)(Code) | | Sets a control break footer component at a particular column position in the table. The cell in the table will use properties specified in the props argument.
|
setControlBreakHeadingComponents | public void setControlBreakHeadingComponents(HtmlComponent comp)(Code) | | Sets all the control break heading components on a particular row in the table.
If you want to use HtmlTableCellProperties you will have to use setControlBreakHeadingComponentAt(int,HtmlComponent,HtmlTableCellProperties)
|
setControlBreakHeadingComponents | public void setControlBreakHeadingComponents(HtmlComponent comp, HtmlTableCellProperties props)(Code) | | Sets all the control break heading components on a particular row in the table.
If you want to use HtmlTableCellProperties pass an array of HtmlTableCellProperties
with the ones that do not need cell props it as null.
|
setControlBreakHeadingComponents | public void setControlBreakHeadingComponents(HtmlComponent comp)(Code) | | Sets all the control break heading components on a particular row in the table.
If you want to use HtmlTableCellProperties pass an array of HtmlTableCellProperties
with the ones that do not need cell props it as null.
|
setControlBreakHeadingComponents | public void setControlBreakHeadingComponents(HtmlComponent comp, HtmlTableCellProperties props)(Code) | | Sets all the control break heading components on a particular row in the table.
If you want to use HtmlTableCellProperties pass an array of HtmlTableCellProperties
with the ones that do not need cell props it as null.
|
setFooterComponentAt | public void setFooterComponentAt(int row, int column, HtmlComponent comp)(Code) | | Sets a footer component at a particular row position in the table.
|
setFooterComponentAt | public void setFooterComponentAt(int row, int column, HtmlComponent comp, HtmlTableCellProperties props)(Code) | | Sets a footer component at a particular row position in the table. The cell in the table will use properties specified in the props argument.
|
setFooterComponentAt | public void setFooterComponentAt(int column, HtmlComponent comp)(Code) | | Sets a control break footer component at a particular column position in the table. The cell in the table will use properties specified in the props argument.
|
setFooterComponentAt | public void setFooterComponentAt(int column, HtmlComponent comp, HtmlTableCellProperties props)(Code) | | Sets a footer component at a particular column position in the table. The cell in the table will use properties specified in the props argument.
|
setFooterComponents | public void setFooterComponents(HtmlComponent comp)(Code) | | Sets all the footer components on a particular row in the table.
If you want to use HtmlTableCellProperties you will have to use setFooterComponentAt(int,HtmlComponent,HtmlTableCellProperties)
|
setFooterComponents | public void setFooterComponents(HtmlComponent comp, HtmlTableCellProperties props)(Code) | | Sets all the footer components on a particular row in the table.
If you want to use HtmlTableCellProperties pass an array of HtmlTableCellProperties
with the ones that do not need cell props it as null.
|
setFooterComponents | public void setFooterComponents(HtmlComponent comp)(Code) | | Sets all the footer components on a particular row in the table.
If you want to use HtmlTableCellProperties pass an array of HtmlTableCellProperties
with the ones that do not need cell props it as null.
|
setFooterComponents | public void setFooterComponents(HtmlComponent comp, HtmlTableCellProperties props)(Code) | | Sets all the footer components on a particular row in the table.
If you want to use HtmlTableCellProperties pass an array of HtmlTableCellProperties
with the ones that do not need cell props it as null.
|
setHeadingComponentAt | public void setHeadingComponentAt(int row, int column, HtmlComponent comp)(Code) | | Sets a heading component at a particular row position in the table.
|
setHeadingComponentAt | public void setHeadingComponentAt(int row, int column, HtmlComponent comp, HtmlTableCellProperties props)(Code) | | Sets a heading component at a particular row position in the table. The cell in the table will use properties specified in the props argument.
|
setHeadingComponentAt | public void setHeadingComponentAt(int column, HtmlComponent comp)(Code) | | Sets a control break footer component at a particular column position in the table. The cell in the table will use properties specified in the props argument.
|
setHeadingComponentAt | public void setHeadingComponentAt(int column, HtmlComponent comp, HtmlTableCellProperties props)(Code) | | Sets a heading component at a particular column position in the table. The cell in the table will use properties specified in the props argument.
|
setHeadingComponents | public void setHeadingComponents(HtmlComponent comp)(Code) | | Sets all the heading components on a particular row in the table.
If you want to use HtmlTableCellProperties you wil have to use setHeadingComponentAt(int,HtmlComponent,HtmlTableCellProperties)
|
setHeadingComponents | public void setHeadingComponents(HtmlComponent comp, HtmlTableCellProperties props)(Code) | | Sets all the heading components on a particular row in the table.
If you want to use HtmlTableCellProperties pass an array of HtmlTableCellProperties
with the ones that do not need cell props it as null.
|
setHeadingComponents | public void setHeadingComponents(HtmlComponent comp)(Code) | | Sets all the heading components on a particular row in the table.
If you want to use HtmlTableCellProperties pass an array of HtmlTableCellProperties
with the ones that do not need cell props it as null.
|
setHeadingComponents | public void setHeadingComponents(HtmlComponent comp, HtmlTableCellProperties props)(Code) | | Sets all the heading components on a particular row in the table.
If you want to use HtmlTableCellProperties pass an array of HtmlTableCellProperties
with the ones that do not need cell props it as null.
|
setRowComponentAt | public void setRowComponentAt(int row, int column, HtmlComponent comp)(Code) | | Sets a row component at a particular row position in the table.
|
setRowComponentAt | public void setRowComponentAt(int row, int column, HtmlComponent comp, HtmlTableCellProperties props)(Code) | | Sets a row component at a particular row position in the table. The cell in the table will use properties specified in the props argument.
|
setRowComponentAt | public void setRowComponentAt(int column, HtmlComponent comp)(Code) | | Sets a control break footer component at a particular column position in the table. The cell in the table will use properties specified in the props argument.
|
setRowComponentAt | public void setRowComponentAt(int column, HtmlComponent comp, HtmlTableCellProperties props)(Code) | | Sets a row component at a particular column position in the table. The cell in the table will use properties specified in the props argument.
|
setRowComponents | public void setRowComponents(HtmlComponent comp)(Code) | | Sets a row component at a particular row position in the table.
|
setRowComponents | public void setRowComponents(HtmlComponent comp, HtmlTableCellProperties props)(Code) | | Sets a row component at a particular row position in the table.
If you want to use HtmlTableCellProperties pass an array of HtmlTableCellProperties
with the ones that do not need cell props it as null.
|
setRowComponents | public void setRowComponents(HtmlComponent comp)(Code) | | Sets all the row components on a particular row in the table.
If you want to use HtmlTableCellProperties pass an array of HtmlTableCellProperties
with the ones that do not need cell props it as null.
|
setRowComponents | public void setRowComponents(HtmlComponent comp, HtmlTableCellProperties props)(Code) | | Sets all the row components on a particular row in the table.
If you want to use HtmlTableCellProperties pass an array of HtmlTableCellProperties
with the ones that do not need cell props it as null.
|
Methods inherited from com.salmonllc.html.HtmlDataTable | public void add(HtmlComponent comp)(Code)(Java Doc) public void addBucket(String name, String heading, int type) throws Exception(Code)(Java Doc) public void addBucket(String name, String heading, int type, String href, String format) throws Exception(Code)(Java Doc) public void addBucket(String name, String heading, int type, String href, String format, HtmlTableCellProperties propList) throws Exception(Code)(Java Doc) public void addColumn(String table, String column, String heading, int type) throws Exception(Code)(Java Doc) public void addColumn(String table, String column, String heading, int type, String href) throws Exception(Code)(Java Doc) public void addColumn(String table, String column, String heading, int type, String href, String format) throws Exception(Code)(Java Doc) public void addColumn(String table, String column, String heading, int type, String href, String format, HtmlTableCellProperties propList) throws Exception(Code)(Java Doc) public void addColumn(String table, String column, String heading, int type, String href, String format, HtmlTableCellProperties propHeading, HtmlTableCellProperties propList) throws Exception(Code)(Java Doc) public void addDisplay(String fullColName, String heading, HtmlComponent component, HtmlTableCellProperties prop) throws Exception(Code)(Java Doc) public void addDisplay(String fullColName, String heading, HtmlComponent component, HtmlTableCellProperties propHeading, HtmlTableCellProperties propComponent) throws Exception(Code)(Java Doc) public void addPropertyExpression(Object comp, String propertyName, DataStoreEvaluator expEval) throws NoSuchMethodException, DataStoreException(Code)(Java Doc) public void addPropertyExpression(Object comp, String propertyName, DataStoreExpression propExpression) throws NoSuchMethodException, DataStoreException(Code)(Java Doc) public void addPropertyExpression(Object comp, String propertyName, String expression) throws NoSuchMethodException, DataStoreException(Code)(Java Doc) public void clearPropertyExpressions()(Code)(Java Doc) public boolean executeEvent(int eventType) throws Exception(Code)(Java Doc) protected HtmlComponent findSortComponent(HtmlComponent sortComp)(Code)(Java Doc) public void generateHTML(java.io.PrintWriter p, int rowNo) throws Exception(Code)(Java Doc) public void generateImage(String img, OutputStream out) throws IOException(Code)(Java Doc) public void generateInitialHTML(PrintWriter p) throws Exception(Code)(Java Doc) public String getAlign()(Code)(Java Doc) public String getBackgroundColor()(Code)(Java Doc) protected String getBackgroundColor(String currentColor)(Code)(Java Doc) public int getBorder()(Code)(Java Doc) public long getCacheKey()(Code)(Java Doc) public int getCellPadding()(Code)(Java Doc) public int getCellSpacing()(Code)(Java Doc) public boolean getClickSort()(Code)(Java Doc) public int getColumnWidth(int column)(Code)(Java Doc) public Enumeration getComponents()(Code)(Java Doc) public DataStoreBuffer getDataStoreBuffer()(Code)(Java Doc) public boolean getDidSubmit()(Code)(Java Doc) public int getFirstRowOnPage()(Code)(Java Doc) protected Vector getFooterComponents()(Code)(Java Doc) public int getFooterComponentsSize()(Code)(Java Doc) public boolean getGenImagesForPagingButtons()(Code)(Java Doc) public boolean getGenTHeadAndBody()(Code)(Java Doc) public HtmlComponent getHeadingComponentAt(int pos)(Code)(Java Doc) public HtmlComponent getHeadingComponentAt(String name)(Code)(Java Doc) protected Vector getHeadingComponents()(Code)(Java Doc) public int getHeadingComponentsSize()(Code)(Java Doc) public String getHeadingStyleClassName()(Code)(Java Doc) public String getLinkFont()(Code)(Java Doc) public int getMaxPageButtons()(Code)(Java Doc) public int getPage(int row)(Code)(Java Doc) public int getPageButtonType()(Code)(Java Doc) public Color getPagingButtonBackgroundColor()(Code)(Java Doc) public Color getPagingButtonBottomRightColor()(Code)(Java Doc) public String getPagingButtonDisplayStyle()(Code)(Java Doc) public Font getPagingButtonFont()(Code)(Java Doc) public int getPagingButtonHeight()(Code)(Java Doc) public Color getPagingButtonTextColor()(Code)(Java Doc) public boolean getRepeatHeadingsAfterBreak()(Code)(Java Doc) public HtmlComponent getRowComponentAt(int pos)(Code)(Java Doc) public HtmlComponent getRowComponentAt(String name)(Code)(Java Doc) protected Vector getRowComponents()(Code)(Java Doc) public int getRowComponentsSize()(Code)(Java Doc) public String getRowStyleClassName1()(Code)(Java Doc) public String getRowStyleClassName2()(Code)(Java Doc) public int getRowsPerPage()(Code)(Java Doc) public String getScrollAnchor()(Code)(Java Doc) public boolean getScrollOnClickSort()(Code)(Java Doc) public boolean getSelRowsPerPage()(Code)(Java Doc) public int getSizeOption()(Code)(Java Doc) public int getSortColumn()(Code)(Java Doc) public int getSortDirection()(Code)(Java Doc) protected String getStyle(String currentStyle)(Code)(Java Doc) public int getTableHeight()(Code)(Java Doc) public String getTheme()(Code)(Java Doc) public boolean getUseCache()(Code)(Java Doc) public boolean getUseLinksForPagingButtons()(Code)(Java Doc) public int getWidth()(Code)(Java Doc) public boolean isRowOnPage(int row)(Code)(Java Doc) public boolean processParms(Hashtable parms, int rowNo) throws Exception(Code)(Java Doc) protected void processPropertyExpressions(int row)(Code)(Java Doc) public void removeAll()(Code)(Java Doc) public void removeRowComponent(HtmlComponent comp)(Code)(Java Doc) public void reset()(Code)(Java Doc) public void resetControlBreakFooterComponents()(Code)(Java Doc) public void resetControlBreakHeadingComponents()(Code)(Java Doc) public void resetFooterComponents()(Code)(Java Doc) public void resetHeadingComponents()(Code)(Java Doc) public void resetRowComponents()(Code)(Java Doc) public void setAlign(String align)(Code)(Java Doc) public void setBackgroundColor(String value)(Code)(Java Doc) public void setBaseClickSort(String column, int dir)(Code)(Java Doc) public void setBorder(int border)(Code)(Java Doc) public void setBreakColumns(int[] cols)(Code)(Java Doc) public void setBreakColumns(String[] cols)(Code)(Java Doc) public void setBreakColumns(int col)(Code)(Java Doc) public void setBreakColumns(String col)(Code)(Java Doc) public void setCacheKey(long key)(Code)(Java Doc) public void setCellPadding(int value)(Code)(Java Doc) public void setCellSpacing(int value)(Code)(Java Doc) public void setClickSort(boolean clickSort)(Code)(Java Doc) public void setColumnWidth(int column, int width)(Code)(Java Doc) public void setContMessage(HtmlComponent comp)(Code)(Java Doc) public void setControlBreakFooterComponentAt(int column, HtmlComponent comp)(Code)(Java Doc) public void setControlBreakFooterComponentAt(int column, HtmlComponent comp, HtmlTableCellProperties props)(Code)(Java Doc) public void setControlBreakFooterComponents(HtmlComponent comp)(Code)(Java Doc) public void setControlBreakFooterComponents(HtmlComponent comp, HtmlTableCellProperties props)(Code)(Java Doc) public void setControlBreakHeadingComponentAt(int column, HtmlComponent comp)(Code)(Java Doc) public void setControlBreakHeadingComponentAt(int column, HtmlComponent comp, HtmlTableCellProperties props)(Code)(Java Doc) public void setControlBreakHeadingComponents(HtmlComponent comp)(Code)(Java Doc) public void setControlBreakHeadingComponents(HtmlComponent comp, HtmlTableCellProperties props)(Code)(Java Doc) public void setDataStore(DataStoreBuffer d)(Code)(Java Doc) public void setDisplayRowComponents(boolean display)(Code)(Java Doc) public void setFirstRowOnPage(int firstRowOnPage)(Code)(Java Doc) public void setFooterComponentAt(int column, HtmlComponent comp)(Code)(Java Doc) public void setFooterComponentAt(int column, HtmlComponent comp, HtmlTableCellProperties props)(Code)(Java Doc) public void setFooterComponents(HtmlComponent comp)(Code)(Java Doc) public void setFooterComponents(HtmlComponent comp, HtmlTableCellProperties props)(Code)(Java Doc) public void setGenImagesForPagingButtons(boolean gen)(Code)(Java Doc) public void setGenTHeadAndBody(boolean genTHeadAndBody)(Code)(Java Doc) public void setHeadingBackgroundColor(String value)(Code)(Java Doc) public void setHeadingComponentAt(int column, HtmlComponent comp)(Code)(Java Doc) public void setHeadingComponentAt(int column, HtmlComponent comp, HtmlTableCellProperties props)(Code)(Java Doc) public void setHeadingComponents(HtmlComponent comp)(Code)(Java Doc) public void setHeadingComponents(HtmlComponent comp, HtmlTableCellProperties props)(Code)(Java Doc) public void setHeadingStyleClassName(String string)(Code)(Java Doc) public void setLinkFont(String font)(Code)(Java Doc) public void setMaxPageButtons(int max)(Code)(Java Doc) public void setPage(int page)(Code)(Java Doc) public void setPageBreak(boolean bAddPageBreak)(Code)(Java Doc) public void setPageBreakIndex(int idx)(Code)(Java Doc) public void setPageButtonType(int type)(Code)(Java Doc) public void setPageSelectRenderer(DataTablePageSelectRenderer r)(Code)(Java Doc) public void setPageSelectRenderer(String r)(Code)(Java Doc) public void setPagingButtonBackgroundColor(Color c)(Code)(Java Doc) public void setPagingButtonBottomRightColor(Color c)(Code)(Java Doc) public void setPagingButtonDisplayStyle(String style)(Code)(Java Doc) public void setPagingButtonFont(Font f)(Code)(Java Doc) public void setPagingButtonHeight(int height)(Code)(Java Doc) public void setRepeatHeadingsAfterBreak(boolean repeatHeadingsAfterBreak)(Code)(Java Doc) public void setRowBackgroundColor1(String value)(Code)(Java Doc) public void setRowBackgroundColor2(String value)(Code)(Java Doc) public void setRowComponentAt(int column, HtmlComponent comp)(Code)(Java Doc) public void setRowComponentAt(int column, HtmlComponent comp, HtmlTableCellProperties props)(Code)(Java Doc) public void setRowComponents(HtmlComponent comp)(Code)(Java Doc) public void setRowComponents(HtmlComponent comp, HtmlTableCellProperties props)(Code)(Java Doc) public void setRowStyleClassName1(String string)(Code)(Java Doc) public void setRowStyleClassName2(String string)(Code)(Java Doc) public void setRowsPerPage(int rowsPerPage)(Code)(Java Doc) public void setRowsPerPageRenderer(DataTableRowsPerPageRenderer r)(Code)(Java Doc) public void setRowsPerPageRenderer(String r)(Code)(Java Doc) public void setScrollAnchor(String anchor)(Code)(Java Doc) public void setScrollOnClickSort(boolean scroll)(Code)(Java Doc) public void setSelRowsPerPage(boolean sel)(Code)(Java Doc) public void setSizeOption(int option)(Code)(Java Doc) public void setSummaryRowText(String summaryRowText)(Code)(Java Doc) public void setTableHeight(int tableHeight)(Code)(Java Doc) public void setTheme(String theme)(Code)(Java Doc) public void setUseCache(boolean useCache)(Code)(Java Doc) public void setUseLinksForPagingButtons(boolean gen)(Code)(Java Doc) public void setWidth(int width)(Code)(Java Doc) protected void sortOnComponent(HtmlComponent comp, int colNo) throws Exception(Code)(Java Doc)
|
|
|