Java Doc for MessageBoxBean.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.MessageBoxBean

MessageBoxBean
public class MessageBoxBean extends BaseComponentBean implements TagBean(Code)


Field Summary
final public static  StringNAME
    

Constructor Summary
public  MessageBoxBean()
    
public  MessageBoxBean(String beanId)
    

Method Summary
public  voidappendKey(String key)
     Appends a localisation key to the current list of keys.
public  voidappendText(String text)
     Appends text to the messagebox.
public  voidclearMessage()
     Clears the message.
public  StringgetHeight()
    
public  StringgetMessageType()
     Returns the type of the message.
public  StringgetValue()
     Returns the text of the messagebox.
public  StringgetWidth()
    
public  voidprependKey(String key)
     Prepends a localisation key to the current list of keys.
public  voidprependText(String text)
     Prepends text to the current text.
public  voidremoveKey(String key)
     Removes a key from the list.
public  voidremoveText(String text)
     Removes the text from the list.
public  voidsetHeight(String height)
    
public  voidsetMessageType(String messageType)
    
public  voidsetValue(String text)
     Sets the value of the message to be displayed.
public  voidsetWidth(String width)
    
public  StringtoEndString()
    
public  StringtoStartString()
    

Field Detail
NAME
final public static String NAME(Code)




Constructor Detail
MessageBoxBean
public MessageBoxBean()(Code)



MessageBoxBean
public MessageBoxBean(String beanId)(Code)




Method Detail
appendKey
public void appendKey(String key)(Code)
Appends a localisation key to the current list of keys.
Parameters:
  key - key to append



appendText
public void appendText(String text)(Code)
Appends text to the messagebox.
Parameters:
  text - text to append



clearMessage
public void clearMessage()(Code)
Clears the message. This includes the text and the keys for localization.



getHeight
public String getHeight()(Code)
Gets the height of the messagebox height of the messagebox



getMessageType
public String getMessageType()(Code)
Returns the type of the message. type of the message
See Also:   TextBean



getValue
public String getValue()(Code)
Returns the text of the messagebox. text of the messagebox



getWidth
public String getWidth()(Code)
Returns the width of the messagebox width of the messagebox



prependKey
public void prependKey(String key)(Code)
Prepends a localisation key to the current list of keys.
Parameters:
  key - key to prepend



prependText
public void prependText(String text)(Code)
Prepends text to the current text.
Parameters:
  text - text to prepend



removeKey
public void removeKey(String key)(Code)
Removes a key from the list.
Parameters:
  key - key to remove



removeText
public void removeText(String text)(Code)
Removes the text from the list.
Parameters:
  text - text to be removed



setHeight
public void setHeight(String height)(Code)
Sets the height of the messageboox
Parameters:
  height - height of the messagebox



setMessageType
public void setMessageType(String messageType)(Code)
Sets the type of the message
Parameters:
  messageType -
See Also:   TextBean



setValue
public void setValue(String text)(Code)
Sets the value of the message to be displayed. All other messages or deleted.
Parameters:
  text - text to be displayed



setWidth
public void setWidth(String width)(Code)
Sets the width of the messgebox
Parameters:
  width - witdh of the messagebox



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.