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


java.lang.Object
   com.salmonllc.html.HtmlComponent
      com.salmonllc.jsp.JspContainer
         com.salmonllc.jsp.JspList

JspList
public class JspList extends JspContainer implements ImageGenerator(Code)
This component will iterate through a datastore and for each row in the datastore, generate html for components contained in it. The list can render in a table (adds formatting) or not (you have to do all the formatting). If the list renders in a table, it can be difided into columns for newpaper style iteration.


Field Summary
final public static  StringPAGE_BUTTON_STYLE_OVAL
    
final public static  StringPAGE_BUTTON_STYLE_RECTANGLE
    
final public static  intPAGE_BUTTON_TYPE_IMAGE
    
final public static  intPAGE_BUTTON_TYPE_SUBMIT
    
final public static  intPAGE_BUTTON_TYPE_TEXT
    
final public static  StringTYPE_NEWSPAPER
    
final public static  StringTYPE_STRAIGHT
    

Constructor Summary
public  JspList(String name, com.salmonllc.html.HtmlPage p)
     JspList constructor comment.
public  JspList(String name, String theme, com.salmonllc.html.HtmlPage p)
     JspList constructor comment.

Method Summary
public  voidaddPropertyExpression(Object comp, String propertyName, DataStoreEvaluator expEval)
     This method will add a property expression to the HtmlDataTable.
public  voidaddPropertyExpression(Object comp, String propertyName, DataStoreExpression propExpression)
     This method will add a property expression to the HtmlDataTable. The propExpression will be evaluated by the evaluatePropertyExpression method
Parameters:
  comp - The component to set the property for
Parameters:
  propertyName - The name of the property to set.
public  voidaddPropertyExpression(Object comp, String propertyName, String expression)
     This method will add a property expression to the HtmlDataTable.
public  voidclearPropertyExpressions()
    
public  booleanexecuteEvent(int eventType)
    
public  voidgenerateHTML(TagWriter t, Vector content)
     Generates the Html for the component.
public  voidgenerateImage(String img, OutputStream out)
    
public  intgetBorder()
     Gets the border thickness for the table.
public  StringgetBorderColor()
     Gets the border color for the table.
public  longgetCacheKey()
    
public  intgetCellPadding()
     Gets the cell padding for the table.
public  intgetCellSpacing()
     Gets the cell spacing for the table.
public  intgetColumns()
    
public  com.salmonllc.sql.DataStoreBuffergetDataStore()
    
public  intgetFirstRowOnPage()
     Returns the first row on the page displayed in the datatable.
public  java.lang.StringgetName()
    
public  intgetPage(int row)
     This method returns the page the row is on.
public  intgetPageButtonType()
     Gets the type of paging buttons for the data table.
public  ColorgetPagingButtonBackgroundColor()
    
public  ColorgetPagingButtonBottomRightColor()
    
public  StringgetPagingButtonDisplayStyle()
     This method gets the Display Style for a generated page button image.
public  FontgetPagingButtonFont()
    
public  intgetPagingButtonHeight()
    
public  ColorgetPagingButtonTextColor()
    
public  intgetRowsPerPage()
     This method gets the number of rows to display on one page of output.
public  StringgetScrollAnchor()
     This method gets the anchor to scroll to when a paging button on the table is clicked.
public  booleangetScrollOnPaging()
     Gets whether the build scrolling javascript when the user clicks on a paging button.
public  booleangetSelRowsPerPage()
     Returns true if rows per page selector is visible.
public  java.lang.StringgetType()
    
public  booleangetUseCache()
    
public  booleangetUseTable()
    
public  booleanisRowOnPage(int row)
     This method returns true if the specified row is on the current page.
public  booleanprocessParms(Hashtable parms, int rowNo)
     This method will process the parms from a post for every component in the container.
public  voidprocessPropertyExpressions(int row)
    
public  voidsetBorder(int border)
     Sets the border for the table.
public  voidsetBorderColor(String value)
     Sets the border color for the table.
public  voidsetCacheKey(long key)
     This method is used by the framework to decide whether or not to generate the image or get it from cache.
public  voidsetCellPadding(int value)
     Sets the cell padding for the table.
public  voidsetCellSpacing(int value)
     Sets the cell spacing for the table.
public  voidsetColumnWidth(java.lang.String width)
    
public  voidsetColumns(int newColumns)
    
public  voidsetDataStore(com.salmonllc.sql.DataStoreBuffer newDataStore)
    
public  voidsetFirstRowOnPage(int firstRowOnPage)
     This method sets the first row displayed on the current page.
public  voidsetMaxPageButtons(int max)
     This method sets the maximum number of paging buttons to display.
public  voidsetMaxPagingButtons(int max)
     Sets the maximum number of paging buttons for the table.
public  voidsetName(java.lang.String newName)
    
public  voidsetPage(int page)
    
public  voidsetPageButtonType(int type)
     Sets the type of paging buttons for the data table.
public  voidsetPageSelectRenderer(DataTablePageSelectRenderer r)
    
public  voidsetPageSelectRenderer(String r)
    
public  voidsetPagingButtonBackgroundColor(Color c)
    
public  voidsetPagingButtonBottomRightColor(Color c)
    
public  voidsetPagingButtonDisplayStyle(String style)
     This method sets the Display Style for a generated image button.
public  voidsetPagingButtonFont(Font f)
     This method sets the font used for dynamically generated page button images.
public  voidsetPagingButtonHeight(int height)
    
public  voidsetRowsPerPage(int rowsPerPage)
     This method sets the number of rows to display on one page of output.
public  voidsetRowsPerPageRenderer(DataTableRowsPerPageRenderer r)
    
public  voidsetRowsPerPageRenderer(String r)
    
public  voidsetScrollAnchor(String anchor)
     This method sets the anchor to scroll to when a paging button on the table is clicked.
public  voidsetScrollOnPaging(boolean scroll)
     Sets whether the list will build scrolling javascript when the user clicks on paging button.
public  voidsetSelRowsPerPage(boolean sel)
     Sets whether rows per page selector is visible.
public  voidsetTheme(String theme)
     This method sets the property theme for the component.
public  voidsetType(String newType)
     Sets the type of list for sorting purposes: TYPE_NEWSPAPER or TYPE_STRAIGHT.
public  voidsetUseTable(boolean useTable)
    
public  voidsetWidth(java.lang.String width)
    

Field Detail
PAGE_BUTTON_STYLE_OVAL
final public static String PAGE_BUTTON_STYLE_OVAL(Code)



PAGE_BUTTON_STYLE_RECTANGLE
final public static String PAGE_BUTTON_STYLE_RECTANGLE(Code)



PAGE_BUTTON_TYPE_IMAGE
final public static int PAGE_BUTTON_TYPE_IMAGE(Code)



PAGE_BUTTON_TYPE_SUBMIT
final public static int PAGE_BUTTON_TYPE_SUBMIT(Code)



PAGE_BUTTON_TYPE_TEXT
final public static int PAGE_BUTTON_TYPE_TEXT(Code)



TYPE_NEWSPAPER
final public static String TYPE_NEWSPAPER(Code)



TYPE_STRAIGHT
final public static String TYPE_STRAIGHT(Code)




Constructor Detail
JspList
public JspList(String name, com.salmonllc.html.HtmlPage p)(Code)
JspList constructor comment.



JspList
public JspList(String name, String theme, com.salmonllc.html.HtmlPage p)(Code)
JspList constructor comment.




Method Detail
addPropertyExpression
public void addPropertyExpression(Object comp, String propertyName, DataStoreEvaluator expEval) throws NoSuchMethodException, DataStoreException(Code)
This method will add a property expression to the HtmlDataTable. The property expression will automatically set a property value with the results of the passed expression.
Parameters:
  comp - The component to set the property for
Parameters:
  propertyName - The name of the property to set. The component must have a corresponding setProperty method or this method will throw a NoSuchMethodException
Parameters:
  expEval - java.lang.String The datastore evaluator that evaluates the expression
exception:
  java.lang.NoSuchMethodException - The exception description.
exception:
  com.salmonllc.sql.DataStoreException - The exception description.



addPropertyExpression
public void addPropertyExpression(Object comp, String propertyName, DataStoreExpression propExpression) throws NoSuchMethodException, DataStoreException(Code)
This method will add a property expression to the HtmlDataTable. The propExpression will be evaluated by the evaluatePropertyExpression method
Parameters:
  comp - The component to set the property for
Parameters:
  propertyName - The name of the property to set. The component must have a corresponding setProperty method or this method will throw a NoSuchMethodException
Parameters:
  propExpression - com.salmonllc.html.PropertyExpression The instance of PropertyExpression that should do the evaluating.
exception:
  java.lang.NoSuchMethodException - The exception description.
exception:
  com.salmonllc.sql.DataStoreException - The exception description.



addPropertyExpression
public void addPropertyExpression(Object comp, String propertyName, String expression) throws NoSuchMethodException, DataStoreException(Code)
This method will add a property expression to the HtmlDataTable. The property expression will automatically set a property value with the results of the passed expression.
Parameters:
  comp - The component to set the property for
Parameters:
  propertyName - The name of the property to set. The component must have a corresponding setProperty method or this method will throw a NoSuchMethodException
Parameters:
  expression - java.lang.String The datastore expression to evaluate
exception:
  java.lang.NoSuchMethodException - The exception description.
exception:
  com.salmonllc.sql.DataStoreException - The exception description.



clearPropertyExpressions
public void clearPropertyExpressions()(Code)
This method will remove all property expressions from the list



executeEvent
public boolean executeEvent(int eventType) throws Exception(Code)



generateHTML
public void generateHTML(TagWriter t, Vector content) throws java.io.IOException(Code)
Generates the Html for the component. This method is called by the framework and should not be called directly



generateImage
public void generateImage(String img, OutputStream out) throws IOException(Code)



getBorder
public int getBorder()(Code)
Gets the border thickness for the table.



getBorderColor
public String getBorderColor()(Code)
Gets the border color for the table.



getCacheKey
public long getCacheKey()(Code)



getCellPadding
public int getCellPadding()(Code)
Gets the cell padding for the table.



getCellSpacing
public int getCellSpacing()(Code)
Gets the cell spacing for the table.



getColumns
public int getColumns()(Code)
Returns the number of columns used in the list



getDataStore
public com.salmonllc.sql.DataStoreBuffer getDataStore()(Code)
Returns the DataStoreBuffer used by the list



getFirstRowOnPage
public int getFirstRowOnPage()(Code)
Returns the first row on the page displayed in the datatable.



getName
public java.lang.String getName()(Code)
Returns the name of the list



getPage
public int getPage(int row)(Code)
This method returns the page the row is on.



getPageButtonType
public int getPageButtonType()(Code)
Gets the type of paging buttons for the data table. Valid Types are PAGE_BUTTON_TYPE_SUBMIT, PAGE_BUTTON_TYPE_IMAGE, PAGE_BUTTON_TYPE_TEXT



getPagingButtonBackgroundColor
public Color getPagingButtonBackgroundColor()(Code)
This method returns the background color of paging button images



getPagingButtonBottomRightColor
public Color getPagingButtonBottomRightColor()(Code)
This method returns the bottom right border color of paging button images



getPagingButtonDisplayStyle
public String getPagingButtonDisplayStyle()(Code)
This method gets the Display Style for a generated page button image. Valid Values are PAGE_BUTTON_STYLE_RECTANGLE and PAGE_BUTTON_STYLE_OVAL



getPagingButtonFont
public Font getPagingButtonFont()(Code)
This method returns the font used for page button images



getPagingButtonHeight
public int getPagingButtonHeight()(Code)
This method returns the height used for page button images



getPagingButtonTextColor
public Color getPagingButtonTextColor()(Code)
This method returns the text color of page button images



getRowsPerPage
public int getRowsPerPage()(Code)
This method gets the number of rows to display on one page of output. A value <= 0 will indicate no limit to the number of rows displayed.



getScrollAnchor
public String getScrollAnchor()(Code)
This method gets the anchor to scroll to when a paging button on the table is clicked. Set it to null for the top of the table.



getScrollOnPaging
public boolean getScrollOnPaging()(Code)
Gets whether the build scrolling javascript when the user clicks on a paging button.



getSelRowsPerPage
public boolean getSelRowsPerPage()(Code)
Returns true if rows per page selector is visible.



getType
public java.lang.String getType()(Code)
Returns the type of the list, used for sorting columns: TYPE_NEWSPAPER or TYPE_STRAIGHT



getUseCache
public boolean getUseCache()(Code)



getUseTable
public boolean getUseTable()(Code)
gets whether or not the component will us a table to generate it's html



isRowOnPage
public boolean isRowOnPage(int row)(Code)
This method returns true if the specified row is on the current page.



processParms
public boolean processParms(Hashtable parms, int rowNo) throws Exception(Code)
This method will process the parms from a post for every component in the container.



processPropertyExpressions
public void processPropertyExpressions(int row)(Code)



setBorder
public void setBorder(int border)(Code)
Sets the border for the table.



setBorderColor
public void setBorderColor(String value)(Code)
Sets the border color for the table.



setCacheKey
public void setCacheKey(long key)(Code)
This method is used by the framework to decide whether or not to generate the image or get it from cache. It should not be called directly.



setCellPadding
public void setCellPadding(int value)(Code)
Sets the cell padding for the table.



setCellSpacing
public void setCellSpacing(int value)(Code)
Sets the cell spacing for the table.



setColumnWidth
public void setColumnWidth(java.lang.String width)(Code)
Sets the width of each column in the list (multicolumn lists only)



setColumns
public void setColumns(int newColumns)(Code)
Sets the number of columns used to present this list



setDataStore
public void setDataStore(com.salmonllc.sql.DataStoreBuffer newDataStore)(Code)
Sets the datastore that the list will iterate through to display its data



setFirstRowOnPage
public void setFirstRowOnPage(int firstRowOnPage)(Code)
This method sets the first row displayed on the current page.



setMaxPageButtons
public void setMaxPageButtons(int max)(Code)
This method sets the maximum number of paging buttons to display.



setMaxPagingButtons
public void setMaxPagingButtons(int max)(Code)
Sets the maximum number of paging buttons for the table.



setName
public void setName(java.lang.String newName)(Code)
Sets the name of the component



setPage
public void setPage(int page)(Code)
This method will scroll to the first row on the current selected page



setPageButtonType
public void setPageButtonType(int type)(Code)
Sets the type of paging buttons for the data table. Valid Types are PAGE_BUTTON_TYPE_SUBMIT, PAGE_BUTTON_TYPE_IMAGE, PAGE_BUTTON_TYPE_TEXT



setPageSelectRenderer
public void setPageSelectRenderer(DataTablePageSelectRenderer r)(Code)
Sets a new render to draw the HTML for the table page selector



setPageSelectRenderer
public void setPageSelectRenderer(String r)(Code)
Sets a new render to draw the HTML for the table page selector, given the class name for the renderer



setPagingButtonBackgroundColor
public void setPagingButtonBackgroundColor(Color c)(Code)
This method sets the background color for the page button generated image



setPagingButtonBottomRightColor
public void setPagingButtonBottomRightColor(Color c)(Code)
This method sets the bottom and right border color for the page button generated image



setPagingButtonDisplayStyle
public void setPagingButtonDisplayStyle(String style)(Code)
This method sets the Display Style for a generated image button. Valid Values are PAGE_BUTTON_STYLE_RECTANGLE and PAGE_BUTTON_STYLE_OVAL



setPagingButtonFont
public void setPagingButtonFont(Font f)(Code)
This method sets the font used for dynamically generated page button images.



setPagingButtonHeight
public void setPagingButtonHeight(int height)(Code)
This method sets the height used for page button images



setRowsPerPage
public void setRowsPerPage(int rowsPerPage)(Code)
This method sets the number of rows to display on one page of output. A value <= 0 will indicate no limit to the number of rows displayed.



setRowsPerPageRenderer
public void setRowsPerPageRenderer(DataTableRowsPerPageRenderer r)(Code)
Sets a new render to draw the HTML for the rows per page selector



setRowsPerPageRenderer
public void setRowsPerPageRenderer(String r)(Code)
Sets a new render to draw the HTML for the rows per page selector



setScrollAnchor
public void setScrollAnchor(String anchor)(Code)
This method sets the anchor to scroll to when a paging button on the table is clicked. Set it to null for the top of the table.



setScrollOnPaging
public void setScrollOnPaging(boolean scroll)(Code)
Sets whether the list will build scrolling javascript when the user clicks on paging button.



setSelRowsPerPage
public void setSelRowsPerPage(boolean sel)(Code)
Sets whether rows per page selector is visible.



setTheme
public void setTheme(String theme)(Code)
This method sets the property theme for the component.
Parameters:
  theme - The theme to use.



setType
public void setType(String newType)(Code)
Sets the type of list for sorting purposes: TYPE_NEWSPAPER or TYPE_STRAIGHT. Newspaper will sort down then across, straight will sort across then down



setUseTable
public void setUseTable(boolean useTable)(Code)
Sets whether or not the component will us a table to generate it's html



setWidth
public void setWidth(java.lang.String width)(Code)
Sets the width of the list



Fields inherited from com.salmonllc.jsp.JspContainer
final public static int TYPE_COMP(Code)(Java Doc)
final public static int TYPE_FOOTER(Code)(Java Doc)
final public static int TYPE_GROUP_FOOTER(Code)(Java Doc)
final public static int TYPE_GROUP_HEADER(Code)(Java Doc)
final public static int TYPE_HEADER(Code)(Java Doc)
final public static int TYPE_ROW(Code)(Java Doc)
protected boolean _center(Code)(Java Doc)
protected boolean _enabled(Code)(Java Doc)
protected HtmlComponent _submit(Code)(Java Doc)

Methods inherited from com.salmonllc.jsp.JspContainer
public void add(HtmlComponent comp, int type)(Code)(Java Doc)
public void clearSubmit()(Code)(Java Doc)
public boolean executeEvent(int eventType) throws Exception(Code)(Java Doc)
public void generateHTML(PrintWriter p, int rowNo) throws java.lang.Exception(Code)(Java Doc)
public HtmlComponent getComponent(int i)(Code)(Java Doc)
public int getComponentCount()(Code)(Java Doc)
public int getComponentIndex(HtmlComponent comp)(Code)(Java Doc)
public int getComponentType(int i)(Code)(Java Doc)
public int getComponentType(HtmlComponent comp)(Code)(Java Doc)
public Enumeration getComponents()(Code)(Java Doc)
public JspController getController()(Code)(Java Doc)
public boolean getDoInit()(Code)(Java Doc)
public HtmlComponent getSubmitComponent()(Code)(Java Doc)
public void initialize()(Code)(Java Doc)
public boolean isComponentInContainer(HtmlComponent comp)(Code)(Java Doc)
public boolean processParms(Hashtable parms, int rowNo) throws Exception(Code)(Java Doc)
boolean replaceComponent(HtmlComponent comp, Object compToReplace)(Code)(Java Doc)
public void setDoInit(boolean b)(Code)(Java Doc)
public void setEnabled(boolean enabled)(Code)(Java Doc)
public void setVisible(boolean visible)(Code)(Java Doc)
public String toString()(Code)(Java Doc)

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)
protected boolean _generateNewline(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.