Java Doc for EntityForm.java in  » Web-Framework » roma-webwizard » org » romaframework » aspect » view » echo2 » form » 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 » Web Framework » roma webwizard » org.romaframework.aspect.view.echo2.form 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.romaframework.aspect.view.echo2.component.ComponentBase
   org.romaframework.aspect.view.echo2.form.EntityForm

All known Subclasses:   org.romaframework.aspect.view.echo2.form.DefaultEntityForm,  org.romaframework.aspect.view.echo2.form.AccordionForm,  org.romaframework.aspect.view.echo2.form.MenuForm,  org.romaframework.aspect.view.echo2.form.ConfigurableEntityForm,  org.romaframework.aspect.view.echo2.form.BasicEntityForm,
EntityForm
abstract public class EntityForm extends ComponentBase implements ContentForm,ActionListener(Code)


Field Summary
final public static  StringAREA_ACTIONS
    
final public static  StringAREA_FIELDS
    
final protected static  StringAREA_PARENT_NAVIGATION
    
final public static  StringAREA_TITLE
    
protected  Map<String, Component>actions
    
protected  Set<String>bindingErrorFields
    
protected  Objectcontent
    
protected  ClasscontentClass
    
protected  RuntimeExceptioncurrentException
    
protected  Map<String, Component>fields
    
protected static  Loglog
    
protected  MultiValidationExceptionmultiException
    
protected  SchemaFieldschemaField
    
protected  SchemaObjectschemaInstance
    
protected  StringscreenArea
    
protected  booleanstartListeningEvents
    
protected  booleanstopOnFirstError
    
protected  LookAndFeelManagerstyleManager
    
protected  WindowFormContainerwindow
    

Constructor Summary
public  EntityForm(ContentComponent iParent)
    

Method Summary
public  voidactionPerformed(ActionEvent e)
    
public  voidaddComponent(String iArea, Component iComponent)
    
public  voidbind(SchemaField iField, Object iValue)
    
public  voidbind(SchemaField iField, Object iValue, Object iComponent)
    
public  voidcheckForPreviousErrors()
    
public  voidclose()
    
public  voiddispose()
    
public  ComponentgetActionComponent(String iFieldName)
    
public  AreaRenderinggetArea(String string)
    
public  ContentComponentgetContainerComponent()
    
public  ObjectgetContent()
    
public  RuntimeExceptiongetCurrentException()
     Return the enqueued currentException.
public  ComponentgetFieldComponent(String iFieldName)
    
protected  Object[]getListBoxSelection(SchemaField iField, Component component)
    
public  SchemaFieldgetSchemaField()
    
public  SchemaObjectgetSchemaInstance()
    
public  StringgetScreenArea()
    
public  WindowFormContainergetWindow()
     Return the window container, if any.
public  voidhandleException(Throwable ex)
    
protected  voidhandleValidationException(Component iComponent, String iFieldName, String iRule, String iRefValue)
    
public  booleanisFirstToOpenPopup(Object iObject)
    
abstract protected  voidplaceComponentInForm(String area, Component component)
    
public  voidpushException(RuntimeException ex)
     Enqueue an currentException to be raised after a while.
public  voidrender()
    
protected  ComponentrenderAction(SchemaAction iAction)
    
public  voidrenderContent()
    
protected  ComponentrenderField(SchemaField iField, ContentComponent iFormToRender)
    
protected  voidrenderFormActions(SchemaObject iFormInfo, ContentComponent iFormToRender)
    
protected  voidrenderFormFields(SchemaObject iFormInfo, ContentComponent iFormToRender)
    
public  ComponentsearchFieldComponent(String iFieldName)
    
public  voidsetActionComponent(String iActionName, Component iComponent)
    
public  voidsetContent(Object iContent)
    
public  voidsetEnabled(boolean iEnabled)
     Enable/Disable all fields inside the form.
public  voidsetFieldComponent(String iFieldName, Component iComponent)
    
public  voidsetMetaDataField(SchemaField iField)
    
public  voidsetMetaDataSchema(SchemaObject iSchema)
    
public  voidsetScreenArea(String iScreenArea)
    
public  voidsetWindow(WindowFormContainer iWindow)
     Set the window container.
public  StringtoString()
    
public  voidvalidateValues()
    

Field Detail
AREA_ACTIONS
final public static String AREA_ACTIONS(Code)



AREA_FIELDS
final public static String AREA_FIELDS(Code)



AREA_PARENT_NAVIGATION
final protected static String AREA_PARENT_NAVIGATION(Code)



AREA_TITLE
final public static String AREA_TITLE(Code)



actions
protected Map<String, Component> actions(Code)



bindingErrorFields
protected Set<String> bindingErrorFields(Code)



content
protected Object content(Code)



contentClass
protected Class contentClass(Code)



currentException
protected RuntimeException currentException(Code)



fields
protected Map<String, Component> fields(Code)



log
protected static Log log(Code)



multiException
protected MultiValidationException multiException(Code)



schemaField
protected SchemaField schemaField(Code)



schemaInstance
protected SchemaObject schemaInstance(Code)



screenArea
protected String screenArea(Code)



startListeningEvents
protected boolean startListeningEvents(Code)



stopOnFirstError
protected boolean stopOnFirstError(Code)



styleManager
protected LookAndFeelManager styleManager(Code)



window
protected WindowFormContainer window(Code)




Constructor Detail
EntityForm
public EntityForm(ContentComponent iParent)(Code)




Method Detail
actionPerformed
public void actionPerformed(ActionEvent e)(Code)



addComponent
public void addComponent(String iArea, Component iComponent)(Code)



bind
public void bind(SchemaField iField, Object iValue) throws BindingException(Code)



bind
public void bind(SchemaField iField, Object iValue, Object iComponent) throws BindingException(Code)



checkForPreviousErrors
public void checkForPreviousErrors()(Code)



close
public void close()(Code)
Close the window container if any



dispose
public void dispose()(Code)



getActionComponent
public Component getActionComponent(String iFieldName)(Code)



getArea
public AreaRendering getArea(String string)(Code)



getContainerComponent
public ContentComponent getContainerComponent()(Code)



getContent
public Object getContent()(Code)



getCurrentException
public RuntimeException getCurrentException()(Code)
Return the enqueued currentException. Enqueued currentException



getFieldComponent
public Component getFieldComponent(String iFieldName)(Code)



getListBoxSelection
protected Object[] getListBoxSelection(SchemaField iField, Component component)(Code)



getSchemaField
public SchemaField getSchemaField()(Code)



getSchemaInstance
public SchemaObject getSchemaInstance()(Code)



getScreenArea
public String getScreenArea()(Code)



getWindow
public WindowFormContainer getWindow()(Code)
Return the window container, if any.



handleException
public void handleException(Throwable ex)(Code)



handleValidationException
protected void handleValidationException(Component iComponent, String iFieldName, String iRule, String iRefValue) throws ValidationException(Code)



isFirstToOpenPopup
public boolean isFirstToOpenPopup(Object iObject)(Code)



placeComponentInForm
abstract protected void placeComponentInForm(String area, Component component)(Code)



pushException
public void pushException(RuntimeException ex)(Code)
Enqueue an currentException to be raised after a while.
Parameters:
  ex - RuntimeException instance



render
public void render()(Code)



renderAction
protected Component renderAction(SchemaAction iAction)(Code)



renderContent
public void renderContent()(Code)



renderField
protected Component renderField(SchemaField iField, ContentComponent iFormToRender)(Code)



renderFormActions
protected void renderFormActions(SchemaObject iFormInfo, ContentComponent iFormToRender)(Code)



renderFormFields
protected void renderFormFields(SchemaObject iFormInfo, ContentComponent iFormToRender)(Code)



searchFieldComponent
public Component searchFieldComponent(String iFieldName)(Code)



setActionComponent
public void setActionComponent(String iActionName, Component iComponent)(Code)



setContent
public void setContent(Object iContent)(Code)



setEnabled
public void setEnabled(boolean iEnabled)(Code)
Enable/Disable all fields inside the form.



setFieldComponent
public void setFieldComponent(String iFieldName, Component iComponent)(Code)



setMetaDataField
public void setMetaDataField(SchemaField iField)(Code)



setMetaDataSchema
public void setMetaDataSchema(SchemaObject iSchema)(Code)



setScreenArea
public void setScreenArea(String iScreenArea)(Code)



setWindow
public void setWindow(WindowFormContainer iWindow)(Code)
Set the window container.
Parameters:
  iWindow - WindowPane instance



toString
public String toString()(Code)



validateValues
public void validateValues() throws ValidationException, MultiValidationException(Code)



Fields inherited from org.romaframework.aspect.view.echo2.component.ComponentBase
protected static Log log(Code)(Java Doc)

Methods inherited from org.romaframework.aspect.view.echo2.component.ComponentBase
public void destroy()(Code)(Java Doc)
public ContentComponent getContainerForm()(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.