Java Doc for Caption.java in  » Library » Apache-beehive-1.0.2-src » org » apache » beehive » netui » tags » databinding » datagrid » 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 » Library » Apache beehive 1.0.2 src » org.apache.beehive.netui.tags.databinding.datagrid 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.apache.beehive.netui.tags.databinding.datagrid.AbstractDataGridHtmlTag
   org.apache.beehive.netui.tags.databinding.datagrid.Caption

Caption
public class Caption extends AbstractDataGridHtmlTag (Code)

The Caption tag is used to render an HTML <caption> inside of a data grid. The caption tag should be placed inside of a <netui-data:dataGrid> tag and will produce the caption for the HTML table that the dataGrid renders.

To set HTML attributes on the rendered caption tag, use the attribute setters defined in this tag

The set of JSP implicit objects available to the body include:

org.apache.beehive.netui.databinding.datagrid.api.rendering.DataGridTagModel




Method Summary
public  voiddoTag()
    

Render the caption tag.

public  StringgetTagName()
     The name of this tag; this value is used for error reporting.
public  voidsetDir(String dir)
     Sets the value of the text direction attribute for the HTML caption.
public  voidsetLang(String lang)
     Sets the value of the language attribute for the HTML caption.
public  voidsetOnClick(String onClick)
     Sets the onClick JavaScript event for the HTML attribute.
public  voidsetOnDblClick(String onDblClick)
     Sets the onDblClick JavaScript event for the HTML caption.
public  voidsetOnKeyDown(String onKeyDown)
     Sets the onKeyDown JavaScript event for the HTML caption.
public  voidsetOnKeyPress(String onKeyPress)
     Sets the onKeyPress JavaScript event for the HTML caption.
public  voidsetOnKeyUp(String onKeyUp)
     Sets the onKeyUp JavaScript event for the HTML caption.
public  voidsetOnMouseDown(String onMouseDown)
     Sets the onMouseDown JavaScript event for the HTML caption.
public  voidsetOnMouseMove(String onMouseMove)
     Sets the onMouseMove JavaScript event for the HTML caption.
public  voidsetOnMouseOut(String onMouseOut)
     Sets the onMouseOut JavaScript event for the HTML caption.
public  voidsetOnMouseOver(String onMouseOver)
     Sets the onMouseOver JavaScript event for the HTML caption.
public  voidsetOnMouseUp(String onMouseUp)
     Sets the onMouseUp JavaScript event for the HTML caption.
public  voidsetStyle(String style)
     Sets the style of the HTML caption.
public  voidsetStyleClass(String styleClass)
     Sets the style class of the HTML caption.
public  voidsetTagId(String tagId)
     Set the name of the tagId for the HTML caption.
public  voidsetTitle(String title)
     Sets the value of the title attribute for the HTML caption.



Method Detail
doTag
public void doTag() throws IOException, JspException(Code)

Render the caption tag. This tag renders during the data grid's DataGridTagModel.RENDER_STATE_CAPTION state and produces an HTML <caption> which contains the result of having evaluated the body of this tag.


throws:
  IOException -
throws:
  JspException - when the DataGridTagModel can not be found in the JspContext



getTagName
public String getTagName()(Code)
The name of this tag; this value is used for error reporting. the String name of this tag



setDir
public void setDir(String dir)(Code)
Sets the value of the text direction attribute for the HTML caption.
Parameters:
  dir - the dir attribute



setLang
public void setLang(String lang)(Code)
Sets the value of the language attribute for the HTML caption.
Parameters:
  lang - the language attribute



setOnClick
public void setOnClick(String onClick)(Code)
Sets the onClick JavaScript event for the HTML attribute.
Parameters:
  onClick - the onClick event



setOnDblClick
public void setOnDblClick(String onDblClick)(Code)
Sets the onDblClick JavaScript event for the HTML caption.
Parameters:
  onDblClick - the onDblClick event



setOnKeyDown
public void setOnKeyDown(String onKeyDown)(Code)
Sets the onKeyDown JavaScript event for the HTML caption.
Parameters:
  onKeyDown - the onKeyDown event



setOnKeyPress
public void setOnKeyPress(String onKeyPress)(Code)
Sets the onKeyPress JavaScript event for the HTML caption.
Parameters:
  onKeyPress - the onKeyPress event.



setOnKeyUp
public void setOnKeyUp(String onKeyUp)(Code)
Sets the onKeyUp JavaScript event for the HTML caption.
Parameters:
  onKeyUp - the onKeyUp event.



setOnMouseDown
public void setOnMouseDown(String onMouseDown)(Code)
Sets the onMouseDown JavaScript event for the HTML caption.
Parameters:
  onMouseDown - the onMouseDown event.



setOnMouseMove
public void setOnMouseMove(String onMouseMove)(Code)
Sets the onMouseMove JavaScript event for the HTML caption.
Parameters:
  onMouseMove - the onMouseMove event.



setOnMouseOut
public void setOnMouseOut(String onMouseOut)(Code)
Sets the onMouseOut JavaScript event for the HTML caption.
Parameters:
  onMouseOut - the onMouseOut event.



setOnMouseOver
public void setOnMouseOver(String onMouseOver)(Code)
Sets the onMouseOver JavaScript event for the HTML caption.
Parameters:
  onMouseOver - the onMouseOver event.



setOnMouseUp
public void setOnMouseUp(String onMouseUp)(Code)
Sets the onMouseUp JavaScript event for the HTML caption.
Parameters:
  onMouseUp - the onMouseUp event.



setStyle
public void setStyle(String style)(Code)
Sets the style of the HTML caption.
Parameters:
  style - the caption attribute.



setStyleClass
public void setStyleClass(String styleClass)(Code)
Sets the style class of the HTML caption.
Parameters:
  styleClass - the style class



setTagId
public void setTagId(String tagId) throws JspException(Code)
Set the name of the tagId for the HTML caption. The page author is responsible for ensuring that the tagId value is unique within the current page scope.
Parameters:
  tagId - the the name of the tagId for the caption.



setTitle
public void setTitle(String title)(Code)
Sets the value of the title attribute for the HTML caption.
Parameters:
  title - the title attribute



Methods inherited from org.apache.beehive.netui.tags.databinding.datagrid.AbstractDataGridHtmlTag
final protected void applyIndexedTagId(AbstractHtmlState state, String tagId) throws JspException(Code)(Java Doc)
final protected void applyTagId(AbstractHtmlState state, String tagId) throws JspException(Code)(Java Doc)
final protected DataGridTagModel lookupDataGridTagModel()(Code)(Java Doc)
protected String renderDefaultNameAndId(HttpServletRequest request, AbstractHtmlState state, String id, String name)(Code)(Java Doc)
final protected String renderNameAndId(HttpServletRequest request, AbstractHtmlState state, Form parentForm)(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.