Java Doc for HtmlLookUpComponent.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.HtmlContainer
         com.salmonllc.html.HtmlComposite
            com.salmonllc.html.HtmlLookUpComponent

HtmlLookUpComponent
public class HtmlLookUpComponent extends HtmlComposite implements PageListener,SubmitListener(Code)
This class implements a lookup component. It has an edit field and a zoom component to zoom to a list of possible values.


Field Summary
final public static  StringPARAM_LISTFORM_SEARCH_FILTER_STRING
    
final public static  StringPARAM_LOOKUP_COMPONENT
    
final public static  StringPARAM_LOOKUP_CONTROLLER
    
final public static  StringPARAM_LOOKUP_ROW
    
final public static  StringPARAM_LOOKUP_VALUE
    
protected  DataStoreBuffer_ds
    
protected  String_extraParms
    
protected  String_lookUpPageURL
    
protected  int_rowNo
    

Constructor Summary
public  HtmlLookUpComponent(String name, HtmlPage p)
     LookUp constructor.
public  HtmlLookUpComponent(String name, String lookup_page, HtmlPage p)
     LookUp constructor.
public  HtmlLookUpComponent(String name, String lookup_page, DataStore ds, String tableName, String columnName, int dataType, boolean pKey, HtmlPage p)
     LookUp constructor.
public  HtmlLookUpComponent(String name, String lookup_page, String browseImage, HtmlPage p)
     LookUp constructor.
Parameters:
  name - -name of component
Parameters:
  lookup_page - -the page that will provide the lookup values
Parameters:
  browseImage - -the browse image to use.
public  HtmlLookUpComponent(String name, String lookup_page, String browseImage, DataStore ds, String tableName, String columnName, int dataType, boolean pKey, HtmlPage p)
     LookUp constructor.
Parameters:
  name - -name of component
Parameters:
  lookup_page - -the page that will provide the lookup values
Parameters:
  browseImage - -the browse image to use.

Method Summary
public  voidadd(HtmlComponent comp)
     Do not use this method in this class.
public  voidaddFormComponentValueToPopup(HtmlComponent comp, String requestParmName)
    
public  voidgenerateHTML(PrintWriter p, int rowStart, int rowEnd)
    
public  voidgenerateHTML(PrintWriter p, int rowNo)
    
public  HtmlSubmitImagegetBrowseImage()
    
public  StringgetDescription()
     This method returns the description of the text in the component.
public  StringgetDescriptionDataSource()
    
public  StringgetDivBorderStyle()
    
public  StringgetDivFullName(int rowNum)
    
public  booleangetDivScrolling()
    
public  booleangetEditDescription()
     Returns whether or not the description is editable.
public  HtmlTextEditgetEditField()
    
public  StringgetEditFieldFullName(int rowNum)
    
public  HtmlHiddenFieldgetHiddenDescrField()
    
public  StringgetHiddenDescrFieldFullName(int rowNum)
    
public  StringgetHiddenKeyFieldFullName(int rowNum)
    
public  StringgetLookUpPageURL()
    
public static  StringgetParentLookupFormat(JspController cont)
    
public static  intgetParentLookupMaxLength(JspController cont)
    
public static  StringgetParentLookupValue(JspController cont)
    
public  StringgetPopupAttributes()
    
public  intgetPopupHeight()
    
public  intgetPopupLeft()
    
public  StringgetPopupPosition()
    
public  intgetPopupTop()
    
public  intgetPopupWidth()
    
public  booleangetShowDescription()
    
public  booleangetUseDiv()
    
public  booleangetUsePopup()
    
public  StringgetValue()
     This method returns the value of the text in the component.
public  voidpageRequestEnd(PageEvent p)
    
public  voidpageRequested(PageEvent p)
    
public  voidpageSubmitEnd(PageEvent p)
    
public  voidpageSubmitted(PageEvent p)
    
public  voidreplaceBrowseImage(HtmlComponent comp, int dataType, boolean bound, String table, String column)
    
public  voidreplaceEdit(HtmlComponent comp, int dataType, boolean bound, String table, String column)
    
public  voidsetColumn(DataStoreBuffer ds, int columnNo)
    
public  voidsetColumn(DataStoreBuffer ds, String columnName)
    
public  voidsetDescriptionDataSource(String string)
    
public  voidsetDescriptionExpression(DataStoreBuffer ds, String exp)
    
public  voidsetDescriptionExpression(DataStoreBuffer ds, DataStoreExpression exp)
    
public  voidsetDescriptionFont(String font)
     This method will load the font start and end tags from the page properties object.See the Constants at the top of the class for valid values to pass to this method.
public  voidsetDisplayFormat(String format)
    
public  voidsetDisplayFormatLocaleKey(String key)
    
public  voidsetDivBorderStyle(String divBorderStyle)
    
public  voidsetDivScrolling(boolean divScrolling)
    
public  voidsetEditDescription(boolean editDescription)
    
Parameters:
  editDescription - Sets whether or not the description is editable.
public  voidsetEnabled(boolean enabled)
     Sets the flag for ability to respond to user input (true = does respond).
public  voidsetExtraParms(String extraParms)
     This method will append the extra parms string to the url when the user clicks the submit image.
public  voidsetLookUpPageURL(String newValue)
     This method was created in VisualAge.
public  voidsetPopupAttributes(String popupAttributes)
    
public  voidsetPopupHeight(int i)
    
public  voidsetPopupLeft(int _popupLeft)
    
public  voidsetPopupPosition(String _popupPosition)
    
public  voidsetPopupTop(int _popupTop)
    
public  voidsetPopupWidth(int i)
    
public  voidsetShowDescription(boolean b)
    
public  voidsetTheme(String theme)
    
public  voidsetUseDiv(boolean useDiv)
    
public  voidsetUsePopup(boolean b, boolean useModal)
    
public  voidsetValue(String newValue)
     Sets the value in the edit field.
public  booleansubmitPerformed(SubmitEvent e)
    

Field Detail
PARAM_LISTFORM_SEARCH_FILTER_STRING
final public static String PARAM_LISTFORM_SEARCH_FILTER_STRING(Code)



PARAM_LOOKUP_COMPONENT
final public static String PARAM_LOOKUP_COMPONENT(Code)



PARAM_LOOKUP_CONTROLLER
final public static String PARAM_LOOKUP_CONTROLLER(Code)



PARAM_LOOKUP_ROW
final public static String PARAM_LOOKUP_ROW(Code)



PARAM_LOOKUP_VALUE
final public static String PARAM_LOOKUP_VALUE(Code)



_ds
protected DataStoreBuffer _ds(Code)



_extraParms
protected String _extraParms(Code)



_lookUpPageURL
protected String _lookUpPageURL(Code)



_rowNo
protected int _rowNo(Code)




Constructor Detail
HtmlLookUpComponent
public HtmlLookUpComponent(String name, HtmlPage p)(Code)
LookUp constructor.
Parameters:
  name - -name of component
Parameters:
  p - -page the component will be associated with



HtmlLookUpComponent
public HtmlLookUpComponent(String name, String lookup_page, HtmlPage p)(Code)
LookUp constructor.
Parameters:
  name - -name of component
Parameters:
  lookup_page - -the page that will provide the lookup values
Parameters:
  p - -page the component will be associated with



HtmlLookUpComponent
public HtmlLookUpComponent(String name, String lookup_page, DataStore ds, String tableName, String columnName, int dataType, boolean pKey, HtmlPage p)(Code)
LookUp constructor.
Parameters:
  name - -name of component
Parameters:
  lookup_page - -the page that will provide the lookup values
Parameters:
  ds - -DataStore that is being used with this component
Parameters:
  tableName - -table name to bind to
Parameters:
  columnName - -column name to bind to
Parameters:
  dataType - -data type of the main edit field ( use DataStore.DATATYPE_*)
Parameters:
  pKey - -flag that signifies if the column is a primary key column
Parameters:
  p - -page the component will be associated with



HtmlLookUpComponent
public HtmlLookUpComponent(String name, String lookup_page, String browseImage, HtmlPage p)(Code)
LookUp constructor.
Parameters:
  name - -name of component
Parameters:
  lookup_page - -the page that will provide the lookup values
Parameters:
  browseImage - -the browse image to use. default is a magnifying glass
Parameters:
  p - -page the component will be associated with



HtmlLookUpComponent
public HtmlLookUpComponent(String name, String lookup_page, String browseImage, DataStore ds, String tableName, String columnName, int dataType, boolean pKey, HtmlPage p)(Code)
LookUp constructor.
Parameters:
  name - -name of component
Parameters:
  lookup_page - -the page that will provide the lookup values
Parameters:
  browseImage - -the browse image to use. default is a magnifying glass
Parameters:
  ds - -DataStore that is being used with this component
Parameters:
  tableName - -table name to bind to
Parameters:
  columnName - -column name to bind to
Parameters:
  dataType - -data type of the main edit field ( use DataStore.DATATYPE_*)
Parameters:
  pKey - -flag that signifies if the column is a primary key column
Parameters:
  p - -page the component will be associated with




Method Detail
add
public void add(HtmlComponent comp)(Code)
Do not use this method in this class.



addFormComponentValueToPopup
public void addFormComponentValueToPopup(HtmlComponent comp, String requestParmName)(Code)
Add a form component value to the url line of a popup request
Parameters:
  comp - The component to get the value from
Parameters:
  requestParmName - The name of the parameter to add to the URL line



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



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



getBrowseImage
public HtmlSubmitImage getBrowseImage()(Code)
This method returns the browse image HtmlTextEdit



getDescription
public String getDescription()(Code)
This method returns the description of the text in the component. String



getDescriptionDataSource
public String getDescriptionDataSource()(Code)
the datasource string for the description column of the lookup



getDivBorderStyle
public String getDivBorderStyle()(Code)
Returns the divBorderStyle.



getDivFullName
public String getDivFullName(int rowNum)(Code)



getDivScrolling
public boolean getDivScrolling()(Code)
Returns the divScrolling.



getEditDescription
public boolean getEditDescription()(Code)
Returns whether or not the description is editable. If thedescription is editable, the key field will not be displayed, butwill be set by the lookup.



getEditField
public HtmlTextEdit getEditField()(Code)
This method returns the edit filed HtmlTextEdit



getEditFieldFullName
public String getEditFieldFullName(int rowNum)(Code)



getHiddenDescrField
public HtmlHiddenField getHiddenDescrField()(Code)
This method returns the hidden description filed HtmlTextEdit



getHiddenDescrFieldFullName
public String getHiddenDescrFieldFullName(int rowNum)(Code)



getHiddenKeyFieldFullName
public String getHiddenKeyFieldFullName(int rowNum)(Code)



getLookUpPageURL
public String getLookUpPageURL()(Code)
This method retuns the lookUp URL String



getParentLookupFormat
public static String getParentLookupFormat(JspController cont)(Code)
This method can be used by controllers of lookup popup windows to find the display format the lookup component



getParentLookupMaxLength
public static int getParentLookupMaxLength(JspController cont)(Code)
This method can be used by controllers of lookup popup windows to find the max length of the lookup component



getParentLookupValue
public static String getParentLookupValue(JspController cont)(Code)
This method can be used by controllers of lookup popup windows to find the current value in the lookup component



getPopupAttributes
public String getPopupAttributes()(Code)
Returns the popupAttributes if this lookup uses a popup window(see javascript window.open for list of available attributes)".



getPopupHeight
public int getPopupHeight()(Code)



getPopupLeft
public int getPopupLeft()(Code)



getPopupPosition
public String getPopupPosition()(Code)



getPopupTop
public int getPopupTop()(Code)



getPopupWidth
public int getPopupWidth()(Code)



getShowDescription
public boolean getShowDescription()(Code)
true if a description should be shown next to the field



getUseDiv
public boolean getUseDiv()(Code)
Returns the useDiv flag to indicate if a popup should open in a div.



getUsePopup
public boolean getUsePopup()(Code)



getValue
public String getValue()(Code)
This method returns the value of the text in the component. String



pageRequestEnd
public void pageRequestEnd(PageEvent p) throws Exception(Code)



pageRequested
public void pageRequested(PageEvent p) throws Exception(Code)



pageSubmitEnd
public void pageSubmitEnd(PageEvent p)(Code)



pageSubmitted
public void pageSubmitted(PageEvent p)(Code)



replaceBrowseImage
public void replaceBrowseImage(HtmlComponent comp, int dataType, boolean bound, String table, String column)(Code)
Replaces the default browse image with one you specify
Parameters:
  comp - -component that is replacing the browse image
Parameters:
  dataType - -data type of the component being replaced ( useDataStore.DATATYPE_*)
Parameters:
  bound - -flag that signifies if the component is bound to a datastorecolumn
Parameters:
  table - -table component is bound to
Parameters:
  column - -column component is bound to



replaceEdit
public void replaceEdit(HtmlComponent comp, int dataType, boolean bound, String table, String column)(Code)
Replaces the default edit field with one you specify
Parameters:
  comp - -component that is replacing the edit field
Parameters:
  dataType - -data type of the component being replaced ( useDataStore.DATATYPE_*)
Parameters:
  bound - -flag that signifies if the component is bound to a datastorecolumn
Parameters:
  table - -table component is bound to
Parameters:
  column - -column component is bound to



setColumn
public void setColumn(DataStoreBuffer ds, int columnNo)(Code)
Sets the column in the DataStore that this field binds to



setColumn
public void setColumn(DataStoreBuffer ds, String columnName)(Code)
Sets the column in the DataStore that this field binds to



setDescriptionDataSource
public void setDescriptionDataSource(String string)(Code)



setDescriptionExpression
public void setDescriptionExpression(DataStoreBuffer ds, String exp) throws DataStoreException(Code)



setDescriptionExpression
public void setDescriptionExpression(DataStoreBuffer ds, DataStoreExpression exp) throws DataStoreException(Code)



setDescriptionFont
public void setDescriptionFont(String font)(Code)
This method will load the font start and end tags from the page properties object.See the Constants at the top of the class for valid values to pass to this method.



setDisplayFormat
public void setDisplayFormat(String format)(Code)



setDisplayFormatLocaleKey
public void setDisplayFormatLocaleKey(String key)(Code)



setDivBorderStyle
public void setDivBorderStyle(String divBorderStyle)(Code)

Parameters:
  divBorderStyle - For popups that open in divs sets the border style (CSS) for the div border default is: 1px solid black.



setDivScrolling
public void setDivScrolling(boolean divScrolling)(Code)

Parameters:
  divScrolling - For popus that open in divs, whether or not a scrollbar will be present for overflow



setEditDescription
public void setEditDescription(boolean editDescription)(Code)

Parameters:
  editDescription - Sets whether or not the description is editable. If thedescription is editable, the key field will not be displayed,but will be set by the lookup.



setEnabled
public void setEnabled(boolean enabled)(Code)
Sets the flag for ability to respond to user input (true = does respond).
Parameters:
  enabled - boolean



setExtraParms
public void setExtraParms(String extraParms)(Code)
This method will append the extra parms string to the url when the user clicks the submit image.



setLookUpPageURL
public void setLookUpPageURL(String newValue)(Code)
This method was created in VisualAge.
Parameters:
  newValue - String



setPopupAttributes
public void setPopupAttributes(String popupAttributes)(Code)

Parameters:
  popupAttributes - The popupAttributes to set if this lookup uses a popup window(see javascript window.open for list of availableattributes)"..



setPopupHeight
public void setPopupHeight(int i)(Code)

Parameters:
  i -



setPopupLeft
public void setPopupLeft(int _popupLeft)(Code)



setPopupPosition
public void setPopupPosition(String _popupPosition)(Code)



setPopupTop
public void setPopupTop(int _popupTop)(Code)



setPopupWidth
public void setPopupWidth(int i)(Code)

Parameters:
  i -



setShowDescription
public void setShowDescription(boolean b)(Code)
set to true if a description should be shown next to the field



setTheme
public void setTheme(String theme)(Code)



setUseDiv
public void setUseDiv(boolean useDiv)(Code)

Parameters:
  useDiv - The useDiv to set.



setUsePopup
public void setUsePopup(boolean b, boolean useModal)(Code)

Parameters:
  b -



setValue
public void setValue(String newValue)(Code)
Sets the value in the edit field.



submitPerformed
public boolean submitPerformed(SubmitEvent e) throws Exception(Code)



Fields inherited from com.salmonllc.html.HtmlComposite
final static int DATATYPE_ANY(Code)(Java Doc)

Methods inherited from com.salmonllc.html.HtmlComposite
public void add(HtmlComponent comp)(Code)(Java Doc)
public Object addCompositeComponent(HtmlComponent comp, int dataType, boolean bound, String table, String column)(Code)(Java Doc)
public Object addCompositeComponent(HtmlComponent comp, int dataType, boolean bound, String table, String column, int flags)(Code)(Java Doc)
public HtmlComponent getComponent(int index)(Code)(Java Doc)
public String getComponentColumn(HtmlComponent comp)(Code)(Java Doc)
public int getComponentDataType(HtmlComponent comp)(Code)(Java Doc)
public int getComponentFlags(HtmlComponent comp)(Code)(Java Doc)
public String getComponentTable(HtmlComponent comp)(Code)(Java Doc)
public Enumeration getComponents()(Code)(Java Doc)
public int getCompositeSize()(Code)(Java Doc)
public boolean getIsComponentBound(HtmlComponent comp)(Code)(Java Doc)
public Object insertCompositeComponentAt(HtmlComponent comp, int index, int dataType, boolean bound, String table, String column)(Code)(Java Doc)
public Object insertCompositeComponentAt(HtmlComponent comp, int index, int dataType, boolean bound, String table, String column, int flags)(Code)(Java Doc)
public Object replaceCompositeComponent(HtmlComponent comp, Object compToReplace, int dataType, boolean bound, String table, String column)(Code)(Java Doc)
public Object replaceCompositeComponent(HtmlComponent comp, Object compToReplace, int dataType, boolean bound, String table, String column, int flags)(Code)(Java Doc)
public void setComponentColumn(HtmlComponent comp, String column)(Code)(Java Doc)
public void setComponentDataType(HtmlComponent comp, int dataType)(Code)(Java Doc)
public void setComponentFlags(HtmlComponent comp, int flags)(Code)(Java Doc)
public void setComponentTable(HtmlComponent comp, String table)(Code)(Java Doc)
public void setIsComponentBound(HtmlComponent comp, boolean bound)(Code)(Java Doc)

Fields inherited from com.salmonllc.html.HtmlContainer
protected boolean _center(Code)(Java Doc)
protected Vector _componentsVec(Code)(Java Doc)
protected boolean _enabled(Code)(Java Doc)
protected HtmlComponent _submit(Code)(Java Doc)

Methods inherited from com.salmonllc.html.HtmlContainer
public void add(HtmlComponent comp)(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 Exception(Code)(Java Doc)
public void generateHTML(PrintWriter p, int rowStart, int rowEnd) throws Exception(Code)(Java Doc)
public void generateInitialHTML(PrintWriter p) throws Exception(Code)(Java Doc)
public boolean getCenter()(Code)(Java Doc)
public HtmlComponent getComponent(String name)(Code)(Java Doc)
public Enumeration getComponents()(Code)(Java Doc)
public boolean getEnabled()(Code)(Java Doc)
public HtmlComponent getSubmitComponent()(Code)(Java Doc)
public void insertComponentAt(HtmlComponent comp, int index)(Code)(Java Doc)
public boolean processParms(Hashtable parms, int rowNo) throws Exception(Code)(Java Doc)
public void remove(HtmlComponent comp)(Code)(Java Doc)
public void removeAll()(Code)(Java Doc)
public boolean replaceComponent(HtmlComponent comp, Object compToReplace)(Code)(Java Doc)
public void reset()(Code)(Java Doc)
public void setCenter(boolean center)(Code)(Java Doc)
public void setEnabled(boolean enabled)(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)
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.