Java Doc for TableActions.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.TableActionsBase
   com.sun.rave.web.ui.component.TableActions

TableActions
public class TableActions extends TableActionsBase implements NamingContainer(Code)
Component that represents a table action bar.

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.TableActions.level = FINE
 



Field Summary
final public static  StringACTIONS_SEPARATOR_ICON_FACET
     The facet name for the actions separator icon.
final public static  StringACTIONS_SEPARATOR_ICON_ID
     The component id for the actions separator icon.
final public static  StringCLEAR_SORT_BUTTON_FACET
     The facet name for the clear sort button.
final public static  StringCLEAR_SORT_BUTTON_ID
     The component id for the clear sort button.
final public static  StringDESELECT_MULTIPLE_BUTTON_FACET
     The facet name for the deselect multiple button.
final public static  StringDESELECT_MULTIPLE_BUTTON_ID
     The component id for the deselect multiple button.
final public static  StringDESELECT_SINGLE_BUTTON_FACET
     The facet name for the deselect single button.
final public static  StringDESELECT_SINGLE_BUTTON_ID
     The component id for the deselect single button.
final public static  StringFILTER_LABEL_FACET
     The facet name for the filter label.
final public static  StringFILTER_LABEL_ID
     The component id for the filter label.
final public static  StringFILTER_SEPARATOR_ICON_FACET
     The facet name for the filter separator icon.
final public static  StringFILTER_SEPARATOR_ICON_ID
     The component id for the filter separator icon.
final public static  StringPAGINATE_BUTTON_FACET
     The facet name for the paginate button.
final public static  StringPAGINATE_BUTTON_ID
     The component id for the paginate button.
final public static  StringPAGINATE_SEPARATOR_ICON_FACET
     The facet name for the paginate separator icon.
final public static  StringPAGINATE_SEPARATOR_ICON_ID
     The component id for the paginate separator icon.
final public static  StringPAGINATION_FIRST_BUTTON_FACET
     The facet name for the pagination first button.
final public static  StringPAGINATION_FIRST_BUTTON_ID
     The component id for the pagination first button.
final public static  StringPAGINATION_LAST_BUTTON_FACET
     The facet name for the pagination last button.
final public static  StringPAGINATION_LAST_BUTTON_ID
     The component id for the pagination last button.
final public static  StringPAGINATION_NEXT_BUTTON_FACET
     The facet name for the pagination next button.
final public static  StringPAGINATION_NEXT_BUTTON_ID
     The component id for the pagination next button.
final public static  StringPAGINATION_PAGES_TEXT_FACET
     The facet name for the pagination pages text.
final public static  StringPAGINATION_PAGES_TEXT_ID
     The component id for the pagination pages text.
final public static  StringPAGINATION_PAGE_FIELD_FACET
     The facet name for the pagination page field.
final public static  StringPAGINATION_PAGE_FIELD_ID
     The component id for the pagination page field.
final public static  StringPAGINATION_PREV_BUTTON_FACET
     The facet name for the pagination previous button.
final public static  StringPAGINATION_PREV_BUTTON_ID
     The component id for the pagination previous button.
final public static  StringPAGINATION_SUBMIT_BUTTON_FACET
     The facet name for the pagination submit button.
final public static  StringPAGINATION_SUBMIT_BUTTON_ID
     The component id for the pagination submit button.
final public static  StringPREFERENCES_PANEL_TOGGLE_BUTTON_FACET
     The facet name for the preferences panel button.
final public static  StringPREFERENCES_PANEL_TOGGLE_BUTTON_ID
     The component id for the preferences panel button.
final public static  StringSELECT_MULTIPLE_BUTTON_FACET
     The facet name for the select multiple button.
final public static  StringSELECT_MULTIPLE_BUTTON_ID
     The component id for the select multiple button.
final public static  StringSORT_PANEL_TOGGLE_BUTTON_FACET
     The facet name for the sort panel toggle button.
final public static  StringSORT_PANEL_TOGGLE_BUTTON_ID
     The component id for the sort panel toggle button.
final public static  StringVIEW_ACTIONS_SEPARATOR_ICON_FACET
     The facet name for the view actions separator icon.
final public static  StringVIEW_ACTIONS_SEPARATOR_ICON_ID
     The component id for the view actions separator icon.

Constructor Summary
public  TableActions()
    

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  UIComponentgetActionsSeparatorIcon()
     Get the actions separator icon.
public  UIComponentgetClearSortButton()
     Get clear sort button.
public  UIComponentgetDeselectMultipleButton()
     Get deselect multiple button.
public  UIComponentgetDeselectSingleButton()
     Get deselect single button.
public  UIComponentgetFilterLabel()
     Get filter label.
public  UIComponentgetFilterSeparatorIcon()
     Get the filter separator icon.
public  UIComponentgetPaginateButton()
     Get paginate button of pagination controls.
public  UIComponentgetPaginateSeparatorIcon()
     Get the paginate separator icon.
public  UIComponentgetPaginationFirstButton()
     Get first page button for pagination controls.
public  UIComponentgetPaginationLastButton()
     Get last page button for pagination controls.
public  UIComponentgetPaginationNextButton()
     Get next page button for pagination controls.
public  UIComponentgetPaginationPageField()
     Get page field for pagination controls.
public  UIComponentgetPaginationPagesText()
     Get pages text for pagination controls.
public  UIComponentgetPaginationPrevButton()
     Get previous page button for pagination controls.
public  UIComponentgetPaginationSubmitButton()
     Get pagination submit button for pagination controls.
public  UIComponentgetPreferencesPanelToggleButton()
     Get preferences panel toggle button.
public  UIComponentgetSelectMultipleButton()
     Get select multiple button.
public  UIComponentgetSortPanelToggleButton()
     Get sort panel toggle button.
public  TablegetTableAncestor()
     Get the closest Table ancestor that encloses this component.
public  UIComponentgetViewActionsSeparatorIcon()
     Get the view actions separator icon.

Field Detail
ACTIONS_SEPARATOR_ICON_FACET
final public static String ACTIONS_SEPARATOR_ICON_FACET(Code)
The facet name for the actions separator icon.



ACTIONS_SEPARATOR_ICON_ID
final public static String ACTIONS_SEPARATOR_ICON_ID(Code)
The component id for the actions separator icon.



CLEAR_SORT_BUTTON_FACET
final public static String CLEAR_SORT_BUTTON_FACET(Code)
The facet name for the clear sort button.



CLEAR_SORT_BUTTON_ID
final public static String CLEAR_SORT_BUTTON_ID(Code)
The component id for the clear sort button.



DESELECT_MULTIPLE_BUTTON_FACET
final public static String DESELECT_MULTIPLE_BUTTON_FACET(Code)
The facet name for the deselect multiple button.



DESELECT_MULTIPLE_BUTTON_ID
final public static String DESELECT_MULTIPLE_BUTTON_ID(Code)
The component id for the deselect multiple button.



DESELECT_SINGLE_BUTTON_FACET
final public static String DESELECT_SINGLE_BUTTON_FACET(Code)
The facet name for the deselect single button.



DESELECT_SINGLE_BUTTON_ID
final public static String DESELECT_SINGLE_BUTTON_ID(Code)
The component id for the deselect single button.



FILTER_LABEL_FACET
final public static String FILTER_LABEL_FACET(Code)
The facet name for the filter label.



FILTER_LABEL_ID
final public static String FILTER_LABEL_ID(Code)
The component id for the filter label.



FILTER_SEPARATOR_ICON_FACET
final public static String FILTER_SEPARATOR_ICON_FACET(Code)
The facet name for the filter separator icon.



FILTER_SEPARATOR_ICON_ID
final public static String FILTER_SEPARATOR_ICON_ID(Code)
The component id for the filter separator icon.



PAGINATE_BUTTON_FACET
final public static String PAGINATE_BUTTON_FACET(Code)
The facet name for the paginate button.



PAGINATE_BUTTON_ID
final public static String PAGINATE_BUTTON_ID(Code)
The component id for the paginate button.



PAGINATE_SEPARATOR_ICON_FACET
final public static String PAGINATE_SEPARATOR_ICON_FACET(Code)
The facet name for the paginate separator icon.



PAGINATE_SEPARATOR_ICON_ID
final public static String PAGINATE_SEPARATOR_ICON_ID(Code)
The component id for the paginate separator icon.



PAGINATION_FIRST_BUTTON_FACET
final public static String PAGINATION_FIRST_BUTTON_FACET(Code)
The facet name for the pagination first button.



PAGINATION_FIRST_BUTTON_ID
final public static String PAGINATION_FIRST_BUTTON_ID(Code)
The component id for the pagination first button.



PAGINATION_LAST_BUTTON_FACET
final public static String PAGINATION_LAST_BUTTON_FACET(Code)
The facet name for the pagination last button.



PAGINATION_LAST_BUTTON_ID
final public static String PAGINATION_LAST_BUTTON_ID(Code)
The component id for the pagination last button.



PAGINATION_NEXT_BUTTON_FACET
final public static String PAGINATION_NEXT_BUTTON_FACET(Code)
The facet name for the pagination next button.



PAGINATION_NEXT_BUTTON_ID
final public static String PAGINATION_NEXT_BUTTON_ID(Code)
The component id for the pagination next button.



PAGINATION_PAGES_TEXT_FACET
final public static String PAGINATION_PAGES_TEXT_FACET(Code)
The facet name for the pagination pages text.



PAGINATION_PAGES_TEXT_ID
final public static String PAGINATION_PAGES_TEXT_ID(Code)
The component id for the pagination pages text.



PAGINATION_PAGE_FIELD_FACET
final public static String PAGINATION_PAGE_FIELD_FACET(Code)
The facet name for the pagination page field.



PAGINATION_PAGE_FIELD_ID
final public static String PAGINATION_PAGE_FIELD_ID(Code)
The component id for the pagination page field.



PAGINATION_PREV_BUTTON_FACET
final public static String PAGINATION_PREV_BUTTON_FACET(Code)
The facet name for the pagination previous button.



PAGINATION_PREV_BUTTON_ID
final public static String PAGINATION_PREV_BUTTON_ID(Code)
The component id for the pagination previous button.



PAGINATION_SUBMIT_BUTTON_FACET
final public static String PAGINATION_SUBMIT_BUTTON_FACET(Code)
The facet name for the pagination submit button.



PAGINATION_SUBMIT_BUTTON_ID
final public static String PAGINATION_SUBMIT_BUTTON_ID(Code)
The component id for the pagination submit button.



PREFERENCES_PANEL_TOGGLE_BUTTON_FACET
final public static String PREFERENCES_PANEL_TOGGLE_BUTTON_FACET(Code)
The facet name for the preferences panel button.



PREFERENCES_PANEL_TOGGLE_BUTTON_ID
final public static String PREFERENCES_PANEL_TOGGLE_BUTTON_ID(Code)
The component id for the preferences panel button.



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



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



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



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



VIEW_ACTIONS_SEPARATOR_ICON_FACET
final public static String VIEW_ACTIONS_SEPARATOR_ICON_FACET(Code)
The facet name for the view actions separator icon.



VIEW_ACTIONS_SEPARATOR_ICON_ID
final public static String VIEW_ACTIONS_SEPARATOR_ICON_ID(Code)
The component id for the view actions separator icon.




Constructor Detail
TableActions
public TableActions()(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.



getActionsSeparatorIcon
public UIComponent getActionsSeparatorIcon()(Code)
Get the actions separator icon. The top actions separator icon.



getClearSortButton
public UIComponent getClearSortButton()(Code)
Get clear sort button. The clear sort button.



getDeselectMultipleButton
public UIComponent getDeselectMultipleButton()(Code)
Get deselect multiple button. The deselect multiple button.



getDeselectSingleButton
public UIComponent getDeselectSingleButton()(Code)
Get deselect single button. The deselect single button.



getFilterLabel
public UIComponent getFilterLabel()(Code)
Get filter label. The filter label.



getFilterSeparatorIcon
public UIComponent getFilterSeparatorIcon()(Code)
Get the filter separator icon. The filter separator icon.



getPaginateButton
public UIComponent getPaginateButton()(Code)
Get paginate button of pagination controls. The paginate button.



getPaginateSeparatorIcon
public UIComponent getPaginateSeparatorIcon()(Code)
Get the paginate separator icon. The paginate separator icon.



getPaginationFirstButton
public UIComponent getPaginationFirstButton()(Code)
Get first page button for pagination controls. The first page button.



getPaginationLastButton
public UIComponent getPaginationLastButton()(Code)
Get last page button for pagination controls. The last page button.



getPaginationNextButton
public UIComponent getPaginationNextButton()(Code)
Get next page button for pagination controls. The next page button.



getPaginationPageField
public UIComponent getPaginationPageField()(Code)
Get page field for pagination controls. The page field.



getPaginationPagesText
public UIComponent getPaginationPagesText()(Code)
Get pages text for pagination controls. The pages text.



getPaginationPrevButton
public UIComponent getPaginationPrevButton()(Code)
Get previous page button for pagination controls. The previous page button.



getPaginationSubmitButton
public UIComponent getPaginationSubmitButton()(Code)
Get pagination submit button for pagination controls. The pagination submit button.



getPreferencesPanelToggleButton
public UIComponent getPreferencesPanelToggleButton()(Code)
Get preferences panel toggle button. The preferences panel toggle button.



getSelectMultipleButton
public UIComponent getSelectMultipleButton()(Code)
Get select multiple button. The select multiple button.



getSortPanelToggleButton
public UIComponent getSortPanelToggleButton()(Code)
Get sort panel toggle button. The sort panel toggle button.



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



getViewActionsSeparatorIcon
public UIComponent getViewActionsSeparatorIcon()(Code)
Get the view actions separator icon. The view actions separator icon.



Methods inherited from com.sun.rave.web.ui.component.TableActionsBase
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 isActionsBottom()(Code)(Java Doc)
public boolean isNoWrap()(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 setActionsBottom(boolean actionsBottom)(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 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 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.