Java Doc for NCEView.java in  » Portal » Open-Portal » com » sun » portal » search » admin » 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 » Portal » Open Portal » com.sun.portal.search.admin 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.sun.portal.search.admin.NCEView

NCEView
public class NCEView extends RequestHandlingViewBase (Code)
A simple, reusable component that displays a model field's Date object as three combo boxes, and combines the values of these combo boxes back into a Date object.


Field Summary
final public static  StringBUTTONS_LAYOUT
    
final public static  StringCHILD_CATEGORY_PATH
    
final public static  StringCHILD_EDIT_ACTION
    
final public static  StringCHILD_ERROR_BOX
    
final public static  StringCHILD_TAX_ADD_CHILD
    
final public static  StringCHILD_TAX_ADD_SIBLING
    
final public static  StringCHILD_TAX_CANCEL
    
final public static  StringCHILD_TAX_DELETE
    
final public static  StringCHILD_TAX_DESC
    
final public static  StringCHILD_TAX_NAME
    
final public static  StringCHILD_TAX_OK
    
final public static  StringCHILD_TAX_RULE
    
final public static  StringCHILD_TAX_UPDATE
    
final public static  StringDISPLAY
    
final public static  StringDROPDOWN_LAYOUT
    
final public static  StringNODE_DESC
    
final public static  StringNODE_ID
    
final public static  StringNODE_NAME
    
final public static  StringNODE_RULE
    
final public static  StringTAX_ACTION_ADD_CHILD
    
final public static  StringTAX_ACTION_ADD_SIBLING
    
final public static  StringTAX_ACTION_CANCEL
    
final public static  StringTAX_ACTION_DELETE
    
final public static  StringTAX_ACTION_ERROR
    
final public static  StringTAX_ACTION_OK
    
final public static  StringTAX_ACTION_UPDATE
    
public  StringconfigLayout
    
 booleandisplay
    
public  String[]editCatActionLabels
    
public static  String[]editCatActionValues
    
public  String[]editTaxActionLabels
    
public static  String[]editTaxActionValues
    

Constructor Summary
public  NCEView(View parent, String name)
    

Method Summary
public  booleanbeginButtonsLayoutDisplay(ChildDisplayEvent event)
    
public  voidbeginDisplay(DisplayEvent event)
    
public  booleanbeginDropDownLayoutDisplay(ChildDisplayEvent event)
    
public  booleanbeginIsClassificationDisplay(ChildDisplayEvent event)
    
public  booleanbeginModifiedDisplay(ChildDisplayEvent event)
    
protected  ViewcreateChild(String name)
    
public  StringgetErrorMsg()
    
public  TaxonomyTreeModelgetTaxonomyTreeModel()
    
public  voidhandleTaxAddChildRequest(RequestInvocationEvent event)
    
public  voidhandleTaxAddSiblingRequest(RequestInvocationEvent event)
    
public  voidhandleTaxCancelRequest(RequestInvocationEvent event)
    
public  voidhandleTaxDeleteRequest(RequestInvocationEvent event)
    
public  voidhandleTaxOkRequest(RequestInvocationEvent event)
    
public  voidhandleTaxUpdateRequest(RequestInvocationEvent event)
    
protected  voidregisterChildren()
    

Field Detail
BUTTONS_LAYOUT
final public static String BUTTONS_LAYOUT(Code)



CHILD_CATEGORY_PATH
final public static String CHILD_CATEGORY_PATH(Code)



CHILD_EDIT_ACTION
final public static String CHILD_EDIT_ACTION(Code)



CHILD_ERROR_BOX
final public static String CHILD_ERROR_BOX(Code)



CHILD_TAX_ADD_CHILD
final public static String CHILD_TAX_ADD_CHILD(Code)



CHILD_TAX_ADD_SIBLING
final public static String CHILD_TAX_ADD_SIBLING(Code)



CHILD_TAX_CANCEL
final public static String CHILD_TAX_CANCEL(Code)



CHILD_TAX_DELETE
final public static String CHILD_TAX_DELETE(Code)



CHILD_TAX_DESC
final public static String CHILD_TAX_DESC(Code)



CHILD_TAX_NAME
final public static String CHILD_TAX_NAME(Code)



CHILD_TAX_OK
final public static String CHILD_TAX_OK(Code)



CHILD_TAX_RULE
final public static String CHILD_TAX_RULE(Code)



CHILD_TAX_UPDATE
final public static String CHILD_TAX_UPDATE(Code)



DISPLAY
final public static String DISPLAY(Code)



DROPDOWN_LAYOUT
final public static String DROPDOWN_LAYOUT(Code)



NODE_DESC
final public static String NODE_DESC(Code)



NODE_ID
final public static String NODE_ID(Code)



NODE_NAME
final public static String NODE_NAME(Code)



NODE_RULE
final public static String NODE_RULE(Code)



TAX_ACTION_ADD_CHILD
final public static String TAX_ACTION_ADD_CHILD(Code)



TAX_ACTION_ADD_SIBLING
final public static String TAX_ACTION_ADD_SIBLING(Code)



TAX_ACTION_CANCEL
final public static String TAX_ACTION_CANCEL(Code)



TAX_ACTION_DELETE
final public static String TAX_ACTION_DELETE(Code)



TAX_ACTION_ERROR
final public static String TAX_ACTION_ERROR(Code)



TAX_ACTION_OK
final public static String TAX_ACTION_OK(Code)



TAX_ACTION_UPDATE
final public static String TAX_ACTION_UPDATE(Code)



configLayout
public String configLayout(Code)



display
boolean display(Code)



editCatActionLabels
public String[] editCatActionLabels(Code)



editCatActionValues
public static String[] editCatActionValues(Code)



editTaxActionLabels
public String[] editTaxActionLabels(Code)



editTaxActionValues
public static String[] editTaxActionValues(Code)




Constructor Detail
NCEView
public NCEView(View parent, String name)(Code)




Method Detail
beginButtonsLayoutDisplay
public boolean beginButtonsLayoutDisplay(ChildDisplayEvent event)(Code)



beginDisplay
public void beginDisplay(DisplayEvent event) throws ModelControlException(Code)



beginDropDownLayoutDisplay
public boolean beginDropDownLayoutDisplay(ChildDisplayEvent event)(Code)



beginIsClassificationDisplay
public boolean beginIsClassificationDisplay(ChildDisplayEvent event)(Code)



beginModifiedDisplay
public boolean beginModifiedDisplay(ChildDisplayEvent event)(Code)



createChild
protected View createChild(String name)(Code)



getErrorMsg
public String getErrorMsg()(Code)



getTaxonomyTreeModel
public TaxonomyTreeModel getTaxonomyTreeModel()(Code)



handleTaxAddChildRequest
public void handleTaxAddChildRequest(RequestInvocationEvent event)(Code)



handleTaxAddSiblingRequest
public void handleTaxAddSiblingRequest(RequestInvocationEvent event)(Code)



handleTaxCancelRequest
public void handleTaxCancelRequest(RequestInvocationEvent event)(Code)



handleTaxDeleteRequest
public void handleTaxDeleteRequest(RequestInvocationEvent event)(Code)



handleTaxOkRequest
public void handleTaxOkRequest(RequestInvocationEvent event)(Code)



handleTaxUpdateRequest
public void handleTaxUpdateRequest(RequestInvocationEvent event)(Code)



registerChildren
protected void registerChildren()(Code)



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