Java Doc for DataPaginator.java in  » J2EE » ICEfaces-1.6.1 » com » icesoft » faces » component » datapaginator » 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 » ICEfaces 1.6.1 » com.icesoft.faces.component.datapaginator 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.icesoft.faces.component.datapaginator.DataPaginator

DataPaginator
public class DataPaginator extends HtmlPanelGroup implements ActionSource(Code)


Field Summary
final public static  StringCOMPONENT_FAMILY
    
final public static  StringCOMPONENT_TYPE
    
final public static  StringFACET_FAST_FORWARD
    
final public static  StringFACET_FAST_REWIND
    
final public static  StringFACET_FIRST
    
final public static  StringFACET_LAST
    
final public static  StringFACET_NEXT
    
final public static  StringFACET_PREVIOUS
    

Constructor Summary
public  DataPaginator()
    

Method Summary
public  voidaddActionListener(ActionListener listener)
    
public  voidbroadcast(FacesEvent event)
    
protected  voidbroadcastToActionListener(PaginatorActionEvent event)
    
protected  UIDatafindUIData()
    
public  MethodBindinggetAction()
    
public  MethodBindinggetActionListener()
    
public  ActionListener[]getActionListeners()
    
public  StringgetBaseStyleClass()
    
public  StringgetComponentType()
    
public  StringgetDisplayedRowsCountVar()
    
public  StringgetEnabledOnUserRole()
    
public  StringgetFamily()
    
public  UIComponentgetFastForward()
    
public  UIComponentgetFastRewind()
    
public  intgetFastStep()
    
public  UIComponentgetFirst()
    
public  intgetFirstRow()
    
public  StringgetFirstRowIndexVar()
    
public  StringgetFor()
    
public  UIComponentgetLast()
    
public  StringgetLastRowIndexVar()
    
public  UIComponentgetNext()
    
public  intgetPageCount()
    
public  StringgetPageCountVar()
    
public  intgetPageIndex()
    
public  StringgetPageIndexVar()
    
public  StringgetPaginatorActiveColumnClass()
    
public  StringgetPaginatorColumnClass()
    
public  intgetPaginatorMaxPages()
    
public  StringgetPaginatorTableClass()
    
public  UIComponentgetPrevious()
    
public  StringgetRenderedOnUserRole()
    
public  StringgetRendererType()
    
public  booleangetRendersChildren()
    
public  intgetRowCount()
    
public  intgetRows()
    
public  StringgetRowsCountVar()
    
public  StringgetStyle()
    
public  StringgetStyleClass()
    
public  UIDatagetUIData()
    
public  StringgetscrollButtonCellClass()
    
public  voidgotoFastForward()
    
public  voidgotoFastRewind()
    
public  voidgotoFirstPage()
    
public  voidgotoLastPage()
    
public  voidgotoNextPage()
    
public  voidgotoPreviousPage()
    
public  booleanisDisabled()
    
public  booleanisImmediate()
    
public  booleanisLastPage()
    
public  booleanisModelResultSet()
    
public  booleanisPaginator()
    
public  booleanisRenderFacetsIfSinglePage()
    
public  booleanisRendered()
    
public  booleanisVertical()
    
public  voidqueueEvent(FacesEvent event)
    
public  voidremoveActionListener(ActionListener listener)
    
public  voidrestoreState(FacesContext context, Object state)
    
public  ObjectsaveState(FacesContext context)
    
public  voidsetAction(MethodBinding action)
    
public  voidsetActionListener(MethodBinding actionListener)
    
public  voidsetDisabled(boolean disabled)
    
public  voidsetDisplayedRowsCountVar(String displayedRowsCountVar)
    
public  voidsetEnabledOnUserRole(String enabledOnUserRole)
    
public  voidsetFastForward(UIComponent previous)
    
public  voidsetFastRewind(UIComponent previous)
    
public  voidsetFastStep(int fastStep)
    
public  voidsetFirst(UIComponent first)
    
public  voidsetFirstRowIndexVar(String firstRowIndexVar)
    
public  voidsetFor(String forValue)
    
public  voidsetImmediate(boolean immediate)
    
public  voidsetLast(UIComponent last)
    
public  voidsetLastRowIndexVar(String lastRowIndexVar)
    
public  voidsetNext(UIComponent next)
    
public  voidsetPageCountVar(String pageCountVar)
    
public  voidsetPageIndexVar(String pageIndexVar)
    
public  voidsetPaginator(boolean paginator)
    
public  voidsetPaginatorMaxPages(int paginatorMaxPages)
    
public  voidsetPrevious(UIComponent previous)
    
public  voidsetRenderFacetsIfSinglePage(boolean renderFacetsIfSinglePage)
    
public  voidsetRenderedOnUserRole(String renderedOnUserRole)
    
public  voidsetRowsCountVar(String rowsCountVar)
    
public  voidsetStyle(String style)
    
public  voidsetStyleClass(String styleClass)
    
public  voidsetUIData(UIData uiData)
    
public  voidsetVertical(boolean vertical)
    

Field Detail
COMPONENT_FAMILY
final public static String COMPONENT_FAMILY(Code)



COMPONENT_TYPE
final public static String COMPONENT_TYPE(Code)



FACET_FAST_FORWARD
final public static String FACET_FAST_FORWARD(Code)



FACET_FAST_REWIND
final public static String FACET_FAST_REWIND(Code)



FACET_FIRST
final public static String FACET_FIRST(Code)



FACET_LAST
final public static String FACET_LAST(Code)



FACET_NEXT
final public static String FACET_NEXT(Code)



FACET_PREVIOUS
final public static String FACET_PREVIOUS(Code)




Constructor Detail
DataPaginator
public DataPaginator()(Code)




Method Detail
addActionListener
public void addActionListener(ActionListener listener)(Code)

See Also:   javax.faces.component.ActionSource.addActionListener(javax.faces.event.ActionListener)



broadcast
public void broadcast(FacesEvent event) throws AbortProcessingException(Code)

See Also:   javax.faces.component.UIComponentBase.broadcast(javax.faces.event.FacesEvent)



broadcastToActionListener
protected void broadcastToActionListener(PaginatorActionEvent event)(Code)



findUIData
protected UIData findUIData()(Code)

Return the instance of UIData associated to this component.




getAction
public MethodBinding getAction()(Code)

See Also:   javax.faces.component.ActionSource.getAction



getActionListener
public MethodBinding getActionListener()(Code)

See Also:   javax.faces.component.ActionSource.getActionListener



getActionListeners
public ActionListener[] getActionListeners()(Code)

See Also:   javax.faces.component.ActionSource.getActionListeners



getBaseStyleClass
public String getBaseStyleClass()(Code)



getComponentType
public String getComponentType()(Code)
COMPONENT_TYPE



getDisplayedRowsCountVar
public String getDisplayedRowsCountVar()(Code)

Return the value of the displayedRowsCountVar property.




getEnabledOnUserRole
public String getEnabledOnUserRole()(Code)

Return the value of the enabledOnUserRole property.




getFamily
public String getFamily()(Code)



getFastForward
public UIComponent getFastForward()(Code)

Return the value of the fast forward facet of this component.




getFastRewind
public UIComponent getFastRewind()(Code)

Return the value of the fast rewind facet of this component.




getFastStep
public int getFastStep()(Code)

Return the value of the fastStep property.




getFirst
public UIComponent getFirst()(Code)

Return the value of the first facet of this component.




getFirstRow
public int getFirstRow()(Code)

Return the value of the first property.




getFirstRowIndexVar
public String getFirstRowIndexVar()(Code)

Return the value of the firstRowIndexVar property.




getFor
public String getFor()(Code)

Return the value of the for property.




getLast
public UIComponent getLast()(Code)

Return the value of the last facet of this component.




getLastRowIndexVar
public String getLastRowIndexVar()(Code)

Return the value of the lastRowIndexVar property.




getNext
public UIComponent getNext()(Code)

Return the value of the next facet of this component.




getPageCount
public int getPageCount()(Code)

Return the value of the pageCount property.




getPageCountVar
public String getPageCountVar()(Code)

Return the value of the pageCountVar property.




getPageIndex
public int getPageIndex()(Code)

Return the value of the pageIndex property.




getPageIndexVar
public String getPageIndexVar()(Code)

Return the value of the pageIndexVar property.




getPaginatorActiveColumnClass
public String getPaginatorActiveColumnClass()(Code)

Return the value of the paginatorActiveColumnClass property.




getPaginatorColumnClass
public String getPaginatorColumnClass()(Code)

Return the value of the paginatorColumnClass property.




getPaginatorMaxPages
public int getPaginatorMaxPages()(Code)

Return the value of the paginatorMaxPages property.




getPaginatorTableClass
public String getPaginatorTableClass()(Code)

Return the value of the paginatorTableClass property.




getPrevious
public UIComponent getPrevious()(Code)

Return the value of the previous facet of this component.




getRenderedOnUserRole
public String getRenderedOnUserRole()(Code)

Return the value of the renderedOnUserRole property.




getRendererType
public String getRendererType()(Code)
DEFAULT_RENDERER_TYPE
See Also:   javax.faces.component.UIComponent.getRendererType



getRendersChildren
public boolean getRendersChildren()(Code)

Return a flag indicating whether this component is responsible for rendering its child components.




getRowCount
public int getRowCount()(Code)

Return the value of the rowCount property.




getRows
public int getRows()(Code)

Return the value of the rows property.




getRowsCountVar
public String getRowsCountVar()(Code)

Return the value of the rowsCountVar property.




getStyle
public String getStyle()(Code)

Return the value of the style property.




getStyleClass
public String getStyleClass()(Code)

Return the value of the styleClass property.




getUIData
public UIData getUIData()(Code)

Return the instance of the UIData associated to this component.




getscrollButtonCellClass
public String getscrollButtonCellClass()(Code)

Return the value of the scrollButtonCellClass property.




gotoFastForward
public void gotoFastForward()(Code)
Sets the dataPaginator to the (n) number of pages forward, defined by the fastStep property



gotoFastRewind
public void gotoFastRewind()(Code)
Sets the dataPaginator to the (n) number of pages back, defined by the fastStep property



gotoFirstPage
public void gotoFirstPage()(Code)
Sets the dataPaginator to the first page



gotoLastPage
public void gotoLastPage()(Code)
Sets the dataPaginator to the last page



gotoNextPage
public void gotoNextPage()(Code)
Sets the dataPaginator to the next page



gotoPreviousPage
public void gotoPreviousPage()(Code)
Sets the dataPaginator to the previous page



isDisabled
public boolean isDisabled()(Code)

Return the value of the disabled property.




isImmediate
public boolean isImmediate()(Code)

Return the value of the immediate property.




isLastPage
public boolean isLastPage()(Code)
Return a boolean value, whether current page is the last page



isModelResultSet
public boolean isModelResultSet()(Code)



isPaginator
public boolean isPaginator()(Code)

Return the value of the paginator property.




isRenderFacetsIfSinglePage
public boolean isRenderFacetsIfSinglePage()(Code)

Return the value of the renderFacetsIfSinglePage property.




isRendered
public boolean isRendered()(Code)

Return the value of the rendered property.




isVertical
public boolean isVertical()(Code)

Return the value of the vertical property.




queueEvent
public void queueEvent(FacesEvent event)(Code)

See Also:   javax.faces.component.UIComponentBase.queueEvent(javax.faces.event.FacesEvent)



removeActionListener
public void removeActionListener(ActionListener listener)(Code)

See Also:   javax.faces.component.ActionSource.removeActionListener(javax.faces.event.ActionListener)



restoreState
public void restoreState(FacesContext context, Object state)(Code)

Perform any processing required to restore the state from the entries in the state Object.




saveState
public Object saveState(FacesContext context)(Code)

Gets the state of the instance as a Serializable Object.




setAction
public void setAction(MethodBinding action)(Code)

See Also:   javax.faces.component.ActionSource.setAction(javax.faces.el.MethodBinding)



setActionListener
public void setActionListener(MethodBinding actionListener)(Code)

See Also:   javax.faces.component.ActionSource.setActionListener(javax.faces.el.MethodBinding)



setDisabled
public void setDisabled(boolean disabled)(Code)

Set the value of the disabled property.




setDisplayedRowsCountVar
public void setDisplayedRowsCountVar(String displayedRowsCountVar)(Code)

Set the value of the displayedRowsCountVar property.




setEnabledOnUserRole
public void setEnabledOnUserRole(String enabledOnUserRole)(Code)

Set the value of the enabledOnUserRole property.




setFastForward
public void setFastForward(UIComponent previous)(Code)

Set the value of the fast forward facet for this component.




setFastRewind
public void setFastRewind(UIComponent previous)(Code)

Set the value of the fast rewind facet for this component.




setFastStep
public void setFastStep(int fastStep)(Code)

Set the value of the fastStep property.




setFirst
public void setFirst(UIComponent first)(Code)

Set the value of the first facet for this component.




setFirstRowIndexVar
public void setFirstRowIndexVar(String firstRowIndexVar)(Code)

Set the value of the firstRowIndexVar property.




setFor
public void setFor(String forValue)(Code)

Set the value of the for property.




setImmediate
public void setImmediate(boolean immediate)(Code)

Set the value of the immediate property.




setLast
public void setLast(UIComponent last)(Code)

Set the value of the last facet for this component.




setLastRowIndexVar
public void setLastRowIndexVar(String lastRowIndexVar)(Code)

Set the value of the lastRowIndexVar property.




setNext
public void setNext(UIComponent next)(Code)

Set the value of the next facet for this component.




setPageCountVar
public void setPageCountVar(String pageCountVar)(Code)

Set the value of the pageCountVar property.




setPageIndexVar
public void setPageIndexVar(String pageIndexVar)(Code)

Set the value of the pageIndexVar property.




setPaginator
public void setPaginator(boolean paginator)(Code)

Set the value of the paginator property.




setPaginatorMaxPages
public void setPaginatorMaxPages(int paginatorMaxPages)(Code)

Set the value of the paginatorMaxPages property.




setPrevious
public void setPrevious(UIComponent previous)(Code)

Set the value of the previous facet for this component.




setRenderFacetsIfSinglePage
public void setRenderFacetsIfSinglePage(boolean renderFacetsIfSinglePage)(Code)

Set the value of the renderFacetsIfSinglePage property.




setRenderedOnUserRole
public void setRenderedOnUserRole(String renderedOnUserRole)(Code)

Set the value of the renderedOnUserRole property.




setRowsCountVar
public void setRowsCountVar(String rowsCountVar)(Code)

Set the value of the rowsCountVar property.




setStyle
public void setStyle(String style)(Code)

Set the value of the style property.




setStyleClass
public void setStyleClass(String styleClass)(Code)

Set the value of the styleClass property.




setUIData
public void setUIData(UIData uiData)(Code)



setVertical
public void setVertical(boolean vertical)(Code)

Set the value of the vertical property.




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