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


java.lang.Object
   org.gridsphere.provider.portletui.beans.BaseBean
      org.gridsphere.provider.portletui.beans.BaseComponentBean
         org.gridsphere.provider.portletui.beans.ImageBean

ImageBean
public class ImageBean extends BaseComponentBean implements TagBean(Code)
A ImageBean represents an image element


Field Summary
final public static  StringNAME
    
protected  Stringalign
    
public  Stringalt
    
public  Stringborder
    
protected  Stringheight
    
public  Stringsrc
    
public  Stringtitle
    
protected  Stringwidth
    

Constructor Summary
public  ImageBean()
    
public  ImageBean(String beanId)
    

Method Summary
public  StringgetAlign()
     Returns the table alignment e.g.
public  StringgetAlt()
    
public  StringgetBorder()
    
public  StringgetHeight()
    
public  StringgetSrc()
    
public  StringgetTitle()
    
public  StringgetWidth()
    
public  voidsetAlign(String align)
     Sets the table alignment e.g.
public  voidsetAlt(String alt)
    
public  voidsetBorder(String border)
    
public  voidsetHeight(String height)
    
public  voidsetSrc(String src)
    
public  voidsetTitle(String title)
    
public  voidsetWidth(String width)
    
public  StringtoEndString()
    
public  StringtoStartString()
    

Field Detail
NAME
final public static String NAME(Code)



align
protected String align(Code)



alt
public String alt(Code)



border
public String border(Code)



height
protected String height(Code)



src
public String src(Code)



title
public String title(Code)



width
protected String width(Code)




Constructor Detail
ImageBean
public ImageBean()(Code)
Constructs a default image bean



ImageBean
public ImageBean(String beanId)(Code)
Constructs an image bean using a supplied bean identifier
Parameters:
  beanId - the bean identifier




Method Detail
getAlign
public String getAlign()(Code)
Returns the table alignment e.g. "left", "top", "bottom" or "right" the table alignment



getAlt
public String getAlt()(Code)
Returns the image alt tag the image alt tag



getBorder
public String getBorder()(Code)
Return the image title border the image title border



getHeight
public String getHeight()(Code)
Returns the table cell height the table cell height



getSrc
public String getSrc()(Code)
Returns the image source the image source



getTitle
public String getTitle()(Code)
Returns the image title the image title



getWidth
public String getWidth()(Code)
Returns the table cell width the table cell width



setAlign
public void setAlign(String align)(Code)
Sets the table alignment e.g. "left", "top", "bottom" or "right"
Parameters:
  align - the table alignment



setAlt
public void setAlt(String alt)(Code)
Sets the image alt tag
Parameters:
  alt - the image alt tag



setBorder
public void setBorder(String border)(Code)
Sets the image title border
Parameters:
  border - the image title border



setHeight
public void setHeight(String height)(Code)
Sets the table cell height
Parameters:
  height - the table cell height



setSrc
public void setSrc(String src)(Code)
Sets the image source
Parameters:
  src - the image source



setTitle
public void setTitle(String title)(Code)
Sets the image title
Parameters:
  title - the image title



setWidth
public void setWidth(String width)(Code)
Sets the table cell width
Parameters:
  width - the table cell width



toEndString
public String toEndString()(Code)



toStartString
public String toStartString()(Code)



Fields inherited from org.gridsphere.provider.portletui.beans.BaseComponentBean
protected String cssClass(Code)(Java Doc)
protected String cssStyle(Code)(Java Doc)
protected boolean disabled(Code)(Java Doc)
protected String id(Code)(Java Doc)
protected String key(Code)(Java Doc)
protected String name(Code)(Java Doc)
protected boolean readonly(Code)(Java Doc)
protected String value(Code)(Java Doc)

Methods inherited from org.gridsphere.provider.portletui.beans.BaseComponentBean
public void addCssClass(String cssClass)(Code)(Java Doc)
public void addCssStyle(String style)(Code)(Java Doc)
protected String checkDisabled()(Code)(Java Doc)
protected String checkReadOnly()(Code)(Java Doc)
public void clearCssClass()(Code)(Java Doc)
public int compareTo(Object o)(Code)(Java Doc)
public void deleteCssClass()(Code)(Java Doc)
public void deleteCssStyle()(Code)(Java Doc)
public String getCssClass()(Code)(Java Doc)
public String getCssStyle()(Code)(Java Doc)
protected String getFormattedCss()(Code)(Java Doc)
public String getId()(Code)(Java Doc)
public String getKey()(Code)(Java Doc)
public Locale getLocale()(Code)(Java Doc)
public String getName()(Code)(Java Doc)
public String getValue()(Code)(Java Doc)
public boolean isDisabled()(Code)(Java Doc)
public boolean isReadOnly()(Code)(Java Doc)
public void setCssClass(String cssClass)(Code)(Java Doc)
public void setCssStyle(String cssStyle)(Code)(Java Doc)
public void setDisabled(boolean flag)(Code)(Java Doc)
public void setId(String id)(Code)(Java Doc)
public void setKey(String key)(Code)(Java Doc)
public void setLocale(Locale locale)(Code)(Java Doc)
public void setName(String name)(Code)(Java Doc)
public void setReadOnly(boolean flag)(Code)(Java Doc)
public void setValue(String value)(Code)(Java Doc)

Fields inherited from org.gridsphere.provider.portletui.beans.BaseBean
protected String beanId(Code)(Java Doc)
protected Locale locale(Code)(Java Doc)
protected Map params(Code)(Java Doc)
public RenderRequest renderRequest(Code)(Java Doc)
public RenderResponse renderResponse(Code)(Java Doc)
protected String vbName(Code)(Java Doc)

Methods inherited from org.gridsphere.provider.portletui.beans.BaseBean
public void addParam(String name, String value)(Code)(Java Doc)
protected String createTagName(String name)(Code)(Java Doc)
public String getBeanId()(Code)(Java Doc)
public String getBeanKey()(Code)(Java Doc)
protected String getLocalizedText(String key)(Code)(Java Doc)
protected String getLocalizedText(String key, String base)(Code)(Java Doc)
public RenderRequest getRenderRequest()(Code)(Java Doc)
public RenderResponse getRenderResponse()(Code)(Java Doc)
public void removeParam(String name)(Code)(Java Doc)
public void setBeanId(String beanId)(Code)(Java Doc)
public void setLocale(Locale locale)(Code)(Java Doc)
public void setRenderRequest(RenderRequest renderRequest)(Code)(Java Doc)
public void setRenderResponse(RenderResponse renderResponse)(Code)(Java Doc)
abstract public String toEndString()(Code)(Java Doc)
abstract public String toStartString()(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(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.