Java Doc for InputTransferSelectTag.java in  » Web-Framework » struts-2.0.11 » org » apache » struts2 » views » jsp » ui » 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 2.0.11 » org.apache.struts2.views.jsp.ui 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.apache.struts2.views.jsp.ui.AbstractUITag
   org.apache.struts2.views.jsp.ui.AbstractListTag
      org.apache.struts2.views.jsp.ui.InputTransferSelectTag

InputTransferSelectTag
public class InputTransferSelectTag extends AbstractListTag (Code)
InputTransferSelect jsp tag.


Field Summary
protected  StringaddLabel
    
protected  StringallowRemoveAll
    
protected  StringallowUpDown
    
protected  StringbuttonCssClass
    
protected  StringbuttonCssStyle
    
protected  StringdownLabel
    
protected  StringheaderKey
    
protected  StringheaderValue
    
protected  StringleftTitle
    
protected  Stringmultiple
    
protected  StringremoveAllLabel
    
protected  StringremoveLabel
    
protected  StringrightTitle
    
protected  Stringsize
    
protected  StringupLabel
    


Method Summary
public  StringgetAddLabel()
    
public  StringgetAllowRemoveAll()
    
public  StringgetAllowUpDown()
    
public  ComponentgetBean(ValueStack stack, HttpServletRequest req, HttpServletResponse res)
    
public  StringgetButtonCssClass()
    
public  StringgetButtonCssStyle()
    
public  StringgetDownLabel()
    
public  StringgetHeaderKey()
    
public  StringgetHeaderValue()
    
public  StringgetLeftTitle()
    
public  StringgetMultiple()
    
public  StringgetRemoveAllLabel()
    
public  StringgetRemoveLabel()
    
public  StringgetRightTitle()
    
public  StringgetSize()
    
public  StringgetUpLabel()
    
protected  voidpopulateParams()
    
public  voidsetAddLabel(String addLabel)
    
public  voidsetAllowRemoveAll(String allowRemoveAll)
    
public  voidsetAllowUpDown(String allowUpDown)
    
public  voidsetButtonCssClass(String buttonCssClass)
    
public  voidsetButtonCssStyle(String buttonCssStyle)
    
public  voidsetDownLabel(String downLabel)
    
public  voidsetHeaderKey(String headerKey)
    
public  voidsetHeaderValue(String headerValue)
    
public  voidsetLeftTitle(String leftTitle)
    
public  voidsetMultiple(String multiple)
    
public  voidsetRemoveAllLabel(String removeAllLabel)
    
public  voidsetRemoveLabel(String removeLabel)
    
public  voidsetRightTitle(String rightTitle)
    
public  voidsetSize(String size)
    
public  voidsetUpLabel(String upLabel)
    

Field Detail
addLabel
protected String addLabel(Code)



allowRemoveAll
protected String allowRemoveAll(Code)



allowUpDown
protected String allowUpDown(Code)



buttonCssClass
protected String buttonCssClass(Code)



buttonCssStyle
protected String buttonCssStyle(Code)



downLabel
protected String downLabel(Code)



headerKey
protected String headerKey(Code)



headerValue
protected String headerValue(Code)



leftTitle
protected String leftTitle(Code)



multiple
protected String multiple(Code)



removeAllLabel
protected String removeAllLabel(Code)



removeLabel
protected String removeLabel(Code)



rightTitle
protected String rightTitle(Code)



size
protected String size(Code)



upLabel
protected String upLabel(Code)





Method Detail
getAddLabel
public String getAddLabel()(Code)



getAllowRemoveAll
public String getAllowRemoveAll()(Code)



getAllowUpDown
public String getAllowUpDown()(Code)



getBean
public Component getBean(ValueStack stack, HttpServletRequest req, HttpServletResponse res)(Code)



getButtonCssClass
public String getButtonCssClass()(Code)



getButtonCssStyle
public String getButtonCssStyle()(Code)



getDownLabel
public String getDownLabel()(Code)



getHeaderKey
public String getHeaderKey()(Code)



getHeaderValue
public String getHeaderValue()(Code)



getLeftTitle
public String getLeftTitle()(Code)



getMultiple
public String getMultiple()(Code)



getRemoveAllLabel
public String getRemoveAllLabel()(Code)



getRemoveLabel
public String getRemoveLabel()(Code)



getRightTitle
public String getRightTitle()(Code)



getSize
public String getSize()(Code)



getUpLabel
public String getUpLabel()(Code)



populateParams
protected void populateParams()(Code)



setAddLabel
public void setAddLabel(String addLabel)(Code)



setAllowRemoveAll
public void setAllowRemoveAll(String allowRemoveAll)(Code)



setAllowUpDown
public void setAllowUpDown(String allowUpDown)(Code)



setButtonCssClass
public void setButtonCssClass(String buttonCssClass)(Code)



setButtonCssStyle
public void setButtonCssStyle(String buttonCssStyle)(Code)



setDownLabel
public void setDownLabel(String downLabel)(Code)



setHeaderKey
public void setHeaderKey(String headerKey)(Code)



setHeaderValue
public void setHeaderValue(String headerValue)(Code)



setLeftTitle
public void setLeftTitle(String leftTitle)(Code)



setMultiple
public void setMultiple(String multiple)(Code)



setRemoveAllLabel
public void setRemoveAllLabel(String removeAllLabel)(Code)



setRemoveLabel
public void setRemoveLabel(String removeLabel)(Code)



setRightTitle
public void setRightTitle(String rightTitle)(Code)



setSize
public void setSize(String size)(Code)



setUpLabel
public void setUpLabel(String upLabel)(Code)



Fields inherited from org.apache.struts2.views.jsp.ui.AbstractListTag
protected String list(Code)(Java Doc)
protected String listKey(Code)(Java Doc)
protected String listValue(Code)(Java Doc)

Methods inherited from org.apache.struts2.views.jsp.ui.AbstractListTag
protected void populateParams()(Code)(Java Doc)
public void setList(String list)(Code)(Java Doc)
public void setListKey(String listKey)(Code)(Java Doc)
public void setListValue(String listValue)(Code)(Java Doc)

Fields inherited from org.apache.struts2.views.jsp.ui.AbstractUITag
protected String accesskey(Code)(Java Doc)
protected String cssClass(Code)(Java Doc)
protected String cssStyle(Code)(Java Doc)
protected String disabled(Code)(Java Doc)
protected String key(Code)(Java Doc)
protected String label(Code)(Java Doc)
protected String labelPosition(Code)(Java Doc)
protected String name(Code)(Java Doc)
protected String onblur(Code)(Java Doc)
protected String onchange(Code)(Java Doc)
protected String onclick(Code)(Java Doc)
protected String ondblclick(Code)(Java Doc)
protected String onfocus(Code)(Java Doc)
protected String onkeydown(Code)(Java Doc)
protected String onkeypress(Code)(Java Doc)
protected String onkeyup(Code)(Java Doc)
protected String onmousedown(Code)(Java Doc)
protected String onmousemove(Code)(Java Doc)
protected String onmouseout(Code)(Java Doc)
protected String onmouseover(Code)(Java Doc)
protected String onmouseup(Code)(Java Doc)
protected String onselect(Code)(Java Doc)
protected String required(Code)(Java Doc)
protected String requiredposition(Code)(Java Doc)
protected String tabindex(Code)(Java Doc)
protected String template(Code)(Java Doc)
protected String templateDir(Code)(Java Doc)
protected String theme(Code)(Java Doc)
protected String title(Code)(Java Doc)
protected String tooltip(Code)(Java Doc)
protected String tooltipConfig(Code)(Java Doc)
protected String value(Code)(Java Doc)

Methods inherited from org.apache.struts2.views.jsp.ui.AbstractUITag
protected void populateParams()(Code)(Java Doc)
public void setAccesskey(String accesskey)(Code)(Java Doc)
public void setCssClass(String cssClass)(Code)(Java Doc)
public void setCssStyle(String cssStyle)(Code)(Java Doc)
public void setDisabled(String disabled)(Code)(Java Doc)
public void setKey(String key)(Code)(Java Doc)
public void setLabel(String label)(Code)(Java Doc)
public void setLabelposition(String labelPosition)(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 setRequired(String required)(Code)(Java Doc)
public void setRequiredposition(String requiredPosition)(Code)(Java Doc)
public void setTabindex(String tabindex)(Code)(Java Doc)
public void setTemplate(String template)(Code)(Java Doc)
public void setTemplateDir(String templateDir)(Code)(Java Doc)
public void setTheme(String theme)(Code)(Java Doc)
public void setTitle(String title)(Code)(Java Doc)
public void setTooltip(String tooltip)(Code)(Java Doc)
public void setTooltipConfig(String tooltipConfig)(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.