Java Doc for TableHeader.java in  » IDE-Netbeans » visualweb.api.designer » com » sun » rave » web » ui » component » 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 » IDE Netbeans » visualweb.api.designer » com.sun.rave.web.ui.component 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.sun.rave.web.ui.component.TableHeaderBase
   com.sun.rave.web.ui.component.TableHeader

TableHeader
public class TableHeader extends TableHeaderBase implements NamingContainer(Code)
Component that represents various table headers, including sortable, selection, and group headers.

Note: Column headers and footers are rendered by TableRowGroupRenderer. Table column footers are rendered by TableRenderer.

Note: To see the messages logged by this class, set the following global defaults in your JDK's "jre/lib/logging.properties" file.

 java.util.logging.ConsoleHandler.level = FINE
 com.sun.rave.web.ui.component.TableHeader.level = FINE
 



Field Summary
final public static  StringADD_SORT_BUTTON_FACET
     The facet name for the add sort button.
final public static  StringADD_SORT_BUTTON_ID
     The component id for the add sort button.
final public static  StringCOLLAPSED_HIDDEN_FIELD_FACET
     The facet name for the collapsed hidden field.
final public static  StringCOLLAPSED_HIDDEN_FIELD_ID
     The component id for the collapsed hidden field.
final public static  StringGROUP_PANEL_TOGGLE_BUTTON_FACET
     The facet name for the table row group toggle button.
final public static  StringGROUP_PANEL_TOGGLE_BUTTON_ID
     The component id for the table row group toggle button.
final public static  StringPRIMARY_SORT_BUTTON_FACET
     The facet name for the primary sort button.
final public static  StringPRIMARY_SORT_BUTTON_ID
     The component id for the primary sort button.
final public static  StringPRIMARY_SORT_LINK_FACET
     The facet name for the primary sort link.
final public static  StringPRIMARY_SORT_LINK_ID
     The component id for the primary sort link.
final public static  StringSELECT_MULTIPLE_TOGGLE_BUTTON_FACET
     The facet name for the select multiple toggle button.
final public static  StringSELECT_MULTIPLE_TOGGLE_BUTTON_ID
     The component id for the select multiple toggle button.
final public static  StringSELECT_SORT_BUTTON_FACET
     The facet name for the selection column sort button.
final public static  StringSELECT_SORT_BUTTON_ID
     The component id for the selection column sort button.
final public static  StringSORT_LEVEL_TEXT_FACET
     The facet name for the sort level text.
final public static  StringSORT_LEVEL_TEXT_ID
     The component id for the sort level text.
final public static  StringTOGGLE_SORT_BUTTON_FACET
     The facet name for the toggle sort button.
final public static  StringTOGGLE_SORT_BUTTON_ID
     The component id for the toggle sort button.
final public static  StringWARNING_ICON_FACET
     The facet name for the warning icon.
final public static  StringWARNING_ICON_ID
     The component id for the warning icon.

Constructor Summary
public  TableHeader()
    

Method Summary
public  voidencodeBegin(FacesContext context)
     If the rendered property is true, render the begining of the current state of this UIComponent to the response contained in the specified FacesContext.
public  UIComponentgetAddSortButton()
     Get add sort button.
public  UIComponentgetCollapsedHiddenField()
     Get select multiple toggle button.
public  UIComponentgetGroupPanelToggleButton()
     Get group panel toggle button.
public  UIComponentgetPrimarySortButton()
     Get primary sort button.
public  UIComponentgetPrimarySortLink()
     Get primary sort link.
public  UIComponentgetSelectMultipleToggleButton()
     Get select multiple toggle button.
public  UIComponentgetSelectSortButton()
     Get select sort button.
public  intgetSortCount()
     Helper method to get the total number of sorts applied.
public  intgetSortLevel()
     Helper method to get sort level for this component.
public  UIComponentgetSortLevelText()
     Get sort level static text.
public  TablegetTableAncestor()
     Get the closest Table ancestor that encloses this component.
public  TableColumngetTableColumnAncestor()
     Get the closest TableColumn ancestor that encloses this component.
public  TableRowGroupgetTableRowGroupAncestor()
     Get the closest TableRowGroup ancestor that encloses this component.
public  UIComponentgetToggleSortButton()
     Get toggle sort button.
public  UIComponentgetWarningIcon()
     Get warning icon.

Field Detail
ADD_SORT_BUTTON_FACET
final public static String ADD_SORT_BUTTON_FACET(Code)
The facet name for the add sort button.



ADD_SORT_BUTTON_ID
final public static String ADD_SORT_BUTTON_ID(Code)
The component id for the add sort button.



COLLAPSED_HIDDEN_FIELD_FACET
final public static String COLLAPSED_HIDDEN_FIELD_FACET(Code)
The facet name for the collapsed hidden field.



COLLAPSED_HIDDEN_FIELD_ID
final public static String COLLAPSED_HIDDEN_FIELD_ID(Code)
The component id for the collapsed hidden field.



GROUP_PANEL_TOGGLE_BUTTON_FACET
final public static String GROUP_PANEL_TOGGLE_BUTTON_FACET(Code)
The facet name for the table row group toggle button.



GROUP_PANEL_TOGGLE_BUTTON_ID
final public static String GROUP_PANEL_TOGGLE_BUTTON_ID(Code)
The component id for the table row group toggle button.



PRIMARY_SORT_BUTTON_FACET
final public static String PRIMARY_SORT_BUTTON_FACET(Code)
The facet name for the primary sort button.



PRIMARY_SORT_BUTTON_ID
final public static String PRIMARY_SORT_BUTTON_ID(Code)
The component id for the primary sort button.



PRIMARY_SORT_LINK_FACET
final public static String PRIMARY_SORT_LINK_FACET(Code)
The facet name for the primary sort link.



PRIMARY_SORT_LINK_ID
final public static String PRIMARY_SORT_LINK_ID(Code)
The component id for the primary sort link.



SELECT_MULTIPLE_TOGGLE_BUTTON_FACET
final public static String SELECT_MULTIPLE_TOGGLE_BUTTON_FACET(Code)
The facet name for the select multiple toggle button.



SELECT_MULTIPLE_TOGGLE_BUTTON_ID
final public static String SELECT_MULTIPLE_TOGGLE_BUTTON_ID(Code)
The component id for the select multiple toggle button.



SELECT_SORT_BUTTON_FACET
final public static String SELECT_SORT_BUTTON_FACET(Code)
The facet name for the selection column sort button.



SELECT_SORT_BUTTON_ID
final public static String SELECT_SORT_BUTTON_ID(Code)
The component id for the selection column sort button.



SORT_LEVEL_TEXT_FACET
final public static String SORT_LEVEL_TEXT_FACET(Code)
The facet name for the sort level text.



SORT_LEVEL_TEXT_ID
final public static String SORT_LEVEL_TEXT_ID(Code)
The component id for the sort level text.



TOGGLE_SORT_BUTTON_FACET
final public static String TOGGLE_SORT_BUTTON_FACET(Code)
The facet name for the toggle sort button.



TOGGLE_SORT_BUTTON_ID
final public static String TOGGLE_SORT_BUTTON_ID(Code)
The component id for the toggle sort button.



WARNING_ICON_FACET
final public static String WARNING_ICON_FACET(Code)
The facet name for the warning icon.



WARNING_ICON_ID
final public static String WARNING_ICON_ID(Code)
The component id for the warning icon.




Constructor Detail
TableHeader
public TableHeader()(Code)
Default constructor




Method Detail
encodeBegin
public void encodeBegin(FacesContext context) throws IOException(Code)
If the rendered property is true, render the begining of the current state of this UIComponent to the response contained in the specified FacesContext. If a Renderer is associated with this UIComponent, the actual encoding will be delegated to Renderer.encodeBegin(FacesContext, UIComponent).
Parameters:
  context - FacesContext for the current request.
exception:
  IOException - if an input/output error occurs while rendering.
exception:
  NullPointerException - if FacesContext is null.



getAddSortButton
public UIComponent getAddSortButton()(Code)
Get add sort button. The add sort button.



getCollapsedHiddenField
public UIComponent getCollapsedHiddenField()(Code)
Get select multiple toggle button. The select multiple toggle button.



getGroupPanelToggleButton
public UIComponent getGroupPanelToggleButton()(Code)
Get group panel toggle button. The group panel toggle button.



getPrimarySortButton
public UIComponent getPrimarySortButton()(Code)
Get primary sort button. The primary sort button.



getPrimarySortLink
public UIComponent getPrimarySortLink()(Code)
Get primary sort link. The primary sort link.



getSelectMultipleToggleButton
public UIComponent getSelectMultipleToggleButton()(Code)
Get select multiple toggle button. The select multiple toggle button.



getSelectSortButton
public UIComponent getSelectSortButton()(Code)
Get select sort button. The title sort button.



getSortCount
public int getSortCount()(Code)
Helper method to get the total number of sorts applied. The sort count.



getSortLevel
public int getSortLevel()(Code)
Helper method to get sort level for this component. The sort level or 0 if sort does not apply.



getSortLevelText
public UIComponent getSortLevelText()(Code)
Get sort level static text. The sort level static text.



getTableAncestor
public Table getTableAncestor()(Code)
Get the closest Table ancestor that encloses this component. The Table ancestor.



getTableColumnAncestor
public TableColumn getTableColumnAncestor()(Code)
Get the closest TableColumn ancestor that encloses this component. The TableColumn ancestor.



getTableRowGroupAncestor
public TableRowGroup getTableRowGroupAncestor()(Code)
Get the closest TableRowGroup ancestor that encloses this component. The TableRowGroup ancestor.



getToggleSortButton
public UIComponent getToggleSortButton()(Code)
Get toggle sort button. The toggle sort button.



getWarningIcon
public UIComponent getWarningIcon()(Code)
Get warning icon. The warning icon.



Methods inherited from com.sun.rave.web.ui.component.TableHeaderBase
public String getAbbr()(Code)(Java Doc)
public String getAlign()(Code)(Java Doc)
public String getAxis()(Code)(Java Doc)
public String getBgColor()(Code)(Java Doc)
public String getChar()(Code)(Java Doc)
public String getCharOff()(Code)(Java Doc)
public int getColSpan()(Code)(Java Doc)
public String getExtraHtml()(Code)(Java Doc)
public String getFamily()(Code)(Java Doc)
public String getHeaders()(Code)(Java Doc)
public String getHeight()(Code)(Java Doc)
public String getOnClick()(Code)(Java Doc)
public String getOnDblClick()(Code)(Java Doc)
public String getOnKeyDown()(Code)(Java Doc)
public String getOnKeyPress()(Code)(Java Doc)
public String getOnKeyUp()(Code)(Java Doc)
public String getOnMouseDown()(Code)(Java Doc)
public String getOnMouseMove()(Code)(Java Doc)
public String getOnMouseOut()(Code)(Java Doc)
public String getOnMouseOver()(Code)(Java Doc)
public String getOnMouseUp()(Code)(Java Doc)
public int getRowSpan()(Code)(Java Doc)
public String getScope()(Code)(Java Doc)
public String getStyle()(Code)(Java Doc)
public String getStyleClass()(Code)(Java Doc)
public String getToolTip()(Code)(Java Doc)
public String getValign()(Code)(Java Doc)
public String getWidth()(Code)(Java Doc)
public boolean isGroupHeader()(Code)(Java Doc)
public boolean isNoWrap()(Code)(Java Doc)
public boolean isSelectHeader()(Code)(Java Doc)
public boolean isSortHeader()(Code)(Java Doc)
public boolean isVisible()(Code)(Java Doc)
public void restoreState(FacesContext _context, Object _state)(Code)(Java Doc)
public Object saveState(FacesContext _context)(Code)(Java Doc)
public void setAbbr(String abbr)(Code)(Java Doc)
public void setAlign(String align)(Code)(Java Doc)
public void setAxis(String axis)(Code)(Java Doc)
public void setBgColor(String bgColor)(Code)(Java Doc)
public void setChar(String _char)(Code)(Java Doc)
public void setCharOff(String charOff)(Code)(Java Doc)
public void setColSpan(int colSpan)(Code)(Java Doc)
public void setExtraHtml(String extraHtml)(Code)(Java Doc)
public void setGroupHeader(boolean groupHeader)(Code)(Java Doc)
public void setHeaders(String headers)(Code)(Java Doc)
public void setHeight(String height)(Code)(Java Doc)
public void setNoWrap(boolean noWrap)(Code)(Java Doc)
public void setOnClick(String onClick)(Code)(Java Doc)
public void setOnDblClick(String onDblClick)(Code)(Java Doc)
public void setOnKeyDown(String onKeyDown)(Code)(Java Doc)
public void setOnKeyPress(String onKeyPress)(Code)(Java Doc)
public void setOnKeyUp(String onKeyUp)(Code)(Java Doc)
public void setOnMouseDown(String onMouseDown)(Code)(Java Doc)
public void setOnMouseMove(String onMouseMove)(Code)(Java Doc)
public void setOnMouseOut(String onMouseOut)(Code)(Java Doc)
public void setOnMouseOver(String onMouseOver)(Code)(Java Doc)
public void setOnMouseUp(String onMouseUp)(Code)(Java Doc)
public void setRowSpan(int rowSpan)(Code)(Java Doc)
public void setScope(String scope)(Code)(Java Doc)
public void setSelectHeader(boolean selectHeader)(Code)(Java Doc)
public void setSortHeader(boolean sortHeader)(Code)(Java Doc)
public void setStyle(String style)(Code)(Java Doc)
public void setStyleClass(String styleClass)(Code)(Java Doc)
public void setToolTip(String toolTip)(Code)(Java Doc)
public void setValign(String valign)(Code)(Java Doc)
public void setVisible(boolean visible)(Code)(Java Doc)
public void setWidth(String width)(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.