Java Doc for BaseComponentTag.java in  » Portal » gridsphere » org » gridsphere » provider » portletui » tags » 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 » gridsphere » org.gridsphere.provider.portletui.tags 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.gridsphere.provider.portletui.tags.BaseBeanTag
   org.gridsphere.provider.portletui.tags.BaseComponentTag

All known Subclasses:   org.gridsphere.provider.portletui.tags.FileInputTag,  org.gridsphere.provider.portletui.tags.ActionTag,  org.gridsphere.provider.portletui.tags.TableRowTag,  org.gridsphere.provider.portletui.tags.MessageBoxTag,  org.gridsphere.provider.portletui.tags.TextTag,  org.gridsphere.provider.portletui.tags.TableTag,  org.gridsphere.provider.portletui.tags.TooltipTag,  org.gridsphere.provider.portletui.tags.CheckboxTag,  org.gridsphere.provider.portletui.tags.HiddenFieldTag,  org.gridsphere.provider.portletui.tags.ImageTag,  org.gridsphere.provider.portletui.tags.ListTag,  org.gridsphere.provider.portletui.tags.TabbedPaneTag,  org.gridsphere.provider.portletui.tags.ListBoxItemTag,  org.gridsphere.provider.portletui.tags.GroupTag,  org.gridsphere.provider.portletui.tags.ValidatorTag,  org.gridsphere.provider.portletui.tags.TabTag,  org.gridsphere.provider.portletui.tags.RadioButtonTag,  org.gridsphere.provider.portletui.tags.CalendarTag,  org.gridsphere.provider.portletui.tags.InputTag,  org.gridsphere.provider.portletui.tags.PanelTag,  org.gridsphere.provider.portletui.tags.TableCellTag,  org.gridsphere.provider.portletui.tags.ContainerTag,  org.gridsphere.provider.portletui.tags.ActionBodyTag,  org.gridsphere.provider.portletui.tags.DialogTag,
BaseComponentTag
abstract public class BaseComponentTag extends BaseBeanTag (Code)
The abstract BaseComponentTag is used by all UI tags to provide CSS support and general name, value attributes


Field Summary
protected  StringcssClass
    
protected  StringcssStyle
    
protected  booleandisabled
    
protected  Stringid
    
protected  Stringkey
    
protected  Localelocale
    
protected  Stringname
    
protected  booleanreadonly
    
protected  Stringvalue
    


Method Summary
public  voidaddCssClass(String cssClass)
    
protected  StringcheckDisabled()
    
protected  StringcheckReadonly()
    
public  intdoEndTag()
    
public  intdoStartTag()
    
public  StringgetCssClass()
    
public  StringgetCssStyle()
    
public  StringgetId()
    
public  StringgetKey()
    
protected  LocalegetLocale()
    
protected  StringgetLocalizedText(String key)
    
protected  StringgetLocalizedText(String key, String base)
    
public  StringgetName()
    
public  StringgetValue()
    
public  booleanisDisabled()
    
public  booleanisReadonly()
    
public  voidrelease()
    
protected  voidsetBaseComponentBean(BaseComponentBean componentBean)
    
public  voidsetCssClass(String cssClass)
    
public  voidsetCssStyle(String style)
    
public  voidsetDisabled(boolean flag)
     Sets the disabled attribute of the bean to be in the 'flag' state.
public  voidsetId(String id)
    
public  voidsetKey(String key)
    
public  voidsetName(String name)
    
public  voidsetReadonly(boolean flag)
    
public  voidsetValue(String value)
    
protected  voidupdateBaseComponentBean(BaseComponentBean componentBean)
    

Field Detail
cssClass
protected String cssClass(Code)



cssStyle
protected String cssStyle(Code)



disabled
protected boolean disabled(Code)



id
protected String id(Code)



key
protected String key(Code)



locale
protected Locale locale(Code)



name
protected String name(Code)



readonly
protected boolean readonly(Code)



value
protected String value(Code)





Method Detail
addCssClass
public void addCssClass(String cssClass)(Code)



checkDisabled
protected String checkDisabled()(Code)
Returns disabled String if bean is disabled a String depending if bean is disabled



checkReadonly
protected String checkReadonly()(Code)
Returns a String to use in markup if the bean is read-only a String to use in markup if the bean is read-only



doEndTag
public int doEndTag() throws JspException(Code)



doStartTag
public int doStartTag() throws JspException(Code)



getCssClass
public String getCssClass()(Code)
Returns the CSS class name of the beans the name of the css class



getCssStyle
public String getCssStyle()(Code)
Returns the CSS style name of the beans the name of the css style



getId
public String getId()(Code)
Gets the id of the bean id of the bean



getKey
public String getKey()(Code)
Return the key used to identify the value in the properties file the key



getLocale
protected Locale getLocale()(Code)



getLocalizedText
protected String getLocalizedText(String key)(Code)



getLocalizedText
protected String getLocalizedText(String key, String base)(Code)



getName
public String getName()(Code)
Gets the name of the bean name of the bean



getValue
public String getValue()(Code)
Returns the tag value the tag value



isDisabled
public boolean isDisabled()(Code)
Returns true if bean is in disabled state the tag state



isReadonly
public boolean isReadonly()(Code)
Returns the read-only status of the bean read-only status of the bean



release
public void release()(Code)



setBaseComponentBean
protected void setBaseComponentBean(BaseComponentBean componentBean)(Code)
Sets the base component properties of the bean
Parameters:
  componentBean - a ui bean



setCssClass
public void setCssClass(String cssClass)(Code)
Sets the CSS class of the beans
Parameters:
  cssClass - the class name to set for the beans



setCssStyle
public void setCssStyle(String style)(Code)
Sets the CSS style of the beans
Parameters:
  style - css style name to set for the beans



setDisabled
public void setDisabled(boolean flag)(Code)
Sets the disabled attribute of the bean to be in the 'flag' state.
Parameters:
  flag - is true if this tag/bean is disabled



setId
public void setId(String id)(Code)
Sets the id of the bean (not to be confused with beanId)
Parameters:
  id - the id of the bean



setKey
public void setKey(String key)(Code)
Sets the key used to identify the value in the properties file
Parameters:
  key - the property key



setName
public void setName(String name)(Code)
Sets the name of the bean
Parameters:
  name - the name of the bean



setReadonly
public void setReadonly(boolean flag)(Code)
Sets the bean to read-only
Parameters:
  flag - is true if bean is read-only, false otherwise



setValue
public void setValue(String value)(Code)
Sets the tag value
Parameters:
  value - the tag value



updateBaseComponentBean
protected void updateBaseComponentBean(BaseComponentBean componentBean)(Code)
Updates the base component bean properties
Parameters:
  componentBean - a ui bean



Fields inherited from org.gridsphere.provider.portletui.tags.BaseBeanTag
protected String beanId(Code)(Java Doc)

Methods inherited from org.gridsphere.provider.portletui.tags.BaseBeanTag
public void debug()(Code)(Java Doc)
public String getBeanId()(Code)(Java Doc)
protected String getBeanKey()(Code)(Java Doc)
public TagBean getTagBean()(Code)(Java Doc)
protected String getUniqueId(String varName)(Code)(Java Doc)
public void setBeanId(String beanId)(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.