Java Doc for ELCheckboxTag.java in  » Web-Framework » struts-1.3.8 » org » apache » strutsel » taglib » html » 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 » struts 1.3.8 » org.apache.strutsel.taglib.html 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.apache.struts.taglib.html.CheckboxTag
   org.apache.strutsel.taglib.html.ELCheckboxTag

ELCheckboxTag
public class ELCheckboxTag extends CheckboxTag (Code)
Tag for input fields of type "checkbox".

This class is a subclass of the class org.apache.struts.taglib.html.CheckboxTag which provides most of the described functionality. This subclass allows all attribute values to be specified as expressions utilizing the JavaServer Pages Standard Library expression language.
version:
   $Rev: 479635 $





Method Summary
public  intdoStartTag()
     Process the start tag.
public  StringgetAccesskeyExpr()
     Getter method for "accesskey" tag attribute.
public  StringgetAltExpr()
     Getter method for "alt" tag attribute.
public  StringgetAltKeyExpr()
     Getter method for "altKey" tag attribute.
public  StringgetBundleExpr()
     Getter method for "bundle" tag attribute.
public  StringgetDirExpr()
     Getter method for "dir" tag attribute.
public  StringgetDisabledExpr()
     Getter method for "disabled" tag attribute.
public  StringgetErrorKeyExpr()
     Getter method for "errorKey" tag attribute.
public  StringgetErrorStyleClassExpr()
     Getter method for "errorStyleClass" tag attribute.
public  StringgetErrorStyleExpr()
     Getter method for "errorStyle" tag attribute.
public  StringgetErrorStyleIdExpr()
     Getter method for "errorStyleId" tag attribute.
public  StringgetIndexedExpr()
     Getter method for "indexed" tag attribute.
public  StringgetLangExpr()
     Getter method for "lang" tag attribute.
public  StringgetNameExpr()
     Getter method for "name" tag attribute.
public  StringgetOnblurExpr()
     Getter method for "onblur" tag attribute.
public  StringgetOnchangeExpr()
     Getter method for "onchange" tag attribute.
public  StringgetOnclickExpr()
     Getter method for "onclick" tag attribute.
public  StringgetOndblclickExpr()
     Getter method for "ondblclick" tag attribute.
public  StringgetOnfocusExpr()
     Getter method for "onfocus" tag attribute.
public  StringgetOnkeydownExpr()
     Getter method for "onkeydown" tag attribute.
public  StringgetOnkeypressExpr()
     Getter method for "onkeypress" tag attribute.
public  StringgetOnkeyupExpr()
     Getter method for "onkeyup" tag attribute.
public  StringgetOnmousedownExpr()
     Getter method for "onmousedown" tag attribute.
public  StringgetOnmousemoveExpr()
     Getter method for "onmousemove" tag attribute.
public  StringgetOnmouseoutExpr()
     Getter method for "onmouseout" tag attribute.
public  StringgetOnmouseoverExpr()
     Getter method for "onmouseover" tag attribute.
public  StringgetOnmouseupExpr()
     Getter method for "onmouseup" tag attribute.
public  StringgetPropertyExpr()
     Getter method for "property" tag attribute.
public  StringgetStyleClassExpr()
     Getter method for "styleClass" tag attribute.
public  StringgetStyleExpr()
     Getter method for "style" tag attribute.
public  StringgetStyleIdExpr()
     Getter method for "styleId" tag attribute.
public  StringgetTabindexExpr()
     Getter method for "tabindex" tag attribute.
public  StringgetTitleExpr()
     Getter method for "title" tag attribute.
public  StringgetTitleKeyExpr()
     Getter method for "titleKey" tag attribute.
public  StringgetValueExpr()
     Getter method for "value" tag attribute.
public  voidrelease()
     Resets attribute values for tag reuse.
public  voidsetAccesskeyExpr(String accesskeyExpr)
     Setter method for "accesskey" tag attribute.
public  voidsetAltExpr(String altExpr)
     Setter method for "alt" tag attribute.
public  voidsetAltKeyExpr(String altKeyExpr)
     Setter method for "altKey" tag attribute.
public  voidsetBundleExpr(String bundleExpr)
     Setter method for "bundle" tag attribute.
public  voidsetDirExpr(String dirExpr)
     Setter method for "dir" tag attribute.
public  voidsetDisabledExpr(String disabledExpr)
     Setter method for "disabled" tag attribute.
public  voidsetErrorKeyExpr(String errorKeyExpr)
     Setter method for "errorKey" tag attribute.
public  voidsetErrorStyleClassExpr(String errorStyleClassExpr)
     Setter method for "errorStyleClass" tag attribute.
public  voidsetErrorStyleExpr(String errorStyleExpr)
     Setter method for "errorStyle" tag attribute.
public  voidsetErrorStyleIdExpr(String errorStyleIdExpr)
     Setter method for "errorStyleId" tag attribute.
public  voidsetIndexedExpr(String indexedExpr)
     Setter method for "indexed" tag attribute.
public  voidsetLangExpr(String langExpr)
     Setter method for "lang" tag attribute.
public  voidsetNameExpr(String nameExpr)
     Setter method for "name" tag attribute.
public  voidsetOnblurExpr(String onblurExpr)
     Setter method for "onblur" tag attribute.
public  voidsetOnchangeExpr(String onchangeExpr)
     Setter method for "onchange" tag attribute.
public  voidsetOnclickExpr(String onclickExpr)
     Setter method for "onclick" tag attribute.
public  voidsetOndblclickExpr(String ondblclickExpr)
     Setter method for "ondblclick" tag attribute.
public  voidsetOnfocusExpr(String onfocusExpr)
     Setter method for "onfocus" tag attribute.
public  voidsetOnkeydownExpr(String onkeydownExpr)
     Setter method for "onkeydown" tag attribute.
public  voidsetOnkeypressExpr(String onkeypressExpr)
     Setter method for "onkeypress" tag attribute.
public  voidsetOnkeyupExpr(String onkeyupExpr)
     Setter method for "onkeyup" tag attribute.
public  voidsetOnmousedownExpr(String onmousedownExpr)
     Setter method for "onmousedown" tag attribute.
public  voidsetOnmousemoveExpr(String onmousemoveExpr)
     Setter method for "onmousemove" tag attribute.
public  voidsetOnmouseoutExpr(String onmouseoutExpr)
     Setter method for "onmouseout" tag attribute.
public  voidsetOnmouseoverExpr(String onmouseoverExpr)
     Setter method for "onmouseover" tag attribute.
public  voidsetOnmouseupExpr(String onmouseupExpr)
     Setter method for "onmouseup" tag attribute.
public  voidsetPropertyExpr(String propertyExpr)
     Setter method for "property" tag attribute.
public  voidsetStyleClassExpr(String styleClassExpr)
     Setter method for "styleClass" tag attribute.
public  voidsetStyleExpr(String styleExpr)
     Setter method for "style" tag attribute.
public  voidsetStyleIdExpr(String styleIdExpr)
     Setter method for "styleId" tag attribute.
public  voidsetTabindexExpr(String tabindexExpr)
     Setter method for "tabindex" tag attribute.
public  voidsetTitleExpr(String titleExpr)
     Setter method for "title" tag attribute.
public  voidsetTitleKeyExpr(String titleKeyExpr)
     Setter method for "titleKey" tag attribute.
public  voidsetValueExpr(String valueExpr)
     Setter method for "value" tag attribute.



Method Detail
doStartTag
public int doStartTag() throws JspException(Code)
Process the start tag.
throws:
  JspException - if a JSP exception has occurred



getAccesskeyExpr
public String getAccesskeyExpr()(Code)
Getter method for "accesskey" tag attribute. (Mapping set in associated BeanInfo class.)



getAltExpr
public String getAltExpr()(Code)
Getter method for "alt" tag attribute. (Mapping set in associated BeanInfo class.)



getAltKeyExpr
public String getAltKeyExpr()(Code)
Getter method for "altKey" tag attribute. (Mapping set in associated BeanInfo class.)



getBundleExpr
public String getBundleExpr()(Code)
Getter method for "bundle" tag attribute. (Mapping set in associated BeanInfo class.)



getDirExpr
public String getDirExpr()(Code)
Getter method for "dir" tag attribute. (Mapping set in associated BeanInfo class.)



getDisabledExpr
public String getDisabledExpr()(Code)
Getter method for "disabled" tag attribute. (Mapping set in associated BeanInfo class.)



getErrorKeyExpr
public String getErrorKeyExpr()(Code)
Getter method for "errorKey" tag attribute. (Mapping set in associated BeanInfo class.)



getErrorStyleClassExpr
public String getErrorStyleClassExpr()(Code)
Getter method for "errorStyleClass" tag attribute. (Mapping set in associated BeanInfo class.)



getErrorStyleExpr
public String getErrorStyleExpr()(Code)
Getter method for "errorStyle" tag attribute. (Mapping set in associated BeanInfo class.)



getErrorStyleIdExpr
public String getErrorStyleIdExpr()(Code)
Getter method for "errorStyleId" tag attribute. (Mapping set in associated BeanInfo class.)



getIndexedExpr
public String getIndexedExpr()(Code)
Getter method for "indexed" tag attribute. (Mapping set in associated BeanInfo class.)



getLangExpr
public String getLangExpr()(Code)
Getter method for "lang" tag attribute. (Mapping set in associated BeanInfo class.)



getNameExpr
public String getNameExpr()(Code)
Getter method for "name" tag attribute. (Mapping set in associated BeanInfo class.)



getOnblurExpr
public String getOnblurExpr()(Code)
Getter method for "onblur" tag attribute. (Mapping set in associated BeanInfo class.)



getOnchangeExpr
public String getOnchangeExpr()(Code)
Getter method for "onchange" tag attribute. (Mapping set in associated BeanInfo class.)



getOnclickExpr
public String getOnclickExpr()(Code)
Getter method for "onclick" tag attribute. (Mapping set in associated BeanInfo class.)



getOndblclickExpr
public String getOndblclickExpr()(Code)
Getter method for "ondblclick" tag attribute. (Mapping set in associated BeanInfo class.)



getOnfocusExpr
public String getOnfocusExpr()(Code)
Getter method for "onfocus" tag attribute. (Mapping set in associated BeanInfo class.)



getOnkeydownExpr
public String getOnkeydownExpr()(Code)
Getter method for "onkeydown" tag attribute. (Mapping set in associated BeanInfo class.)



getOnkeypressExpr
public String getOnkeypressExpr()(Code)
Getter method for "onkeypress" tag attribute. (Mapping set in associated BeanInfo class.)



getOnkeyupExpr
public String getOnkeyupExpr()(Code)
Getter method for "onkeyup" tag attribute. (Mapping set in associated BeanInfo class.)



getOnmousedownExpr
public String getOnmousedownExpr()(Code)
Getter method for "onmousedown" tag attribute. (Mapping set in associated BeanInfo class.)



getOnmousemoveExpr
public String getOnmousemoveExpr()(Code)
Getter method for "onmousemove" tag attribute. (Mapping set in associated BeanInfo class.)



getOnmouseoutExpr
public String getOnmouseoutExpr()(Code)
Getter method for "onmouseout" tag attribute. (Mapping set in associated BeanInfo class.)



getOnmouseoverExpr
public String getOnmouseoverExpr()(Code)
Getter method for "onmouseover" tag attribute. (Mapping set in associated BeanInfo class.)



getOnmouseupExpr
public String getOnmouseupExpr()(Code)
Getter method for "onmouseup" tag attribute. (Mapping set in associated BeanInfo class.)



getPropertyExpr
public String getPropertyExpr()(Code)
Getter method for "property" tag attribute. (Mapping set in associated BeanInfo class.)



getStyleClassExpr
public String getStyleClassExpr()(Code)
Getter method for "styleClass" tag attribute. (Mapping set in associated BeanInfo class.)



getStyleExpr
public String getStyleExpr()(Code)
Getter method for "style" tag attribute. (Mapping set in associated BeanInfo class.)



getStyleIdExpr
public String getStyleIdExpr()(Code)
Getter method for "styleId" tag attribute. (Mapping set in associated BeanInfo class.)



getTabindexExpr
public String getTabindexExpr()(Code)
Getter method for "tabindex" tag attribute. (Mapping set in associated BeanInfo class.)



getTitleExpr
public String getTitleExpr()(Code)
Getter method for "title" tag attribute. (Mapping set in associated BeanInfo class.)



getTitleKeyExpr
public String getTitleKeyExpr()(Code)
Getter method for "titleKey" tag attribute. (Mapping set in associated BeanInfo class.)



getValueExpr
public String getValueExpr()(Code)
Getter method for "value" tag attribute. (Mapping set in associated BeanInfo class.)



release
public void release()(Code)
Resets attribute values for tag reuse.



setAccesskeyExpr
public void setAccesskeyExpr(String accesskeyExpr)(Code)
Setter method for "accesskey" tag attribute. (Mapping set in associated BeanInfo class.)



setAltExpr
public void setAltExpr(String altExpr)(Code)
Setter method for "alt" tag attribute. (Mapping set in associated BeanInfo class.)



setAltKeyExpr
public void setAltKeyExpr(String altKeyExpr)(Code)
Setter method for "altKey" tag attribute. (Mapping set in associated BeanInfo class.)



setBundleExpr
public void setBundleExpr(String bundleExpr)(Code)
Setter method for "bundle" tag attribute. (Mapping set in associated BeanInfo class.)



setDirExpr
public void setDirExpr(String dirExpr)(Code)
Setter method for "dir" tag attribute. (Mapping set in associated BeanInfo class.)



setDisabledExpr
public void setDisabledExpr(String disabledExpr)(Code)
Setter method for "disabled" tag attribute. (Mapping set in associated BeanInfo class.)



setErrorKeyExpr
public void setErrorKeyExpr(String errorKeyExpr)(Code)
Setter method for "errorKey" tag attribute. (Mapping set in associated BeanInfo class.)



setErrorStyleClassExpr
public void setErrorStyleClassExpr(String errorStyleClassExpr)(Code)
Setter method for "errorStyleClass" tag attribute. (Mapping set in associated BeanInfo class.)



setErrorStyleExpr
public void setErrorStyleExpr(String errorStyleExpr)(Code)
Setter method for "errorStyle" tag attribute. (Mapping set in associated BeanInfo class.)



setErrorStyleIdExpr
public void setErrorStyleIdExpr(String errorStyleIdExpr)(Code)
Setter method for "errorStyleId" tag attribute. (Mapping set in associated BeanInfo class.)



setIndexedExpr
public void setIndexedExpr(String indexedExpr)(Code)
Setter method for "indexed" tag attribute. (Mapping set in associated BeanInfo class.)



setLangExpr
public void setLangExpr(String langExpr)(Code)
Setter method for "lang" tag attribute. (Mapping set in associated BeanInfo class.)



setNameExpr
public void setNameExpr(String nameExpr)(Code)
Setter method for "name" tag attribute. (Mapping set in associated BeanInfo class.)



setOnblurExpr
public void setOnblurExpr(String onblurExpr)(Code)
Setter method for "onblur" tag attribute. (Mapping set in associated BeanInfo class.)



setOnchangeExpr
public void setOnchangeExpr(String onchangeExpr)(Code)
Setter method for "onchange" tag attribute. (Mapping set in associated BeanInfo class.)



setOnclickExpr
public void setOnclickExpr(String onclickExpr)(Code)
Setter method for "onclick" tag attribute. (Mapping set in associated BeanInfo class.)



setOndblclickExpr
public void setOndblclickExpr(String ondblclickExpr)(Code)
Setter method for "ondblclick" tag attribute. (Mapping set in associated BeanInfo class.)



setOnfocusExpr
public void setOnfocusExpr(String onfocusExpr)(Code)
Setter method for "onfocus" tag attribute. (Mapping set in associated BeanInfo class.)



setOnkeydownExpr
public void setOnkeydownExpr(String onkeydownExpr)(Code)
Setter method for "onkeydown" tag attribute. (Mapping set in associated BeanInfo class.)



setOnkeypressExpr
public void setOnkeypressExpr(String onkeypressExpr)(Code)
Setter method for "onkeypress" tag attribute. (Mapping set in associated BeanInfo class.)



setOnkeyupExpr
public void setOnkeyupExpr(String onkeyupExpr)(Code)
Setter method for "onkeyup" tag attribute. (Mapping set in associated BeanInfo class.)



setOnmousedownExpr
public void setOnmousedownExpr(String onmousedownExpr)(Code)
Setter method for "onmousedown" tag attribute. (Mapping set in associated BeanInfo class.)



setOnmousemoveExpr
public void setOnmousemoveExpr(String onmousemoveExpr)(Code)
Setter method for "onmousemove" tag attribute. (Mapping set in associated BeanInfo class.)



setOnmouseoutExpr
public void setOnmouseoutExpr(String onmouseoutExpr)(Code)
Setter method for "onmouseout" tag attribute. (Mapping set in associated BeanInfo class.)



setOnmouseoverExpr
public void setOnmouseoverExpr(String onmouseoverExpr)(Code)
Setter method for "onmouseover" tag attribute. (Mapping set in associated BeanInfo class.)



setOnmouseupExpr
public void setOnmouseupExpr(String onmouseupExpr)(Code)
Setter method for "onmouseup" tag attribute. (Mapping set in associated BeanInfo class.)



setPropertyExpr
public void setPropertyExpr(String propertyExpr)(Code)
Setter method for "property" tag attribute. (Mapping set in associated BeanInfo class.)



setStyleClassExpr
public void setStyleClassExpr(String styleClassExpr)(Code)
Setter method for "styleClass" tag attribute. (Mapping set in associated BeanInfo class.)



setStyleExpr
public void setStyleExpr(String styleExpr)(Code)
Setter method for "style" tag attribute. (Mapping set in associated BeanInfo class.)



setStyleIdExpr
public void setStyleIdExpr(String styleIdExpr)(Code)
Setter method for "styleId" tag attribute. (Mapping set in associated BeanInfo class.)



setTabindexExpr
public void setTabindexExpr(String tabindexExpr)(Code)
Setter method for "tabindex" tag attribute. (Mapping set in associated BeanInfo class.)



setTitleExpr
public void setTitleExpr(String titleExpr)(Code)
Setter method for "title" tag attribute. (Mapping set in associated BeanInfo class.)



setTitleKeyExpr
public void setTitleKeyExpr(String titleKeyExpr)(Code)
Setter method for "titleKey" tag attribute. (Mapping set in associated BeanInfo class.)



setValueExpr
public void setValueExpr(String valueExpr)(Code)
Setter method for "value" tag attribute. (Mapping set in associated BeanInfo class.)



Fields inherited from org.apache.struts.taglib.html.CheckboxTag
protected static MessageResources messages(Code)(Java Doc)
protected String name(Code)(Java Doc)
protected String property(Code)(Java Doc)
protected String text(Code)(Java Doc)
protected String value(Code)(Java Doc)

Methods inherited from org.apache.struts.taglib.html.CheckboxTag
public int doAfterBody() throws JspException(Code)(Java Doc)
public int doEndTag() throws JspException(Code)(Java Doc)
public int doStartTag() throws JspException(Code)(Java Doc)
public String getName()(Code)(Java Doc)
public String getProperty()(Code)(Java Doc)
public String getValue()(Code)(Java Doc)
protected boolean isChecked() throws JspException(Code)(Java Doc)
protected String prepareName() throws JspException(Code)(Java Doc)
public void release()(Code)(Java Doc)
public void setName(String name)(Code)(Java Doc)
public void setProperty(String property)(Code)(Java Doc)
public void setValue(String value)(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.