Java Doc for HtmlDataTable2D.java in  » J2EE » Sofia » com » salmonllc » html » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » J2EE » Sofia » com.salmonllc.html 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


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.



Constructor Summary
public  HtmlDataTable2D(String name, DataStoreBuffer d, HtmlPage p)
    
public  HtmlDataTable2D(String name, DataStoreBuffer d, String theme, HtmlPage p)
    

Method Summary
public  booleanexecuteEvent(int eventType)
    
public  voidgenerateHTML(java.io.PrintWriter p, int rowNo)
    
public  voidgenerateInitialHTML(PrintWriter p)
    
public  voidgenerateInitialHtmlForBand(Vector2D components, PrintWriter p)
    
public  EnumerationgetComponents()
     This method returns all the elements in the container.
public  HtmlComponentgetHeadingComponentAt(int row, int col)
     This method returns the heading component at the specified position or null if none is found.
public  HtmlComponentgetRowComponentAt(int row, int col)
     This method returns the row component at the specified position or null if non is found.
public  booleanprocessParms(Hashtable parms, int rowNo)
    
public  voidremoveHeadingComponent(HtmlComponent comp)
     Removes an html component from the heading container.
public  voidremoveRowComponent(HtmlComponent comp)
     Removes an html component from the row container.
public  voidresetControlBreakFooterComponents()
     This method will remove all Control Break Footer Components from the DataTable.
public  voidresetControlBreakHeadingComponents()
     This method will remove all Control Break Heading Components from the DataTable.
public  voidresetFooterComponents()
     This method will remove all Footer Components from the DataTable.
public  voidresetHeadingComponents()
     This method will remove all Heading Components from the DataTable.
public  voidresetRowComponents()
     This method will remove all Row Components from the DataTable.
public  voidsetControlBreakFooterComponentAt(int row, int column, HtmlComponent comp)
     Sets a control break footer component at a particular row position in the table.
public  voidsetControlBreakFooterComponentAt(int row, int column, HtmlComponent comp, HtmlTableCellProperties props)
     Sets a control break footer component at a particular column position in the table.
public  voidsetControlBreakFooterComponentAt(int column, HtmlComponent comp)
     Sets a control break footer component at a particular column position in the table.
public  voidsetControlBreakFooterComponentAt(int column, HtmlComponent comp, HtmlTableCellProperties props)
     Sets a control break footer component at a particular column position in the table.
public  voidsetControlBreakFooterComponents(HtmlComponent comp)
     Sets all the control break footer components on a particular row in the table.
public  voidsetControlBreakFooterComponents(HtmlComponent comp, HtmlTableCellProperties props)
     Sets all the control break footer components on a particular row in the table.
public  voidsetControlBreakFooterComponents(HtmlComponent comp)
     Sets all the control break footer components on a particular row in the table.
public  voidsetControlBreakFooterComponents(HtmlComponent comp, HtmlTableCellProperties props)
     Sets all the control break footer components on a particular row in the table.
public  voidsetControlBreakHeadingComponentAt(int row, int column, HtmlComponent comp)
     Sets a control break heading component at a particular row position in the table.
public  voidsetControlBreakHeadingComponentAt(int row, int column, HtmlComponent comp, HtmlTableCellProperties props)
     Sets a control break heading component at a particular column position in the table.
public  voidsetControlBreakHeadingComponentAt(int column, HtmlComponent comp)
     Sets a control break footer component at a particular column position in the table.
public  voidsetControlBreakHeadingComponentAt(int column, HtmlComponent comp, HtmlTableCellProperties props)
     Sets a control break footer component at a particular column position in the table.
public  voidsetControlBreakHeadingComponents(HtmlComponent comp)
     Sets all the control break heading components on a particular row in the table.
public  voidsetControlBreakHeadingComponents(HtmlComponent comp, HtmlTableCellProperties props)
     Sets all the control break heading components on a particular row in the table.
public  voidsetControlBreakHeadingComponents(HtmlComponent comp)
     Sets all the control break heading components on a particular row in the table.
public  voidsetControlBreakHeadingComponents(HtmlComponent comp, HtmlTableCellProperties props)
     Sets all the control break heading components on a particular row in the table.
public  voidsetFooterComponentAt(int row, int column, HtmlComponent comp)
     Sets a footer component at a particular row position in the table.
public  voidsetFooterComponentAt(int row, int column, HtmlComponent comp, HtmlTableCellProperties props)
     Sets a footer component at a particular row position in the table.
public  voidsetFooterComponentAt(int column, HtmlComponent comp)
     Sets a control break footer component at a particular column position in the table.
public  voidsetFooterComponentAt(int column, HtmlComponent comp, HtmlTableCellProperties props)
     Sets a footer component at a particular column position in the table.
public  voidsetFooterComponents(HtmlComponent comp)
     Sets all the footer components on a particular row in the table.
public  voidsetFooterComponents(HtmlComponent comp, HtmlTableCellProperties props)
     Sets all the footer components on a particular row in the table.
public  voidsetFooterComponents(HtmlComponent comp)
     Sets all the footer components on a particular row in the table.
public  voidsetFooterComponents(HtmlComponent comp, HtmlTableCellProperties props)
     Sets all the footer components on a particular row in the table.
public  voidsetHeadingComponentAt(int row, int column, HtmlComponent comp)
     Sets a heading component at a particular row position in the table.
public  voidsetHeadingComponentAt(int row, int column, HtmlComponent comp, HtmlTableCellProperties props)
     Sets a heading component at a particular row position in the table.
public  voidsetHeadingComponentAt(int column, HtmlComponent comp)
     Sets a control break footer component at a particular column position in the table.
public  voidsetHeadingComponentAt(int column, HtmlComponent comp, HtmlTableCellProperties props)
     Sets a heading component at a particular column position in the table.
public  voidsetHeadingComponents(HtmlComponent comp)
     Sets all the heading components on a particular row in the table.
public  voidsetHeadingComponents(HtmlComponent comp, HtmlTableCellProperties props)
     Sets all the heading components on a particular row in the table.
public  voidsetHeadingComponents(HtmlComponent comp)
     Sets all the heading components on a particular row in the table.
public  voidsetHeadingComponents(HtmlComponent comp, HtmlTableCellProperties props)
     Sets all the heading components on a particular row in the table.
public  voidsetRowComponentAt(int row, int column, HtmlComponent comp)
     Sets a row component at a particular row position in the table.
public  voidsetRowComponentAt(int row, int column, HtmlComponent comp, HtmlTableCellProperties props)
     Sets a row component at a particular row position in the table.
public  voidsetRowComponentAt(int column, HtmlComponent comp)
     Sets a control break footer component at a particular column position in the table.
public  voidsetRowComponentAt(int column, HtmlComponent comp, HtmlTableCellProperties props)
     Sets a row component at a particular column position in the table.
public  voidsetRowComponents(HtmlComponent comp)
     Sets a row component at a particular row position in the table.
public  voidsetRowComponents(HtmlComponent comp, HtmlTableCellProperties props)
     Sets a row component at a particular row position in the table.
public  voidsetRowComponents(HtmlComponent comp)
     Sets all the row components on a particular row in the table.
public  voidsetRowComponents(HtmlComponent comp, HtmlTableCellProperties props)
     Sets all the row components on a particular row in the table.


Constructor Detail
HtmlDataTable2D
public HtmlDataTable2D(String name, DataStoreBuffer d, HtmlPage p)(Code)



HtmlDataTable2D
public HtmlDataTable2D(String name, DataStoreBuffer d, String theme, HtmlPage p)(Code)




Method Detail
executeEvent
public boolean executeEvent(int eventType) throws Exception(Code)



generateHTML
public void generateHTML(java.io.PrintWriter p, int rowNo) throws Exception(Code)



generateInitialHTML
public void generateInitialHTML(PrintWriter p) throws Exception(Code)



generateInitialHtmlForBand
public void generateInitialHtmlForBand(Vector2D components, PrintWriter p) 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.



processParms
public boolean processParms(Hashtable parms, int rowNo) throws Exception(Code)



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.



Fields inherited from com.salmonllc.html.HtmlDataTable
final public static String ALIGN_CENTER(Code)(Java Doc)
final public static String ALIGN_LEFT(Code)(Java Doc)
final public static String ALIGN_NONE(Code)(Java Doc)
final public static String ALIGN_RIGHT(Code)(Java Doc)
final public static int MAX_ROW_LIMIT(Code)(Java Doc)
final public static String PAGE_BUTTON_STYLE_OVAL(Code)(Java Doc)
final public static String PAGE_BUTTON_STYLE_RECTANGLE(Code)(Java Doc)
final public static int PAGE_BUTTON_TYPE_IMAGE(Code)(Java Doc)
final public static int PAGE_BUTTON_TYPE_SCROLLBAR(Code)(Java Doc)
final public static int PAGE_BUTTON_TYPE_SUBMIT(Code)(Java Doc)
final public static int PAGE_BUTTON_TYPE_TEXT(Code)(Java Doc)
final public static int SIZE_PERCENT(Code)(Java Doc)
final public static int SIZE_PIXELS(Code)(Java Doc)
final public static String VALIGN_BASELINE(Code)(Java Doc)
final public static String VALIGN_BOTTOM(Code)(Java Doc)
final public static String VALIGN_MIDDLE(Code)(Java Doc)
final public static String VALIGN_NONE(Code)(Java Doc)
final public static String VALIGN_TOP(Code)(Java Doc)
protected String _align(Code)(Java Doc)
protected Color _backgroundColor(Code)(Java Doc)
protected int _baseSortColumn(Code)(Java Doc)
protected int _baseSortDir(Code)(Java Doc)
protected String _bgColor(Code)(Java Doc)
protected int _border(Code)(Java Doc)
protected Color _bottomRightBorder(Code)(Java Doc)
protected int _breakColumns(Code)(Java Doc)
protected Font _buttonFont(Code)(Java Doc)
protected long _cacheKey(Code)(Java Doc)
protected int _cellPadding(Code)(Java Doc)
protected int _cellSpacing(Code)(Java Doc)
protected boolean _clickSort(Code)(Java Doc)
protected int _clickSortColumn(Code)(Java Doc)
protected Vector _columnWidth(Code)(Java Doc)
protected HtmlComponent _contMessage(Code)(Java Doc)
protected int _containerWidth(Code)(Java Doc)
protected String _defaultHeadingBackground(Code)(Java Doc)
protected String _defaultRowBackground1(Code)(Java Doc)
protected String _defaultRowBackground2(Code)(Java Doc)
protected boolean _didSubmit(Code)(Java Doc)
protected boolean _displayRowComponents(Code)(Java Doc)
protected DataStoreBuffer _ds(Code)(Java Doc)
protected int _firstRowOnPage(Code)(Java Doc)
protected int _firstSubmitButton(Code)(Java Doc)
protected int _height(Code)(Java Doc)
protected String _imageURL(Code)(Java Doc)
protected int _maxPageButtons(Code)(Java Doc)
protected int _newFirstButton(Code)(Java Doc)
protected int _newRowsPerPage(Code)(Java Doc)
protected int _newStartRow(Code)(Java Doc)
protected int _pageButtonType(Code)(Java Doc)
protected DataTablePageSelectRenderer _pageSelectRenderer(Code)(Java Doc)
protected Vector _propertyExpressions(Code)(Java Doc)
protected boolean _rowPerPageSel(Code)(Java Doc)
protected int _rowsPerPage(Code)(Java Doc)
protected DataTableRowsPerPageRenderer _rowsPerPageRenderer(Code)(Java Doc)
protected boolean _scroll(Code)(Java Doc)
protected String _scrollAnchor(Code)(Java Doc)
protected boolean _scrollOnSort(Code)(Java Doc)
protected int _sizeOption(Code)(Java Doc)
protected int _sortColumn(Code)(Java Doc)
protected int _sortDir(Code)(Java Doc)
protected String _style(Code)(Java Doc)
protected String _summaryRowText(Code)(Java Doc)
protected Color _textColor(Code)(Java Doc)
protected String _theme(Code)(Java Doc)
protected Color _topLeftBorder(Code)(Java Doc)
protected Color _transparentColor(Code)(Java Doc)
protected boolean _useCache(Code)(Java Doc)

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)

Fields inherited from com.salmonllc.html.HtmlContainer
protected boolean _center(Code)(Java Doc)
protected Vector _componentsVec(Code)(Java Doc)
protected boolean _enabled(Code)(Java Doc)
protected HtmlComponent _submit(Code)(Java Doc)

Methods inherited from com.salmonllc.html.HtmlContainer
public void add(HtmlComponent comp)(Code)(Java Doc)
public void clearSubmit()(Code)(Java Doc)
public boolean executeEvent(int eventType) throws Exception(Code)(Java Doc)
public void generateHTML(PrintWriter p, int rowNo) throws Exception(Code)(Java Doc)
public void generateHTML(PrintWriter p, int rowStart, int rowEnd) throws Exception(Code)(Java Doc)
public void generateInitialHTML(PrintWriter p) throws Exception(Code)(Java Doc)
public boolean getCenter()(Code)(Java Doc)
public HtmlComponent getComponent(String name)(Code)(Java Doc)
public Enumeration getComponents()(Code)(Java Doc)
public boolean getEnabled()(Code)(Java Doc)
public HtmlComponent getSubmitComponent()(Code)(Java Doc)
public void insertComponentAt(HtmlComponent comp, int index)(Code)(Java Doc)
public boolean processParms(Hashtable parms, int rowNo) throws Exception(Code)(Java Doc)
public void remove(HtmlComponent comp)(Code)(Java Doc)
public void removeAll()(Code)(Java Doc)
public boolean replaceComponent(HtmlComponent comp, Object compToReplace)(Code)(Java Doc)
public void reset()(Code)(Java Doc)
public void setCenter(boolean center)(Code)(Java Doc)
public void setEnabled(boolean enabled)(Code)(Java Doc)
public String toString()(Code)(Java Doc)

Fields inherited from com.salmonllc.html.HtmlComponent
final public static int DISABLED_ATTRIBUTE_USE_NEVER(Code)(Java Doc)
final public static int DISABLED_ATTRIBUTE_USE_ON_SUPPORTED_BROWSERS(Code)(Java Doc)
final public static int DISABLED_ATTRIBUTE_USE_SYSTEM_DEFAULT(Code)(Java Doc)
final public static int EVENT_NONE(Code)(Java Doc)
final public static int EVENT_OTHER(Code)(Java Doc)
final public static int EVENT_SUBMIT(Code)(Java Doc)
protected String _class(Code)(Java Doc)
String _fullName(Code)(Java Doc)
protected boolean _generateNewline(Code)(Java Doc)
String _name(Code)(Java Doc)
protected HtmlComponent _parent(Code)(Java Doc)
protected boolean _visible(Code)(Java Doc)
final protected static boolean debug(Code)(Java Doc)

Methods inherited from com.salmonllc.html.HtmlComponent
public void doBinding() throws Exception(Code)(Java Doc)
public String encodeURL(String url)(Code)(Java Doc)
public StringBuffer encodeURL(StringBuffer url)(Code)(Java Doc)
public boolean executeEvent(int eventType) throws Exception(Code)(Java Doc)
public static String fixSpecialHTMLCharacters(String input)(Code)(Java Doc)
abstract public void generateHTML(PrintWriter p, int rowNo) throws Exception(Code)(Java Doc)
public void generateHTML(PrintWriter p, int rowStart, int rowEnd) throws Exception(Code)(Java Doc)
protected String generateImageURL()(Code)(Java Doc)
public void generateInitialHTML(PrintWriter p) throws Exception(Code)(Java Doc)
public String getClassName()(Code)(Java Doc)
public String getDataSource()(Code)(Java Doc)
public int getFormIndex()(Code)(Java Doc)
public String getFormString()(Code)(Java Doc)
public String getFullName()(Code)(Java Doc)
public String getName()(Code)(Java Doc)
public HtmlPage getPage()(Code)(Java Doc)
public HtmlComponent getParent()(Code)(Java Doc)
protected String getPortletNameSpace()(Code)(Java Doc)
protected String getSiteMapEntryName(String url)(Code)(Java Doc)
public String getTheme()(Code)(Java Doc)
public int getUseDisabledAttribute()(Code)(Java Doc)
public boolean getVisible()(Code)(Java Doc)
public boolean getVisible(boolean checkParents)(Code)(Java Doc)
public boolean processParms(Hashtable parms, int rowNo) throws Exception(Code)(Java Doc)
public void reset()(Code)(Java Doc)
public void setClassName(String sClass)(Code)(Java Doc)
public void setDataSource(String dataSource)(Code)(Java Doc)
public void setFormIndex(int formIndex)(Code)(Java Doc)
public void setGenerateNewline(boolean enable)(Code)(Java Doc)
public void setName(String name)(Code)(Java Doc)
public void setPage(HtmlPage p)(Code)(Java Doc)
public void setParent(HtmlComponent parent)(Code)(Java Doc)
public void setTheme(String theme)(Code)(Java Doc)
public void setUseDisabledAttribute(int i)(Code)(Java Doc)
public void setVisible(boolean visible)(Code)(Java Doc)
public String toString()(Code)(Java Doc)
public String translateSiteMapURL(String url)(Code)(Java Doc)
protected boolean useDisabledAttribute()(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.