Java Doc for InputTag.java in  » Portal » stringbeans-3.5 » com » nabhinc » portlet » mvcportlet » taglib » 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 » stringbeans 3.5 » com.nabhinc.portlet.mvcportlet.taglib 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.nabhinc.portlet.mvcportlet.taglib.BaseTag
   com.nabhinc.portlet.mvcportlet.taglib.InputTag

All known Subclasses:   com.nabhinc.portlet.mvcportlet.taglib.SelectDateTag,  com.nabhinc.portlet.mvcportlet.taglib.ButtonTag,  com.nabhinc.portlet.mvcportlet.taglib.CheckboxTag,  com.nabhinc.portlet.mvcportlet.taglib.SelectTimestampTag,  com.nabhinc.portlet.mvcportlet.taglib.PasswordTag,  com.nabhinc.portlet.mvcportlet.taglib.RadioTag,  com.nabhinc.portlet.mvcportlet.taglib.HiddenTag,
InputTag
public class InputTag extends BaseTag (Code)
Input element tag.
author:
   Padmanabh Dabke
author:
   (c) 2004 Nabh Information Systems, Inc. All Rights Reserved.


Field Summary
protected  booleanitRedisplay
     The "redisplay contents" flag (used only on password).


Method Summary
public  intdoStartTag()
    
public  voiddoStartTagHelper(RenderRequest request, JspWriter out)
    
public  StringgetAccept()
    
public  StringgetAlign()
    
public  booleangetChecked()
    
public  intgetMaxlength()
    
public  booleangetRedisplay()
    
public  StringgetScript()
    
public  intgetSize()
    
public  StringgetSrc()
    
public  StringgetType()
     Returns type of input tag.
public  StringgetValue()
     Returns the value of the input tag.
public  voidrelease()
    
public  voidsetAccept(String ac)
    
public  voidsetAlign(String al)
    
public  voidsetChecked(boolean checked)
    
public  voidsetMaxlength(int maxLength)
    
public  voidsetRedisplay(boolean val)
    
public  voidsetScript(String script)
    
public  voidsetSize(int size)
    
public  voidsetSrc(String src)
    
public  voidsetType(String type)
     Sets the input's type.
public  voidsetValue(String val)
    

Field Detail
itRedisplay
protected boolean itRedisplay(Code)
The "redisplay contents" flag (used only on password).





Method Detail
doStartTag
public int doStartTag() throws JspException(Code)



doStartTagHelper
public void doStartTagHelper(RenderRequest request, JspWriter out) throws JspException, IOException(Code)



getAccept
public String getAccept()(Code)



getAlign
public String getAlign()(Code)



getChecked
public boolean getChecked()(Code)



getMaxlength
public int getMaxlength()(Code)
Returns the maxlength allowed for the tag.



getRedisplay
public boolean getRedisplay()(Code)



getScript
public String getScript()(Code)
Returns the script.



getSize
public int getSize()(Code)
Returns the size.



getSrc
public String getSrc()(Code)



getType
public String getType()(Code)
Returns type of input tag. Default type is text



getValue
public String getValue()(Code)
Returns the value of the input tag.



release
public void release()(Code)



setAccept
public void setAccept(String ac)(Code)



setAlign
public void setAlign(String al)(Code)



setChecked
public void setChecked(boolean checked)(Code)



setMaxlength
public void setMaxlength(int maxLength)(Code)

Parameters:
  maxlength - The maximum length to set.



setRedisplay
public void setRedisplay(boolean val)(Code)



setScript
public void setScript(String script)(Code)

Parameters:
  script - The script to set.



setSize
public void setSize(int size)(Code)

Parameters:
  size - The size to set.



setSrc
public void setSrc(String src)(Code)



setType
public void setType(String type)(Code)
Sets the input's type. Default is text
Parameters:
  type - The type of the input, i.e. checkbox, radio, hidden, etc.



setValue
public void setValue(String val)(Code)



Fields inherited from com.nabhinc.portlet.mvcportlet.taglib.BaseTag
protected String btAccesskey(Code)(Java Doc)
protected String btName(Code)(Java Doc)
protected boolean indexed(Code)(Java Doc)
protected String tabindex(Code)(Java Doc)

Methods inherited from com.nabhinc.portlet.mvcportlet.taglib.BaseTag
public void debug(String msg)(Code)(Java Doc)
public void error(String msg)(Code)(Java Doc)
public void error(String msg, Throwable t)(Code)(Java Doc)
public void fatal(String msg)(Code)(Java Doc)
public void fatal(String msg, Throwable t)(Code)(Java Doc)
public String getAccesskey()(Code)(Java Doc)
public String getAlt()(Code)(Java Doc)
public String getBundle()(Code)(Java Doc)
protected String getDefaultFieldValue(PortletRequest request) throws JspException(Code)(Java Doc)
protected String[] getDefaultFieldValues(PortletRequest request) throws JspException(Code)(Java Doc)
public boolean getDisabled()(Code)(Java Doc)
protected String getElementClose()(Code)(Java Doc)
public String getId()(Code)(Java Doc)
public boolean getIndexed()(Code)(Java Doc)
public String getName()(Code)(Java Doc)
public String getOnblur()(Code)(Java Doc)
public String getOnchange()(Code)(Java Doc)
public String getOnclick()(Code)(Java Doc)
public String getOndblclick()(Code)(Java Doc)
public String getOnfocus()(Code)(Java Doc)
public String getOnkeydown()(Code)(Java Doc)
public String getOnkeypress()(Code)(Java Doc)
public String getOnkeyup()(Code)(Java Doc)
public String getOnmousedown()(Code)(Java Doc)
public String getOnmousemove()(Code)(Java Doc)
public String getOnmouseout()(Code)(Java Doc)
public String getOnmouseover()(Code)(Java Doc)
public String getOnmouseup()(Code)(Java Doc)
public String getOnselect()(Code)(Java Doc)
protected String getParamValue(RenderRequest request) throws JspException(Code)(Java Doc)
protected String[] getParamValues(RenderRequest request) throws JspException(Code)(Java Doc)
public boolean getReadonly()(Code)(Java Doc)
public String getStyle()(Code)(Java Doc)
public String getStyleClass()(Code)(Java Doc)
public String getTabindex()(Code)(Java Doc)
public String getTitle()(Code)(Java Doc)
public void info(String msg)(Code)(Java Doc)
protected boolean isXhtml()(Code)(Java Doc)
protected String prepareEventHandlers()(Code)(Java Doc)
protected void prepareFocusEvents(StringBuffer handlers)(Code)(Java Doc)
protected void prepareKeyEvents(StringBuffer handlers)(Code)(Java Doc)
protected void prepareMouseEvents(StringBuffer handlers)(Code)(Java Doc)
protected String prepareStyles() throws JspException(Code)(Java Doc)
protected void prepareTextEvents(StringBuffer handlers)(Code)(Java Doc)
public void release()(Code)(Java Doc)
public void setAccesskey(String accessKey)(Code)(Java Doc)
public void setAlt(String alt)(Code)(Java Doc)
public void setBundle(String bundle)(Code)(Java Doc)
public void setDisabled(boolean disabled)(Code)(Java Doc)
public void setId(String tagId)(Code)(Java Doc)
public void setIndexed(boolean indexed)(Code)(Java Doc)
public void setName(String name)(Code)(Java Doc)
public void setOnblur(String onBlur)(Code)(Java Doc)
public void setOnchange(String onChange)(Code)(Java Doc)
public void setOnclick(String onClick)(Code)(Java Doc)
public void setOndblclick(String onDblClick)(Code)(Java Doc)
public void setOnfocus(String onFocus)(Code)(Java Doc)
public void setOnkeydown(String onKeyDown)(Code)(Java Doc)
public void setOnkeypress(String onKeyPress)(Code)(Java Doc)
public void setOnkeyup(String onKeyUp)(Code)(Java Doc)
public void setOnmousedown(String onMouseDown)(Code)(Java Doc)
public void setOnmousemove(String onMouseMove)(Code)(Java Doc)
public void setOnmouseout(String onMouseOut)(Code)(Java Doc)
public void setOnmouseover(String onMouseOver)(Code)(Java Doc)
public void setOnmouseup(String onMouseUp)(Code)(Java Doc)
public void setOnselect(String onSelect)(Code)(Java Doc)
public void setReadonly(boolean readonly)(Code)(Java Doc)
public void setStyle(String style)(Code)(Java Doc)
public void setStyleClass(String styleClass)(Code)(Java Doc)
public void setTabindex(String tabIndex)(Code)(Java Doc)
public void setTitle(String title)(Code)(Java Doc)
public void warn(String msg)(Code)(Java Doc)
public void warn(String msg, Throwable t)(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.