Java Doc for HtmlApplet.java in  » J2EE » Sofia » com » salmonllc » html » 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 » J2EE » Sofia » com.salmonllc.html 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.salmonllc.html.HtmlComponent
      com.salmonllc.html.HtmlApplet

HtmlApplet
public class HtmlApplet extends HtmlComponent (Code)
This component will construct an applet tag.


Field Summary
final public static  StringALIGN_ABSBOTTOM
    
final public static  StringALIGN_ABSMIDDLE
    
final public static  StringALIGN_BASELINE
    
final public static  StringALIGN_BOTTOM
    
final public static  StringALIGN_LEFT
    
final public static  StringALIGN_MIDDLE
    
final public static  StringALIGN_RIGHT
    
final public static  StringALIGN_TEXTTOP
    
final public static  StringALIGN_TOP
    
final public static  intSIZE_PERCENT
    
final public static  intSIZE_PIXELS
    
 String_appletAttributesDatasource
    
 String_code_codeBase_archive_alt_align_object_title
    
 DataStoreBuffer_dsBuff
    
 String_interactWithForm
    
 String_mayScript
    
 String_nojavasupport
    
 Hashtable_parms
    
 String_pluginClassId_pluginCodeBase
    
 String_pluginsPage
    
 int_sizeOption
    
 String_type
    
 String_usePlugin
    
 String_value_state
    
 String_visible
    
 String_width_height_hSpace_vSpace
    

Constructor Summary
public  HtmlApplet(String name, String className, com.salmonllc.html.HtmlPage p)
    
public  HtmlApplet(String name, String className, String codeBase, int width, int height, com.salmonllc.html.HtmlPage p)
    
public  HtmlApplet(String name, String className, String codeBase, int width, int height, String jarFile, com.salmonllc.html.HtmlPage p)
    
public  HtmlApplet(String name, String className, String codeBase, com.salmonllc.html.HtmlPage p)
    

Method Summary
public  voidaddParameters(String table, String nameColumn, String valueColumn, String criteria)
    
public  voidclearParm(String name)
     This method removes a parameter used by the applet.
public  voidgenerateHTML(PrintWriter p, int rowNo)
    
public  StringgetAlign()
     Gets how the applet will be aligned on the page.
public  StringgetAltText()
     Gets the text to display for browsers that don't support java.
public  StringgetAppletAttributesDatasource()
    
public  StringgetArchive()
     Sets the name for the jar file that contains the applet and related classes.
public  StringgetClassName()
     This method gets the name for the applet class.
public  StringgetCodeBase()
     Gets the directory containing the applet class file and any resources the applet needs.
public  StringgetFullName()
    
public  StringgetFullName(int iRowNo)
    
public  intgetHSpace()
    
public  intgetHeight()
    
public  booleangetInteractWithForm()
     If the value is true if the applet will interact with the HTML form that it's in.
public  booleangetMayScript()
     This method gets whether the applet can be accessed via javaScript in the browser.
public  StringgetNoJavaSupport()
     Gets the No Java Support String that is displayed in browsers which cannot support applets.
public  StringgetObject()
     Gets the object attribute of the applet.
public  StringgetParm(String name)
     This method gets a parameter used by the applet.
public  StringgetPluginClassId()
     Gets the Java Plug-in Class ID.
public  StringgetPluginCodeBase()
     Gets the Java Plug-in Code Base.
public  StringgetPluginsPage()
     Gets the Java Plug-in Download Page.
public  intgetSizeOption()
     Gets the SizeOption of the applet.
public  StringgetState()
     Gets the state attribute of the applet.
public  StringgetTitle()
     Gets the title attribute of the applet.
public  StringgetType()
     Gets the Java Plug-in Applet Type.
public  booleangetUsePlugin()
     This method gets whether the applet uses the sun plug-in or not.
public  intgetVSpace()
    
public  StringgetValue()
     If the applet can submit a value along with the page this will return it.
public  booleangetVisible()
     This method gets whether the applet is visible or not.
public  intgetWidth()
    
public  booleanprocessParms(Hashtable parms, int rowNo)
    
public  voidsetAlign(String align)
     Sets how the applet will be aligned on the page.
public  voidsetAltText(String text)
     Sets the text to display for browsers that don't support java.
public  voidsetAppletAttributesDatasource(String sDatasource)
    
public  voidsetArchive(String archive)
     Sets the name for the jar file that contains the applet and related classes.
public  voidsetClassName(String className)
     This method sets the name for the applet class.
public  voidsetCode(String code)
     Sets the applet code class.
public  voidsetCodeBase(String codeBase)
     Sets the directory containing the applet class file and any resources the applet needs.
public  voidsetHSpace(int hSpace)
    
public  voidsetHSpace(String hSpace)
    
public  voidsetHeight(int height)
    
public  voidsetHeight(String height)
    
public  voidsetInteractWithForm(boolean interact)
     Set the value to true if you want the applet to interact with the HTML form that it's in.
public  voidsetInteractWithForm(String interact)
     Set the value to true if you want the applet to interact with the HTML form that it's in.
public  voidsetMayScript(boolean mayScript)
     This method sets whether the applet can be accessed via javaScript in the browser.
public  voidsetMayScript(String mayScript)
     This method sets whether the applet can be accessed via javaScript in the browser.
public  voidsetNoJavaSupport(String sNoJavaSupport)
     Sets the No Java Support String that is displayed in browsers which cannot support applets.
public  voidsetObject(String sObject)
     Sets the object attribute of the applet.
public  voidsetParm(String name, String value)
     This method sets a parameter used by the applet.
public  voidsetPluginClassId(String sPluginClassId)
     Sets the Java Plug-in Class ID.
public  voidsetPluginCodeBase(String sPluginCodeBase)
     Sets the Java Plug-in Code Base.
public  voidsetPluginsPage(String sPluginPage)
     Sets the Java Plug-in Download Page.
public  voidsetSizeOption(int sizeOption)
     Sets the SizeOption of the applet.
public  voidsetState(String sState)
     Sets the state attribute of the applet.
public  voidsetTitle(String sTitle)
     Sets the title attribute of the applet.
public  voidsetType(String sType)
     Sets the Java Plug-in Applet Type.
public  voidsetUsePlugin(boolean bUsePlugIn)
     This method sets whether the applet uses the sun plug-in or not.
public  voidsetUsePlugin(String sUsePlugIn)
     This method sets whether the applet uses the sun plug-in or not.
public  voidsetVSpace(int vSpace)
    
public  voidsetVSpace(String vSpace)
    
public  voidsetValue(String value)
     If the applet can display a value this will pass it .
public  voidsetVisible(boolean bVisible)
     This method sets whether the applet is visible or not.
public  voidsetVisible(String sVisible)
     This method sets whether the applet is visible or not.
public  voidsetWidth(int width)
    
public  voidsetWidth(String width)
    

Field Detail
ALIGN_ABSBOTTOM
final public static String ALIGN_ABSBOTTOM(Code)



ALIGN_ABSMIDDLE
final public static String ALIGN_ABSMIDDLE(Code)



ALIGN_BASELINE
final public static String ALIGN_BASELINE(Code)



ALIGN_BOTTOM
final public static String ALIGN_BOTTOM(Code)



ALIGN_LEFT
final public static String ALIGN_LEFT(Code)



ALIGN_MIDDLE
final public static String ALIGN_MIDDLE(Code)



ALIGN_RIGHT
final public static String ALIGN_RIGHT(Code)



ALIGN_TEXTTOP
final public static String ALIGN_TEXTTOP(Code)



ALIGN_TOP
final public static String ALIGN_TOP(Code)



SIZE_PERCENT
final public static int SIZE_PERCENT(Code)



SIZE_PIXELS
final public static int SIZE_PIXELS(Code)



_appletAttributesDatasource
String _appletAttributesDatasource(Code)



_code_codeBase_archive_alt_align_object_title
String _code_codeBase_archive_alt_align_object_title(Code)



_dsBuff
DataStoreBuffer _dsBuff(Code)



_interactWithForm
String _interactWithForm(Code)



_mayScript
String _mayScript(Code)



_nojavasupport
String _nojavasupport(Code)



_parms
Hashtable _parms(Code)



_pluginClassId_pluginCodeBase
String _pluginClassId_pluginCodeBase(Code)



_pluginsPage
String _pluginsPage(Code)



_sizeOption
int _sizeOption(Code)



_type
String _type(Code)



_usePlugin
String _usePlugin(Code)



_value_state
String _value_state(Code)



_visible
String _visible(Code)



_width_height_hSpace_vSpace
String _width_height_hSpace_vSpace(Code)




Constructor Detail
HtmlApplet
public HtmlApplet(String name, String className, com.salmonllc.html.HtmlPage p)(Code)
Creates a new HtmlApplet
Parameters:
  name - The name of the applet
Parameters:
  className - The class name of the applet
Parameters:
  p - The page the applet will go in.



HtmlApplet
public HtmlApplet(String name, String className, String codeBase, int width, int height, com.salmonllc.html.HtmlPage p)(Code)
Creates a new HtmlApplet
Parameters:
  name - The name of the applet
Parameters:
  className - The class name of the applet
Parameters:
  codeBase - The directory where the applets resources will be found
Parameters:
  width - The width of the applet
Parameters:
  height - The height of the applet
Parameters:
  p - The page the applet will go in.



HtmlApplet
public HtmlApplet(String name, String className, String codeBase, int width, int height, String jarFile, com.salmonllc.html.HtmlPage p)(Code)
Creates a new HtmlApplet
Parameters:
  name - The name of the applet
Parameters:
  className - The class name of the applet
Parameters:
  codeBase - The directory where the applets resources will be found
Parameters:
  width - The width of the applet
Parameters:
  height - The height of the applet
Parameters:
  p - The page the applet will go in.



HtmlApplet
public HtmlApplet(String name, String className, String codeBase, com.salmonllc.html.HtmlPage p)(Code)
Creates a new HtmlApplet
Parameters:
  name - The name of the applet
Parameters:
  className - The class name of the applet
Parameters:
  codeBase - The directory where the applets resources will be found
Parameters:
  p - The page the applet will go in.




Method Detail
addParameters
public void addParameters(String table, String nameColumn, String valueColumn, String criteria)(Code)
Adds Applet Parameters based on a table with an
integer primary key column (typically an id) and a name and value column.
A simplifying assumption is that each of the following
is the same:
- name of column in the main table which refers to the simple table
- name of integer column in simple table

Parameters:
  table - - name of table to look up names and values from
Parameters:
  nameColumn - - column to get name values from
Parameters:
  valueColumn - - column to get value values from
Parameters:
  criteria - - optional selection criteria



clearParm
public void clearParm(String name)(Code)
This method removes a parameter used by the applet.



generateHTML
public void generateHTML(PrintWriter p, int rowNo) throws Exception(Code)



getAlign
public String getAlign()(Code)
Gets how the applet will be aligned on the page. Valid Values are ALIGN_LEFT,ALIGN_RIGHT, ALIGN_TOP, ALIGN_ABSMIDDLE, ALIGN_ABSBOTTOM, ALIGN_TEXTTOP, ALIGN_MIDDLE, ALIGN_BASELINE, ALIGN_BOTTOM



getAltText
public String getAltText()(Code)
Gets the text to display for browsers that don't support java.



getAppletAttributesDatasource
public String getAppletAttributesDatasource()(Code)
Gets the Datasource which has the Applet Attributes



getArchive
public String getArchive()(Code)
Sets the name for the jar file that contains the applet and related classes.



getClassName
public String getClassName()(Code)
This method gets the name for the applet class.



getCodeBase
public String getCodeBase()(Code)
Gets the directory containing the applet class file and any resources the applet needs. The value is a URL for an absolute or a relative pathname. An absolute URL is used as is without modification and is not affected by the document's BASE tag. A relative CODEBASE attribute is relative to the document's base URL defined by the BASE tag. If the document does not define a BASE tag, it is relative to the directory containing the HTML file.



getFullName
public String getFullName()(Code)



getFullName
public String getFullName(int iRowNo)(Code)



getHSpace
public int getHSpace()(Code)
Gets the horizontal space of the applet



getHeight
public int getHeight()(Code)
Gets the height of the applet



getInteractWithForm
public boolean getInteractWithForm()(Code)
If the value is true if the applet will interact with the HTML form that it's in.



getMayScript
public boolean getMayScript()(Code)
This method gets whether the applet can be accessed via javaScript in the browser.



getNoJavaSupport
public String getNoJavaSupport()(Code)
Gets the No Java Support String that is displayed in browsers which cannot support applets.



getObject
public String getObject()(Code)
Gets the object attribute of the applet. It specifies the serialized Java Applet.



getParm
public String getParm(String name)(Code)
This method gets a parameter used by the applet.



getPluginClassId
public String getPluginClassId()(Code)
Gets the Java Plug-in Class ID. Used by I.E.



getPluginCodeBase
public String getPluginCodeBase()(Code)
Gets the Java Plug-in Code Base. Used by I.E.



getPluginsPage
public String getPluginsPage()(Code)
Gets the Java Plug-in Download Page. Used by Netscape



getSizeOption
public int getSizeOption()(Code)
Gets the SizeOption of the applet. Valid values are SIZE_PIXELS and SIZE_PERCENT



getState
public String getState()(Code)
Gets the state attribute of the applet.



getTitle
public String getTitle()(Code)
Gets the title attribute of the applet.



getType
public String getType()(Code)
Gets the Java Plug-in Applet Type.



getUsePlugin
public boolean getUsePlugin()(Code)
This method gets whether the applet uses the sun plug-in or not.



getVSpace
public int getVSpace()(Code)
Gets the vertical space of the applet



getValue
public String getValue()(Code)
If the applet can submit a value along with the page this will return it.



getVisible
public boolean getVisible()(Code)
This method gets whether the applet is visible or not.



getWidth
public int getWidth()(Code)
gets the width of the applet



processParms
public boolean processParms(Hashtable parms, int rowNo) throws Exception(Code)



setAlign
public void setAlign(String align)(Code)
Sets how the applet will be aligned on the page. Valid Values are ALIGN_LEFT,ALIGN_RIGHT, ALIGN_TOP, ALIGN_ABSMIDDLE, ALIGN_ABSBOTTOM, ALIGN_TEXTTOP, ALIGN_MIDDLE, ALIGN_BASELINE, ALIGN_BOTTOM



setAltText
public void setAltText(String text)(Code)
Sets the text to display for browsers that don't support java.



setAppletAttributesDatasource
public void setAppletAttributesDatasource(String sDatasource)(Code)
Sets the DataStore which has the Applet Attributes



setArchive
public void setArchive(String archive)(Code)
Sets the name for the jar file that contains the applet and related classes.



setClassName
public void setClassName(String className)(Code)
This method sets the name for the applet class.



setCode
public void setCode(String code)(Code)
Sets the applet code class.



setCodeBase
public void setCodeBase(String codeBase)(Code)
Sets the directory containing the applet class file and any resources the applet needs. The value is a URL for an absolute or a relative pathname. An absolute URL is used as is without modification and is not affected by the document's BASE tag. A relative CODEBASE attribute is relative to the document's base URL defined by the BASE tag. If the document does not define a BASE tag, it is relative to the directory containing the HTML file.



setHSpace
public void setHSpace(int hSpace)(Code)
Sets the horizontal space of the applet



setHSpace
public void setHSpace(String hSpace)(Code)
Sets the horizontal space of the applet



setHeight
public void setHeight(int height)(Code)
Sets the height of the applet



setHeight
public void setHeight(String height)(Code)
Sets the height of the applet



setInteractWithForm
public void setInteractWithForm(boolean interact)(Code)
Set the value to true if you want the applet to interact with the HTML form that it's in. Interaction consists of the applet returning a string value to the page when it is submitted (which can be queried via the getValue() method in this object and the page returning a state string to the applet which tells it how to initialize
The applet itself must have 2 public methods for this to work:
public String getValue() - This will return the value that the applet should return to the page.
public String getState() - This method will return a state string to the page. The page will return this string back to the applet the next time it goes back to the browser as an applet parameter: "state". The applet can then restore it's state using the state string specified. This is so the applet can be made to retain it's state across page submits. In addition, two other parameters will be passed to each applet: "value" contains the value of the applet on the server and "servletSessionID" contains the session id of the session on the server.



setInteractWithForm
public void setInteractWithForm(String interact)(Code)
Set the value to true if you want the applet to interact with the HTML form that it's in. Interaction consists of the applet returning a string value to the page when it is submitted (which can be queried via the getValue() method in this object and the page returning a state string to the applet which tells it how to initialize
The applet itself must have 2 public methods for this to work:
public String getValue() - This will return the value that the applet should return to the page.
public String getState() - This method will return a state string to the page. The page will return this string back to the applet the next time it goes back to the browser as an applet parameter: "state". The applet can then restore it's state using the state string specified. This is so the applet can be made to retain it's state across page submits. In addition, two other parameters will be passed to each applet: "value" contains the value of the applet on the server and "servletSessionID" contains the session id of the session on the server.



setMayScript
public void setMayScript(boolean mayScript)(Code)
This method sets whether the applet can be accessed via javaScript in the browser.



setMayScript
public void setMayScript(String mayScript)(Code)
This method sets whether the applet can be accessed via javaScript in the browser.



setNoJavaSupport
public void setNoJavaSupport(String sNoJavaSupport)(Code)
Sets the No Java Support String that is displayed in browsers which cannot support applets.



setObject
public void setObject(String sObject)(Code)
Sets the object attribute of the applet. It specifies the serialized Java Applet.



setParm
public void setParm(String name, String value)(Code)
This method sets a parameter used by the applet. Name and value cannot be null.



setPluginClassId
public void setPluginClassId(String sPluginClassId)(Code)
Sets the Java Plug-in Class ID. Used by I.E.



setPluginCodeBase
public void setPluginCodeBase(String sPluginCodeBase)(Code)
Sets the Java Plug-in Code Base. Used by I.E.



setPluginsPage
public void setPluginsPage(String sPluginPage)(Code)
Sets the Java Plug-in Download Page. Used by Netscape



setSizeOption
public void setSizeOption(int sizeOption)(Code)
Sets the SizeOption of the applet. Valid values are SIZE_PIXELS and SIZE_PERCENT



setState
public void setState(String sState)(Code)
Sets the state attribute of the applet.



setTitle
public void setTitle(String sTitle)(Code)
Sets the title attribute of the applet.



setType
public void setType(String sType)(Code)
Sets the Java Plug-in Applet Type.



setUsePlugin
public void setUsePlugin(boolean bUsePlugIn)(Code)
This method sets whether the applet uses the sun plug-in or not.



setUsePlugin
public void setUsePlugin(String sUsePlugIn)(Code)
This method sets whether the applet uses the sun plug-in or not.



setVSpace
public void setVSpace(int vSpace)(Code)
Sets the vertical space of the applet



setVSpace
public void setVSpace(String vSpace)(Code)
Sets the vertical space of the applet



setValue
public void setValue(String value)(Code)
If the applet can display a value this will pass it .



setVisible
public void setVisible(boolean bVisible)(Code)
This method sets whether the applet is visible or not.



setVisible
public void setVisible(String sVisible)(Code)
This method sets whether the applet is visible or not.



setWidth
public void setWidth(int width)(Code)
Sets the width of the applet



setWidth
public void setWidth(String width)(Code)
Sets the width of the applet



Fields inherited from com.salmonllc.html.HtmlComponent
final public static int DISABLED_ATTRIBUTE_USE_NEVER(Code)(Java Doc)
final public static int DISABLED_ATTRIBUTE_USE_ON_SUPPORTED_BROWSERS(Code)(Java Doc)
final public static int DISABLED_ATTRIBUTE_USE_SYSTEM_DEFAULT(Code)(Java Doc)
final public static int EVENT_NONE(Code)(Java Doc)
final public static int EVENT_OTHER(Code)(Java Doc)
final public static int EVENT_SUBMIT(Code)(Java Doc)
protected String _class(Code)(Java Doc)
String _fullName(Code)(Java Doc)
protected boolean _generateNewline(Code)(Java Doc)
String _name(Code)(Java Doc)
protected HtmlComponent _parent(Code)(Java Doc)
protected boolean _visible(Code)(Java Doc)
final protected static boolean debug(Code)(Java Doc)

Methods inherited from com.salmonllc.html.HtmlComponent
public void doBinding() throws Exception(Code)(Java Doc)
public String encodeURL(String url)(Code)(Java Doc)
public StringBuffer encodeURL(StringBuffer url)(Code)(Java Doc)
public boolean executeEvent(int eventType) throws Exception(Code)(Java Doc)
public static String fixSpecialHTMLCharacters(String input)(Code)(Java Doc)
abstract public void generateHTML(PrintWriter p, int rowNo) throws Exception(Code)(Java Doc)
public void generateHTML(PrintWriter p, int rowStart, int rowEnd) throws Exception(Code)(Java Doc)
protected String generateImageURL()(Code)(Java Doc)
public void generateInitialHTML(PrintWriter p) throws Exception(Code)(Java Doc)
public String getClassName()(Code)(Java Doc)
public String getDataSource()(Code)(Java Doc)
public int getFormIndex()(Code)(Java Doc)
public String getFormString()(Code)(Java Doc)
public String getFullName()(Code)(Java Doc)
public String getName()(Code)(Java Doc)
public HtmlPage getPage()(Code)(Java Doc)
public HtmlComponent getParent()(Code)(Java Doc)
protected String getPortletNameSpace()(Code)(Java Doc)
protected String getSiteMapEntryName(String url)(Code)(Java Doc)
public String getTheme()(Code)(Java Doc)
public int getUseDisabledAttribute()(Code)(Java Doc)
public boolean getVisible()(Code)(Java Doc)
public boolean getVisible(boolean checkParents)(Code)(Java Doc)
public boolean processParms(Hashtable parms, int rowNo) throws Exception(Code)(Java Doc)
public void reset()(Code)(Java Doc)
public void setClassName(String sClass)(Code)(Java Doc)
public void setDataSource(String dataSource)(Code)(Java Doc)
public void setFormIndex(int formIndex)(Code)(Java Doc)
public void setGenerateNewline(boolean enable)(Code)(Java Doc)
public void setName(String name)(Code)(Java Doc)
public void setPage(HtmlPage p)(Code)(Java Doc)
public void setParent(HtmlComponent parent)(Code)(Java Doc)
public void setTheme(String theme)(Code)(Java Doc)
public void setUseDisabledAttribute(int i)(Code)(Java Doc)
public void setVisible(boolean visible)(Code)(Java Doc)
public String toString()(Code)(Java Doc)
public String translateSiteMapURL(String url)(Code)(Java Doc)
protected boolean useDisabledAttribute()(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.