Java Doc for Details.java in  » IDE-Netbeans » visualweb.api.designer » travelcenter » 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 » travelcenter 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.sun.rave.web.ui.appbase.AbstractPageBean
   travelcenter.Details

Details
public class Details extends AbstractPageBean (Code)

Page bean that corresponds to a similarly named JSP page. This class contains component definitions (and initialization code) for all components that you have defined on this page, as well as lifecycle methods and event handlers where you may add behavior to respond to incoming events.




Constructor Summary
public  Details()
    

Method Summary
public  StringbackButton_action()
    
public  voiddestroy()
    

Callback method that is called after rendering is completed for this request, if init() was called (regardless of whether or not this was the page that was actually rendered).

protected  ApplicationBean1getApplicationBean1()
    
public  TablegetAutoRental()
    
public  ButtongetBackButton()
    
public  BodygetBody1()
    
public  CachedRowSetDataProvidergetCarrentalDataProvider()
    
public  CachedRowSetDataProvidergetFlightDataProvider()
    
public  TablegetFlights()
    
public  FormgetForm1()
    
public  HeadgetHead1()
    
public  TablegetHotel()
    
public  CachedRowSetDataProvidergetHotelDataProvider()
    
public  HtmlgetHtml1()
    
public  LabelgetLabel1()
    
public  LinkgetLink1()
    
public  HtmlPanelGridgetMainPanel()
    
public  PagegetPage1()
    
public  CachedRowSetDataProvidergetPersonDataProvider1()
    
public  StaticTextgetPersonsName()
    
protected  RequestBean1getRequestBean1()
    
protected  SessionBean1getSessionBean1()
    
public  StaticTextgetStaticText1()
    
public  StaticTextgetStaticText10()
    
public  StaticTextgetStaticText13()
    
public  StaticTextgetStaticText14()
    
public  StaticTextgetStaticText15()
    
public  StaticTextgetStaticText16()
    
public  StaticTextgetStaticText17()
    
public  StaticTextgetStaticText18()
    
public  StaticTextgetStaticText19()
    
public  StaticTextgetStaticText2()
    
public  StaticTextgetStaticText20()
    
public  StaticTextgetStaticText22()
    
public  StaticTextgetStaticText23()
    
public  StaticTextgetStaticText24()
    
public  StaticTextgetStaticText25()
    
public  StaticTextgetStaticText26()
    
public  StaticTextgetStaticText27()
    
public  StaticTextgetStaticText29()
    
public  StaticTextgetStaticText3()
    
public  StaticTextgetStaticText30()
    
public  StaticTextgetStaticText31()
    
public  StaticTextgetStaticText32()
    
public  StaticTextgetStaticText4()
    
public  StaticTextgetStaticText7()
    
public  TableColumngetTableColumn10()
    
public  TableColumngetTableColumn11()
    
public  TableColumngetTableColumn12()
    
public  TableColumngetTableColumn13()
    
public  TableColumngetTableColumn14()
    
public  TableColumngetTableColumn15()
    
public  TableColumngetTableColumn16()
    
public  TableColumngetTableColumn18()
    
public  TableColumngetTableColumn19()
    
public  TableColumngetTableColumn20()
    
public  TableColumngetTableColumn21()
    
public  TableColumngetTableColumn22()
    
public  TableColumngetTableColumn23()
    
public  TableColumngetTableColumn25()
    
public  TableColumngetTableColumn26()
    
public  TableColumngetTableColumn27()
    
public  TableColumngetTableColumn28()
    
public  TableColumngetTableColumn3()
    
public  TableColumngetTableColumn6()
    
public  TableColumngetTableColumn9()
    
public  TableRowGroupgetTableRowGroup1()
    
public  TableRowGroupgetTableRowGroup2()
    
public  TableRowGroupgetTableRowGroup3()
    
public  voidinit()
    

Callback method that is called whenever a page is navigated to, either directly via a URL, or indirectly via page navigation. Customize this method to acquire resources that will be needed for event handlers and lifecycle methods, whether or not this page is performing post back processing.

Note that, if the current request is a postback, the property values of the components do not represent any values submitted with this request.

public  voidpreprocess()
    

Callback method that is called after the component tree has been restored, but before any event processing takes place.

public  voidprerender()
    

Callback method that is called just before rendering takes place. This method will only be called for the page that will actually be rendered (and not, for example, on a page that handled a postback and then navigated to a different page).

public  voidsetAutoRental(Table t)
    
public  voidsetBackButton(Button b)
    
public  voidsetBody1(Body b)
    
public  voidsetCarrentalDataProvider(CachedRowSetDataProvider crsdp)
    
public  voidsetFlightDataProvider(CachedRowSetDataProvider crsdp)
    
public  voidsetFlights(Table t)
    
public  voidsetForm1(Form f)
    
public  voidsetHead1(Head h)
    
public  voidsetHotel(Table t)
    
public  voidsetHotelDataProvider(CachedRowSetDataProvider crsdp)
    
public  voidsetHtml1(Html h)
    
public  voidsetLabel1(Label l)
    
public  voidsetLink1(Link l)
    
public  voidsetMainPanel(HtmlPanelGrid hpg)
    
public  voidsetPage1(Page p)
    
public  voidsetPersonDataProvider1(CachedRowSetDataProvider crsdp)
    
public  voidsetPersonsName(StaticText st)
    
public  voidsetStaticText1(StaticText st)
    
public  voidsetStaticText10(StaticText st)
    
public  voidsetStaticText13(StaticText st)
    
public  voidsetStaticText14(StaticText st)
    
public  voidsetStaticText15(StaticText st)
    
public  voidsetStaticText16(StaticText st)
    
public  voidsetStaticText17(StaticText st)
    
public  voidsetStaticText18(StaticText st)
    
public  voidsetStaticText19(StaticText st)
    
public  voidsetStaticText2(StaticText st)
    
public  voidsetStaticText20(StaticText st)
    
public  voidsetStaticText22(StaticText st)
    
public  voidsetStaticText23(StaticText st)
    
public  voidsetStaticText24(StaticText st)
    
public  voidsetStaticText25(StaticText st)
    
public  voidsetStaticText26(StaticText st)
    
public  voidsetStaticText27(StaticText st)
    
public  voidsetStaticText29(StaticText st)
    
public  voidsetStaticText3(StaticText st)
    
public  voidsetStaticText30(StaticText st)
    
public  voidsetStaticText31(StaticText st)
    
public  voidsetStaticText32(StaticText st)
    
public  voidsetStaticText4(StaticText st)
    
public  voidsetStaticText7(StaticText st)
    
public  voidsetTableColumn10(TableColumn tc)
    
public  voidsetTableColumn11(TableColumn tc)
    
public  voidsetTableColumn12(TableColumn tc)
    
public  voidsetTableColumn13(TableColumn tc)
    
public  voidsetTableColumn14(TableColumn tc)
    
public  voidsetTableColumn15(TableColumn tc)
    
public  voidsetTableColumn16(TableColumn tc)
    
public  voidsetTableColumn18(TableColumn tc)
    
public  voidsetTableColumn19(TableColumn tc)
    
public  voidsetTableColumn20(TableColumn tc)
    
public  voidsetTableColumn21(TableColumn tc)
    
public  voidsetTableColumn22(TableColumn tc)
    
public  voidsetTableColumn23(TableColumn tc)
    
public  voidsetTableColumn25(TableColumn tc)
    
public  voidsetTableColumn26(TableColumn tc)
    
public  voidsetTableColumn27(TableColumn tc)
    
public  voidsetTableColumn28(TableColumn tc)
    
public  voidsetTableColumn3(TableColumn tc)
    
public  voidsetTableColumn6(TableColumn tc)
    
public  voidsetTableColumn9(TableColumn tc)
    
public  voidsetTableRowGroup1(TableRowGroup trg)
    
public  voidsetTableRowGroup2(TableRowGroup trg)
    
public  voidsetTableRowGroup3(TableRowGroup trg)
    


Constructor Detail
Details
public Details()(Code)

Construct a new Page bean instance.





Method Detail
backButton_action
public String backButton_action()(Code)



destroy
public void destroy()(Code)

Callback method that is called after rendering is completed for this request, if init() was called (regardless of whether or not this was the page that was actually rendered). Customize this method to release resources acquired in the init(), preprocess(), or prerender() methods (or acquired during execution of an event handler).




getApplicationBean1
protected ApplicationBean1 getApplicationBean1()(Code)

Return a reference to the scoped data bean.




getAutoRental
public Table getAutoRental()(Code)



getBackButton
public Button getBackButton()(Code)



getBody1
public Body getBody1()(Code)



getCarrentalDataProvider
public CachedRowSetDataProvider getCarrentalDataProvider()(Code)



getFlightDataProvider
public CachedRowSetDataProvider getFlightDataProvider()(Code)



getFlights
public Table getFlights()(Code)



getForm1
public Form getForm1()(Code)



getHead1
public Head getHead1()(Code)



getHotel
public Table getHotel()(Code)



getHotelDataProvider
public CachedRowSetDataProvider getHotelDataProvider()(Code)



getHtml1
public Html getHtml1()(Code)



getLabel1
public Label getLabel1()(Code)



getLink1
public Link getLink1()(Code)



getMainPanel
public HtmlPanelGrid getMainPanel()(Code)



getPage1
public Page getPage1()(Code)



getPersonDataProvider1
public CachedRowSetDataProvider getPersonDataProvider1()(Code)



getPersonsName
public StaticText getPersonsName()(Code)



getRequestBean1
protected RequestBean1 getRequestBean1()(Code)

Return a reference to the scoped data bean.




getSessionBean1
protected SessionBean1 getSessionBean1()(Code)

Return a reference to the scoped data bean.




getStaticText1
public StaticText getStaticText1()(Code)



getStaticText10
public StaticText getStaticText10()(Code)



getStaticText13
public StaticText getStaticText13()(Code)



getStaticText14
public StaticText getStaticText14()(Code)



getStaticText15
public StaticText getStaticText15()(Code)



getStaticText16
public StaticText getStaticText16()(Code)



getStaticText17
public StaticText getStaticText17()(Code)



getStaticText18
public StaticText getStaticText18()(Code)



getStaticText19
public StaticText getStaticText19()(Code)



getStaticText2
public StaticText getStaticText2()(Code)



getStaticText20
public StaticText getStaticText20()(Code)



getStaticText22
public StaticText getStaticText22()(Code)



getStaticText23
public StaticText getStaticText23()(Code)



getStaticText24
public StaticText getStaticText24()(Code)



getStaticText25
public StaticText getStaticText25()(Code)



getStaticText26
public StaticText getStaticText26()(Code)



getStaticText27
public StaticText getStaticText27()(Code)



getStaticText29
public StaticText getStaticText29()(Code)



getStaticText3
public StaticText getStaticText3()(Code)



getStaticText30
public StaticText getStaticText30()(Code)



getStaticText31
public StaticText getStaticText31()(Code)



getStaticText32
public StaticText getStaticText32()(Code)



getStaticText4
public StaticText getStaticText4()(Code)



getStaticText7
public StaticText getStaticText7()(Code)



getTableColumn10
public TableColumn getTableColumn10()(Code)



getTableColumn11
public TableColumn getTableColumn11()(Code)



getTableColumn12
public TableColumn getTableColumn12()(Code)



getTableColumn13
public TableColumn getTableColumn13()(Code)



getTableColumn14
public TableColumn getTableColumn14()(Code)



getTableColumn15
public TableColumn getTableColumn15()(Code)



getTableColumn16
public TableColumn getTableColumn16()(Code)



getTableColumn18
public TableColumn getTableColumn18()(Code)



getTableColumn19
public TableColumn getTableColumn19()(Code)



getTableColumn20
public TableColumn getTableColumn20()(Code)



getTableColumn21
public TableColumn getTableColumn21()(Code)



getTableColumn22
public TableColumn getTableColumn22()(Code)



getTableColumn23
public TableColumn getTableColumn23()(Code)



getTableColumn25
public TableColumn getTableColumn25()(Code)



getTableColumn26
public TableColumn getTableColumn26()(Code)



getTableColumn27
public TableColumn getTableColumn27()(Code)



getTableColumn28
public TableColumn getTableColumn28()(Code)



getTableColumn3
public TableColumn getTableColumn3()(Code)



getTableColumn6
public TableColumn getTableColumn6()(Code)



getTableColumn9
public TableColumn getTableColumn9()(Code)



getTableRowGroup1
public TableRowGroup getTableRowGroup1()(Code)



getTableRowGroup2
public TableRowGroup getTableRowGroup2()(Code)



getTableRowGroup3
public TableRowGroup getTableRowGroup3()(Code)



init
public void init()(Code)

Callback method that is called whenever a page is navigated to, either directly via a URL, or indirectly via page navigation. Customize this method to acquire resources that will be needed for event handlers and lifecycle methods, whether or not this page is performing post back processing.

Note that, if the current request is a postback, the property values of the components do not represent any values submitted with this request. Instead, they represent the property values that were saved for this view when it was rendered.




preprocess
public void preprocess()(Code)

Callback method that is called after the component tree has been restored, but before any event processing takes place. This method will only be called on a postback request that is processing a form submit. Customize this method to allocate resources that will be required in your event handlers.




prerender
public void prerender()(Code)

Callback method that is called just before rendering takes place. This method will only be called for the page that will actually be rendered (and not, for example, on a page that handled a postback and then navigated to a different page). Customize this method to allocate resources that will be required for rendering this page.




setAutoRental
public void setAutoRental(Table t)(Code)



setBackButton
public void setBackButton(Button b)(Code)



setBody1
public void setBody1(Body b)(Code)



setCarrentalDataProvider
public void setCarrentalDataProvider(CachedRowSetDataProvider crsdp)(Code)



setFlightDataProvider
public void setFlightDataProvider(CachedRowSetDataProvider crsdp)(Code)



setFlights
public void setFlights(Table t)(Code)



setForm1
public void setForm1(Form f)(Code)



setHead1
public void setHead1(Head h)(Code)



setHotel
public void setHotel(Table t)(Code)



setHotelDataProvider
public void setHotelDataProvider(CachedRowSetDataProvider crsdp)(Code)



setHtml1
public void setHtml1(Html h)(Code)



setLabel1
public void setLabel1(Label l)(Code)



setLink1
public void setLink1(Link l)(Code)



setMainPanel
public void setMainPanel(HtmlPanelGrid hpg)(Code)



setPage1
public void setPage1(Page p)(Code)



setPersonDataProvider1
public void setPersonDataProvider1(CachedRowSetDataProvider crsdp)(Code)



setPersonsName
public void setPersonsName(StaticText st)(Code)



setStaticText1
public void setStaticText1(StaticText st)(Code)



setStaticText10
public void setStaticText10(StaticText st)(Code)



setStaticText13
public void setStaticText13(StaticText st)(Code)



setStaticText14
public void setStaticText14(StaticText st)(Code)



setStaticText15
public void setStaticText15(StaticText st)(Code)



setStaticText16
public void setStaticText16(StaticText st)(Code)



setStaticText17
public void setStaticText17(StaticText st)(Code)



setStaticText18
public void setStaticText18(StaticText st)(Code)



setStaticText19
public void setStaticText19(StaticText st)(Code)



setStaticText2
public void setStaticText2(StaticText st)(Code)



setStaticText20
public void setStaticText20(StaticText st)(Code)



setStaticText22
public void setStaticText22(StaticText st)(Code)



setStaticText23
public void setStaticText23(StaticText st)(Code)



setStaticText24
public void setStaticText24(StaticText st)(Code)



setStaticText25
public void setStaticText25(StaticText st)(Code)



setStaticText26
public void setStaticText26(StaticText st)(Code)



setStaticText27
public void setStaticText27(StaticText st)(Code)



setStaticText29
public void setStaticText29(StaticText st)(Code)



setStaticText3
public void setStaticText3(StaticText st)(Code)



setStaticText30
public void setStaticText30(StaticText st)(Code)



setStaticText31
public void setStaticText31(StaticText st)(Code)



setStaticText32
public void setStaticText32(StaticText st)(Code)



setStaticText4
public void setStaticText4(StaticText st)(Code)



setStaticText7
public void setStaticText7(StaticText st)(Code)



setTableColumn10
public void setTableColumn10(TableColumn tc)(Code)



setTableColumn11
public void setTableColumn11(TableColumn tc)(Code)



setTableColumn12
public void setTableColumn12(TableColumn tc)(Code)



setTableColumn13
public void setTableColumn13(TableColumn tc)(Code)



setTableColumn14
public void setTableColumn14(TableColumn tc)(Code)



setTableColumn15
public void setTableColumn15(TableColumn tc)(Code)



setTableColumn16
public void setTableColumn16(TableColumn tc)(Code)



setTableColumn18
public void setTableColumn18(TableColumn tc)(Code)



setTableColumn19
public void setTableColumn19(TableColumn tc)(Code)



setTableColumn20
public void setTableColumn20(TableColumn tc)(Code)



setTableColumn21
public void setTableColumn21(TableColumn tc)(Code)



setTableColumn22
public void setTableColumn22(TableColumn tc)(Code)



setTableColumn23
public void setTableColumn23(TableColumn tc)(Code)



setTableColumn25
public void setTableColumn25(TableColumn tc)(Code)



setTableColumn26
public void setTableColumn26(TableColumn tc)(Code)



setTableColumn27
public void setTableColumn27(TableColumn tc)(Code)



setTableColumn28
public void setTableColumn28(TableColumn tc)(Code)



setTableColumn3
public void setTableColumn3(TableColumn tc)(Code)



setTableColumn6
public void setTableColumn6(TableColumn tc)(Code)



setTableColumn9
public void setTableColumn9(TableColumn tc)(Code)



setTableRowGroup1
public void setTableRowGroup1(TableRowGroup trg)(Code)



setTableRowGroup2
public void setTableRowGroup2(TableRowGroup trg)(Code)



setTableRowGroup3
public void setTableRowGroup3(TableRowGroup trg)(Code)



Methods inherited from com.sun.rave.web.ui.appbase.AbstractPageBean
protected void afterApplyRequestValues()(Code)(Java Doc)
protected void afterInvokeApplication()(Code)(Java Doc)
public void afterPhase(PhaseEvent event)(Code)(Java Doc)
protected void afterProcessValidations()(Code)(Java Doc)
protected void afterRenderResponse()(Code)(Java Doc)
protected void afterRestoreView()(Code)(Java Doc)
protected void afterUpdateModelValues()(Code)(Java Doc)
protected void beforeApplyRequestValues()(Code)(Java Doc)
protected void beforeInvokeApplication()(Code)(Java Doc)
public void beforePhase(PhaseEvent event)(Code)(Java Doc)
protected void beforeProcessValidations()(Code)(Java Doc)
protected void beforeRenderResponse()(Code)(Java Doc)
protected void beforeRestoreView()(Code)(Java Doc)
protected void beforeUpdateModelValues()(Code)(Java Doc)
public void destroy()(Code)(Java Doc)
public void init()(Code)(Java Doc)
protected boolean isPostBack()(Code)(Java Doc)
public void preprocess()(Code)(Java Doc)
public void prerender()(Code)(Java Doc)
protected void renderResponse()(Code)(Java Doc)
protected void responseComplete()(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.