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


org.romaframework.aspect.view.echo2.component.AbstractContentComponent
   org.romaframework.aspect.view.echo2.component.DynaComponent

All known Subclasses:   org.romaframework.aspect.view.echo2.component.DynaListBox,  org.romaframework.aspect.view.echo2.component.DynaTree,  org.romaframework.aspect.view.echo2.component.table.DynaTable,
DynaComponent
abstract public class DynaComponent extends AbstractContentComponent implements ActionListener(Code)

Inner Class :protected enum OPERATIONS

Field Summary
final protected static  StringADD_EVENT
    
final protected static  StringADD_HINT
    
final protected static  StringADD_LABEL
    
final protected static  StringDOWN_EVENT
    
final protected static  StringDOWN_HINT
    
final protected static  StringDOWN_LABEL
    
final protected static  StringEDIT_EVENT
    
final protected static  StringEDIT_HINT
    
final protected static  StringEDIT_LABEL
    
final protected static  StringREMOVE_EVENT
    
final protected static  StringREMOVE_HINT
    
final protected static  StringREMOVE_LABEL
    
final protected static  StringUP_EVENT
    
final protected static  StringUP_HINT
    
final protected static  StringUP_LABEL
    
final protected static  StringVIEW_EVENT
    
final protected static  StringVIEW_HINT
    
final protected static  StringVIEW_LABEL
    
protected  ButtonaddButton
    
protected  Componentcommands
    
protected  Componentcomponent
    
protected  ButtondownButton
    
protected  ButtoneditButton
    
protected  booleanenabled
    
protected  Componentframe
    
protected  ListobjectList
    
protected  OPERATIONSoperation
    
protected  Stringorientation
    
protected  ButtonremoveButton
    
protected  ButtonupButton
    
protected  ButtonviewButton
    

Constructor Summary
public  DynaComponent(ContentComponent iForm, Component iComponent)
    

Method Summary
public  voidactionPerformed(ActionEvent e)
    
protected  ButtonaddButton(String iLabel, String iHint)
    
protected  voidaddNewEntry()
    
public  voidbind(SchemaField iSchemaField, Object iValue)
    
protected  voideditSelection(Object selectedValue)
    
abstract public  int[]getSelectedIndices()
    
abstract public  ObjectgetSelectedValue()
    
abstract public  Object[]getSelectedValues()
    
public  ComponentgetUnderlyingComponent()
    
protected  voidlayout()
    
protected  voidremoveSelection(Object[] selectedObjects)
    
public  voidrender(ContentComponent iFormToRender)
    
public  voidrender()
    
public  voidsetContent(Object iObjectList)
    
public  voidsetEnabled(boolean iEnabled)
     Disabled component hide action commands in list elements.
public  voidsetOrientation(String iOrientation)
    
protected  voidupdateButtonStatus(Object[] iSelectedObjects)
    
protected  voidviewSelection(Object selectedValue)
    

Field Detail
ADD_EVENT
final protected static String ADD_EVENT(Code)



ADD_HINT
final protected static String ADD_HINT(Code)



ADD_LABEL
final protected static String ADD_LABEL(Code)



DOWN_EVENT
final protected static String DOWN_EVENT(Code)



DOWN_HINT
final protected static String DOWN_HINT(Code)



DOWN_LABEL
final protected static String DOWN_LABEL(Code)



EDIT_EVENT
final protected static String EDIT_EVENT(Code)



EDIT_HINT
final protected static String EDIT_HINT(Code)



EDIT_LABEL
final protected static String EDIT_LABEL(Code)



REMOVE_EVENT
final protected static String REMOVE_EVENT(Code)



REMOVE_HINT
final protected static String REMOVE_HINT(Code)



REMOVE_LABEL
final protected static String REMOVE_LABEL(Code)



UP_EVENT
final protected static String UP_EVENT(Code)



UP_HINT
final protected static String UP_HINT(Code)



UP_LABEL
final protected static String UP_LABEL(Code)



VIEW_EVENT
final protected static String VIEW_EVENT(Code)



VIEW_HINT
final protected static String VIEW_HINT(Code)



VIEW_LABEL
final protected static String VIEW_LABEL(Code)



addButton
protected Button addButton(Code)



commands
protected Component commands(Code)



component
protected Component component(Code)



downButton
protected Button downButton(Code)



editButton
protected Button editButton(Code)



enabled
protected boolean enabled(Code)



frame
protected Component frame(Code)



objectList
protected List objectList(Code)



operation
protected OPERATIONS operation(Code)



orientation
protected String orientation(Code)



removeButton
protected Button removeButton(Code)



upButton
protected Button upButton(Code)



viewButton
protected Button viewButton(Code)




Constructor Detail
DynaComponent
public DynaComponent(ContentComponent iForm, Component iComponent)(Code)




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



addButton
protected Button addButton(String iLabel, String iHint)(Code)



addNewEntry
protected void addNewEntry() throws IllegalAccessException, InvocationTargetException, InstantiationException, Exception(Code)



bind
public void bind(SchemaField iSchemaField, Object iValue)(Code)



editSelection
protected void editSelection(Object selectedValue) throws IllegalAccessException, InvocationTargetException, InstantiationException, Exception(Code)



getSelectedIndices
abstract public int[] getSelectedIndices()(Code)



getSelectedValue
abstract public Object getSelectedValue()(Code)



getSelectedValues
abstract public Object[] getSelectedValues()(Code)



getUnderlyingComponent
public Component getUnderlyingComponent()(Code)



layout
protected void layout()(Code)



removeSelection
protected void removeSelection(Object[] selectedObjects) throws IllegalAccessException, InvocationTargetException(Code)



render
public void render(ContentComponent iFormToRender)(Code)



render
public void render()(Code)



setContent
public void setContent(Object iObjectList)(Code)



setEnabled
public void setEnabled(boolean iEnabled)(Code)
Disabled component hide action commands in list elements.



setOrientation
public void setOrientation(String iOrientation)(Code)



updateButtonStatus
protected void updateButtonStatus(Object[] iSelectedObjects)(Code)



viewSelection
protected void viewSelection(Object selectedValue) throws IllegalAccessException, InvocationTargetException, InstantiationException, Exception(Code)



Fields inherited from org.romaframework.aspect.view.echo2.component.AbstractContentComponent
protected ContentComponent containerComponent(Code)(Java Doc)
protected Object content(Code)(Java Doc)
protected SchemaField schemaField(Code)(Java Doc)
protected SchemaObject schemaInstance(Code)(Java Doc)

Methods inherited from org.romaframework.aspect.view.echo2.component.AbstractContentComponent
public void bind(SchemaField iSchemaField, Object iValue)(Code)(Java Doc)
public void bind(SchemaField iSchemaField, Object iValue, Object iComponent)(Code)(Java Doc)
public void close()(Code)(Java Doc)
public void destroy()(Code)(Java Doc)
public ContentComponent getContainerComponent()(Code)(Java Doc)
public Object getContent()(Code)(Java Doc)
public SchemaField getSchemaField()(Code)(Java Doc)
public SchemaObject getSchemaInstance()(Code)(Java Doc)
public void handleException(Throwable t)(Code)(Java Doc)
public void render()(Code)(Java Doc)
public void renderContent()(Code)(Java Doc)
public void setContent(Object content)(Code)(Java Doc)
public void setMetaDataField(SchemaField iField)(Code)(Java Doc)
public void setMetaDataSchema(SchemaObject iSchema)(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.