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


java.lang.Object
   com.salmonllc.html.HtmlComponent
      com.salmonllc.html.HtmlContainer
         com.salmonllc.forms.BaseForm
            com.salmonllc.forms.BaseListForm
               com.salmonllc.forms.ListInlineEditingForm

ListInlineEditingForm
public class ListInlineEditingForm extends BaseListForm implements ValueChangedListener(Code)
This class is used for making a list form that you can add, delete ,edit and save values directly in the listing datatable


Field Summary
final public static  intERROR_ANY
    
final public static  intINIT_NO_DELETE_BUTTON
     constructor flags parameter: Do not create the default Delete button.
final public static  intINIT_NO_SAVE_BUTTON
     constructor flags parameter: Do not create the default Save button.
final public static  intIS_REQUIRED
     addColumn flags parameter: Field is required.
final public static  intMAKE_EDIT
    
final public static  String_bktDelete
    
protected  HtmlComponent_btnDelete
    
protected  HtmlComponent_btnSave
    
protected  String_mode
    

Constructor Summary
public  ListInlineEditingForm(HtmlPage page)
     Implements standard Search/List form. Default data store is created.
public  ListInlineEditingForm(HtmlPage page, DataStore ds)
     Implements standard Search/List form.
public  ListInlineEditingForm(HtmlPage page, DataStore ds, int flags)
     Implements standard Search/List form.

Method Summary
public  voidaddBucket(String name, String caption, int type, int flags)
     Creates a datastore bucket and corresponding display components for the search and list boxes.
Parameters:
  name - Name of bucket
Parameters:
  caption - Caption for search box and/or list box, or null
Parameters:
  type - Type of datastore column, using DataStore.DATATYPE_* values
Parameters:
  flags - Bitwise-OR combination of PRIMARY_KEY, etc.
public  voidaddBucket(String name, String caption, int type, int flags, String href, String format)
     Creates a datastore bucket and corresponding display components for the search and list boxes.
Parameters:
  name - Name of bucket
Parameters:
  caption - Caption for search box and/or list box, or null
Parameters:
  type - Type of datastore column, using DataStore.DATATYPE_* values
Parameters:
  flags - Bitwise-OR combination of PRIMARY_KEY, etc.
public  voidaddBucket(String name, String caption, int type, int flags, String href, String format, HtmlTableCellProperties propCaption, HtmlTableCellProperties propSearch, HtmlTableCellProperties propList)
     Creates a datastore bucket and corresponding display components for the search and list boxes.
Parameters:
  name - Name of bucket
Parameters:
  caption - Caption for search box and/or list box, or null
Parameters:
  type - Type of datastore column, using DataStore.DATATYPE_* values
Parameters:
  flags - Bitwise-OR combination of PRIMARY_KEY, etc.
public  voidaddColumn(String table, String column, String caption, int type, int flags)
     Creates a datastore column and corresponding display components for the search and list boxes.
Parameters:
  table - Name of table for datastore
Parameters:
  column - Name of column for datastore
Parameters:
  caption - Caption for search box and/or list box, or null
Parameters:
  type - Type of datastore column, using DataStore.DATATYPE_* values
Parameters:
  flags - Bitwise-OR combination of PRIMARY_KEY, etc.
public  voidaddColumn(String table, String column, String caption, int type, int flags, String href)
     Creates a datastore column and corresponding display components for the search and list boxes.
Parameters:
  table - Name of table for datastore
Parameters:
  column - Name of column for datastore
Parameters:
  caption - Caption for search box and/or list box, or null
Parameters:
  type - Type of datastore column, using DataStore.DATATYPE_* values
Parameters:
  flags - Bitwise-OR combination of PRIMARY_KEY, etc.
public  voidaddColumn(String table, String column, String caption, int type, int flags, String href, String format)
     Creates a datastore column and corresponding display components for the search and list boxes.
Parameters:
  table - Name of table for datastore
Parameters:
  column - Name of column for datastore
Parameters:
  caption - Caption for search box and/or list box, or null
Parameters:
  type - Type of datastore column, using DataStore.DATATYPE_* values
Parameters:
  flags - Bitwise-OR combination of PRIMARY_KEY, etc.
public  voidaddColumn(String table, String column, String caption, int type, int flags, String href, String format, HtmlTableCellProperties propCaption, HtmlTableCellProperties propSearch, HtmlTableCellProperties propList)
     Creates a datastore column and corresponding display components for the search and list boxes.
Parameters:
  table - Name of table for datastore
Parameters:
  column - Name of column for datastore
Parameters:
  caption - Caption for search box and/or list box, or null
Parameters:
  type - Type of datastore column, using DataStore.DATATYPE_* values
Parameters:
  flags - Bitwise-OR combination of PRIMARY_KEY, etc.
public  voidaddDeleteCheckBox()
     Adds a check box to each row so you can delete each checked row when you press the delete button.
protected  voidaddFormComponent(String caption, HtmlComponent component, int flags)
     Adds a custom component to the List portion of the form.
public  voidaddListener(ListInLineEditingFormListener listener)
     Adds a ListInLineEditingFormListener.
protected  voidaddValueChangedListener(HtmlComponent c)
     Recursively adds ValueChangedListener.
protected  HtmlComponentfindFormComponent(HtmlComponent component)
    
protected  booleanhasComponent(HtmlContainer cont, HtmlComponent component)
     Recursively determins whether a container contains a component.
protected  booleanprocessError(int code, String caption, HtmlComponent component, int row)
     Process a user error condition.
public  voidsetDeleteImage(HtmlSubmitImage img)
    
public  voidsetDeleteImage(String imageUrl)
    
public  voidsetSaveImage(HtmlSubmitImage img)
    
public  voidsetSaveImage(String imageUrl)
    
public  voidshowDeleteButton(boolean visible)
     Sets the vivibility of the default Delete button.
public  voidshowSaveButton(boolean visible)
     Sets the vivibility of the default Save button.
public  booleansubmitPerformed(SubmitEvent e)
     Inherited abstract method.
protected  booleanvalidateComponent(HtmlComponent comp, int row)
     Perform validation recursively on a component.
public  booleanvalidateRow(int row)
     Validates entry fields according to current mode.
public  booleanvalueChanged(ValueChangedEvent e)
     Tests that data entered in the edit components passes simple validation.

Field Detail
ERROR_ANY
final public static int ERROR_ANY(Code)



INIT_NO_DELETE_BUTTON
final public static int INIT_NO_DELETE_BUTTON(Code)
constructor flags parameter: Do not create the default Delete button.



INIT_NO_SAVE_BUTTON
final public static int INIT_NO_SAVE_BUTTON(Code)
constructor flags parameter: Do not create the default Save button.



IS_REQUIRED
final public static int IS_REQUIRED(Code)
addColumn flags parameter: Field is required.



MAKE_EDIT
final public static int MAKE_EDIT(Code)
addColumn flags parameter: Make the field an edit field



_bktDelete
final public static String _bktDelete(Code)
delete bucket



_btnDelete
protected HtmlComponent _btnDelete(Code)



_btnSave
protected HtmlComponent _btnSave(Code)
Other



_mode
protected String _mode(Code)




Constructor Detail
ListInlineEditingForm
public ListInlineEditingForm(HtmlPage page)(Code)
Implements standard Search/List form. Default data store is created. Standard add button is included.
Parameters:
  page - Page containing this form as a component.



ListInlineEditingForm
public ListInlineEditingForm(HtmlPage page, DataStore ds)(Code)
Implements standard Search/List form. Standard add button is included.
Parameters:
  page - HtmlPage Page containing this form as a component.
Parameters:
  ds - DataStore Data store object to use; if null then create one.



ListInlineEditingForm
public ListInlineEditingForm(HtmlPage page, DataStore ds, int flags)(Code)
Implements standard Search/List form.
Parameters:
  page - HtmlPage Page containing this form as a component.
Parameters:
  ds - DataStore Data store object to use; if null then create one.
Parameters:
  flags - Bitwise-OR combination of INIT_NO_SAVE_BUTTON, etc.




Method Detail
addBucket
public void addBucket(String name, String caption, int type, int flags) throws Exception(Code)
Creates a datastore bucket and corresponding display components for the search and list boxes.
Parameters:
  name - Name of bucket
Parameters:
  caption - Caption for search box and/or list box, or null
Parameters:
  type - Type of datastore column, using DataStore.DATATYPE_* values
Parameters:
  flags - Bitwise-OR combination of PRIMARY_KEY, etc. 0 = default.



addBucket
public void addBucket(String name, String caption, int type, int flags, String href, String format) throws Exception(Code)
Creates a datastore bucket and corresponding display components for the search and list boxes.
Parameters:
  name - Name of bucket
Parameters:
  caption - Caption for search box and/or list box, or null
Parameters:
  type - Type of datastore column, using DataStore.DATATYPE_* values
Parameters:
  flags - Bitwise-OR combination of PRIMARY_KEY, etc. 0 = default.
Parameters:
  href - HREF to use in hotlink from this column in list box, else null.
Parameters:
  format - Format used to display column in listbox (as in DataStore), else null.



addBucket
public void addBucket(String name, String caption, int type, int flags, String href, String format, HtmlTableCellProperties propCaption, HtmlTableCellProperties propSearch, HtmlTableCellProperties propList) throws Exception(Code)
Creates a datastore bucket and corresponding display components for the search and list boxes.
Parameters:
  name - Name of bucket
Parameters:
  caption - Caption for search box and/or list box, or null
Parameters:
  type - Type of datastore column, using DataStore.DATATYPE_* values
Parameters:
  flags - Bitwise-OR combination of PRIMARY_KEY, etc. 0 = default.
Parameters:
  href - HREF to use in hotlink from this column in list box, else null.
Parameters:
  format - Format used to display column in listbox (as in DataStore), else null.
Parameters:
  propCaption - HtmlTableCellProperties
Parameters:
  propSearch - HtmlTableCellProperties
Parameters:
  propList - HtmlTableCellProperties



addColumn
public void addColumn(String table, String column, String caption, int type, int flags) throws Exception(Code)
Creates a datastore column and corresponding display components for the search and list boxes.
Parameters:
  table - Name of table for datastore
Parameters:
  column - Name of column for datastore
Parameters:
  caption - Caption for search box and/or list box, or null
Parameters:
  type - Type of datastore column, using DataStore.DATATYPE_* values
Parameters:
  flags - Bitwise-OR combination of PRIMARY_KEY, etc. 0 = default.



addColumn
public void addColumn(String table, String column, String caption, int type, int flags, String href) throws Exception(Code)
Creates a datastore column and corresponding display components for the search and list boxes.
Parameters:
  table - Name of table for datastore
Parameters:
  column - Name of column for datastore
Parameters:
  caption - Caption for search box and/or list box, or null
Parameters:
  type - Type of datastore column, using DataStore.DATATYPE_* values
Parameters:
  flags - Bitwise-OR combination of PRIMARY_KEY, etc. 0 = default.
Parameters:
  href - HREF to use in hotlink from this column in list box, else null.



addColumn
public void addColumn(String table, String column, String caption, int type, int flags, String href, String format) throws Exception(Code)
Creates a datastore column and corresponding display components for the search and list boxes.
Parameters:
  table - Name of table for datastore
Parameters:
  column - Name of column for datastore
Parameters:
  caption - Caption for search box and/or list box, or null
Parameters:
  type - Type of datastore column, using DataStore.DATATYPE_* values
Parameters:
  flags - Bitwise-OR combination of PRIMARY_KEY, etc. 0 = default.
Parameters:
  href - HREF to use in hotlink from this column in list box, else null.
Parameters:
  format - Format used to display column in listbox (as in DataStore), else null.



addColumn
public void addColumn(String table, String column, String caption, int type, int flags, String href, String format, HtmlTableCellProperties propCaption, HtmlTableCellProperties propSearch, HtmlTableCellProperties propList) throws Exception(Code)
Creates a datastore column and corresponding display components for the search and list boxes.
Parameters:
  table - Name of table for datastore
Parameters:
  column - Name of column for datastore
Parameters:
  caption - Caption for search box and/or list box, or null
Parameters:
  type - Type of datastore column, using DataStore.DATATYPE_* values
Parameters:
  flags - Bitwise-OR combination of PRIMARY_KEY, etc. 0 = default.
Parameters:
  href - HREF to use in hotlink from this column in list box, else null.
Parameters:
  format - Format used to display column in listbox (as in DataStore), else null.
Parameters:
  propCaption - HtmlTableCellProperties
Parameters:
  propSearch - HtmlTableCellProperties
Parameters:
  propList - HtmlTableCellProperties



addDeleteCheckBox
public void addDeleteCheckBox()(Code)
Adds a check box to each row so you can delete each checked row when you press the delete button.



addFormComponent
protected void addFormComponent(String caption, HtmlComponent component, int flags)(Code)
Adds a custom component to the List portion of the form.
Parameters:
  caption - java.lang.String
Parameters:
  component - com.salmonllc.html.HtmlComponent
Parameters:
  flags - int



addListener
public void addListener(ListInLineEditingFormListener listener)(Code)
Adds a ListInLineEditingFormListener.
Parameters:
  listener - ListInLineEditingFormListener



addValueChangedListener
protected void addValueChangedListener(HtmlComponent c)(Code)
Recursively adds ValueChangedListener.
Parameters:
  c - com.salmonllc.html.HtmlComponent



findFormComponent
protected HtmlComponent findFormComponent(HtmlComponent component)(Code)
Finds a component in the List Form Components HtmlComponent
Parameters:
  component - HtmlComponent



hasComponent
protected boolean hasComponent(HtmlContainer cont, HtmlComponent component)(Code)
Recursively determins whether a container contains a component. boolean
Parameters:
  cont - com.salmonllc.html.HtmlContainer
Parameters:
  component - com.salmonllc.html.HtmlComponent



processError
protected boolean processError(int code, String caption, HtmlComponent component, int row)(Code)
Process a user error condition.
Parameters:
  code - int
Parameters:
  caption - java.lang.String
Parameters:
  component - com.salmonllc.html.HtmlComponent
Parameters:
  row - int boolean If true, continue event processing.



setDeleteImage
public void setDeleteImage(HtmlSubmitImage img)(Code)
Replaces default delete button (if any) with a submit image
Parameters:
  img - - HtmlSubmitImage to use for the delete button.



setDeleteImage
public void setDeleteImage(String imageUrl)(Code)
Replaces default delete button (if any) with an image button
Parameters:
  imageUrl - URL of image.



setSaveImage
public void setSaveImage(HtmlSubmitImage img)(Code)
Replaces default save button (if any) with a submit image
Parameters:
  img - - SumbitImage to use for the save button.



setSaveImage
public void setSaveImage(String imageUrl)(Code)
Replaces default save button (if any) with an image button
Parameters:
  imageUrl - URL of image.



showDeleteButton
public void showDeleteButton(boolean visible)(Code)
Sets the vivibility of the default Delete button.
Parameters:
  visible - boolean



showSaveButton
public void showSaveButton(boolean visible)(Code)
Sets the vivibility of the default Save button.
Parameters:
  visible - boolean



submitPerformed
public boolean submitPerformed(SubmitEvent e) throws Exception(Code)
Inherited abstract method. boolean
Parameters:
  e - com.salmonllc.html.events.SubmitEvent



validateComponent
protected boolean validateComponent(HtmlComponent comp, int row)(Code)
Perform validation recursively on a component. boolean
Parameters:
  comp - com.salmonllc.html.HtmlComponent
Parameters:
  row - int



validateRow
public boolean validateRow(int row) throws Exception(Code)
Validates entry fields according to current mode.
Parameters:
  row - int True if validation was successful.



valueChanged
public boolean valueChanged(ValueChangedEvent e) throws Exception(Code)
Tests that data entered in the edit components passes simple validation. boolean
Parameters:
  e - com.salmonllc.html.events.ValueChangedEvent



Fields inherited from com.salmonllc.forms.BaseListForm
final public static int ADVANCED_SEARCH(Code)(Java Doc)
final public static int EXACT_MATCH(Code)(Java Doc)
final public static int IGNORE_CASE(Code)(Java Doc)
final public static int INIT_ADVANCED_SEARCH_LINK(Code)(Java Doc)
final public static int INIT_ADVANCED_SEARCH_ON_SIDE(Code)(Java Doc)
final public static int INIT_NO_ADD_BUTTON(Code)(Java Doc)
final public static int INIT_NO_SEARCH_BUTTON(Code)(Java Doc)
final public static int LEADING_WILDCARD(Code)(Java Doc)
final public static int LIST_ONLY(Code)(Java Doc)
final public static int NO_SEARCH(Code)(Java Doc)
final public static String NULL_TABLE(Code)(Java Doc)
final public static int PRECEDENCE(Code)(Java Doc)
final public static int PRIMARY_KEY(Code)(Java Doc)
final public static int SAME_ROW(Code)(Java Doc)
final public static int SEARCH_ONLY(Code)(Java Doc)
protected HtmlDisplayBox _boxList(Code)(Java Doc)
protected HtmlDisplayBox _boxSearch(Code)(Java Doc)
protected HtmlComponent _btnAddListForm(Code)(Java Doc)
protected HtmlComponent _btnSearchListForm(Code)(Java Doc)
protected int _colSearch(Code)(Java Doc)
protected SimpleDateFormat _dateFormat(Code)(Java Doc)
protected BaseListFormComponentVector _elements(Code)(Java Doc)
protected Vector _flags(Code)(Java Doc)
protected String _linkFont(Code)(Java Doc)
protected Vector _listeners(Code)(Java Doc)
protected Vector _pageParamsKeys(Code)(Java Doc)
protected Vector _pageParamsValues(Code)(Java Doc)
protected Vector _precedenceList(Code)(Java Doc)
protected int _rowList(Code)(Java Doc)
protected int _rowSearch(Code)(Java Doc)
protected Vector _searchList(Code)(Java Doc)
protected HtmlDataTable _tblList(Code)(Java Doc)
protected HtmlTable _tblSearch(Code)(Java Doc)

Methods inherited from com.salmonllc.forms.BaseListForm
public void addBucket(String name, String caption, int type, int flags) throws Exception(Code)(Java Doc)
public void addBucket(String name, String caption, int type, int flags, String href, String format) throws Exception(Code)(Java Doc)
public void addBucket(String name, String caption, int type, int flags, String href, String format, HtmlTableCellProperties propCaption, HtmlTableCellProperties propSearch, HtmlTableCellProperties propList) throws Exception(Code)(Java Doc)
public void addColumn(String table, String column, String caption, int type, int flags) throws Exception(Code)(Java Doc)
public void addColumn(String table, String column, String caption, int type, int flags, String href) throws Exception(Code)(Java Doc)
public void addColumn(String table, String column, String caption, int type, int flags, String href, String format) throws Exception(Code)(Java Doc)
public void addColumn(String table, String column, String caption, int type, int flags, String href, String format, HtmlTableCellProperties propCaption, HtmlTableCellProperties propSearch, HtmlTableCellProperties propList) throws Exception(Code)(Java Doc)
public void addComposite(HtmlComposite composite, String caption, int flags) throws Exception(Code)(Java Doc)
public void addDateRange(String table, String column, String caption, int flags, String format) throws Exception(Code)(Java Doc)
public HtmlComponent addIntegerDropDown(String table, String column, String caption, int flags, int values, String displayValues) throws Exception(Code)(Java Doc)
public HtmlComponent addIntegerDropDown(String table, String column, String caption, int flags, int values, String displayValues, boolean isMandatory) throws Exception(Code)(Java Doc)
public HtmlComponent addIntegerRadioButtonGroup(String table, String column, String caption, int flags, int values, String displayValues) throws Exception(Code)(Java Doc)
public HtmlComponent addIntegerRadioButtonGroup(String table, String column, String caption, int flags, int values, String displayValues, String defaultVal) throws Exception(Code)(Java Doc)
public HtmlComponent addIntegerRadioButtonGroup(String table, String column, String caption, int flags, int values, String displayValues, String defaultVal, HtmlTableCellProperties propCaption, HtmlTableCellProperties propSearch) throws Exception(Code)(Java Doc)
public void addListBoxHeadingComponent(HtmlComponent c)(Code)(Java Doc)
public void addListDisplay(String fullColName, String caption, HtmlComponent component) throws Exception(Code)(Java Doc)
public void addListDisplay(String fullColName, String caption, HtmlComponent component, HtmlTableCellProperties prop) throws Exception(Code)(Java Doc)
public void addListener(ListFormListener listener)(Code)(Java Doc)
public void addParameterKey(String pageParam)(Code)(Java Doc)
public HtmlComponent addPreInitDropDown(String table, String column, String caption, int flags, String initTable, String initName, String descName) throws Exception(Code)(Java Doc)
public HtmlComponent addPreInitRadioButtonGroup(String table, String column, String caption, int flags, String initName, String descName) throws Exception(Code)(Java Doc)
public HtmlComponent addPreInitRadioButtonGroup(String table, String column, String caption, int flags, String initTable, String initName, String descName) throws Exception(Code)(Java Doc)
public HtmlComponent addPreInitStringDropDown(String table, String column, String caption, int flags, String initTable, String initName, String descName) throws Exception(Code)(Java Doc)
public HtmlComponent addPreInitStringRadioButtonGroup(String table, String column, String caption, int flags, String initTable, String initName, String descName) throws Exception(Code)(Java Doc)
public void addSearchBoxHeadingComponent(HtmlComponent c)(Code)(Java Doc)
public HtmlFormComponent addSearchComponent(String name, String caption, int type, int flags) throws Exception(Code)(Java Doc)
public HtmlComponent addSearchDisplay(String name, String caption, HtmlComponent component, int flags) throws Exception(Code)(Java Doc)
public HtmlComponent addSearchDisplay(String name, String caption, HtmlComponent component, int flags, HtmlTableCellProperties propCaption, HtmlTableCellProperties propSearch) throws Exception(Code)(Java Doc)
public HtmlComponent addStringDropDown(String table, String column, String caption, int flags, String values, String displayValues) throws Exception(Code)(Java Doc)
public HtmlComponent addStringDropDown(String table, String column, String caption, int flags, String values, String displayValues, boolean isMandatory) throws Exception(Code)(Java Doc)
public HtmlComponent addStringRadioButtonGroup(String table, String column, String caption, int flags, String values, String displayValues) throws Exception(Code)(Java Doc)
public HtmlComponent addStringRadioButtonGroup(String table, String column, String caption, int flags, String values, String displayValues, String defaultVal) throws Exception(Code)(Java Doc)
public HtmlComponent addStringRadioButtonGroup(String table, String column, String caption, int flags, String values, String displayValues, String defaultVal, HtmlTableCellProperties propCaption, HtmlTableCellProperties propSearch) throws Exception(Code)(Java Doc)
public void doRetrieve()(Code)(Java Doc)
protected int findOrAdd(String name)(Code)(Java Doc)
public String getAdvancedSearchCaption()(Code)(Java Doc)
public Enumeration getBaseListFormComponents()(Code)(Java Doc)
public String getBasicSearchCaption()(Code)(Java Doc)
protected BaseListFormComponent getContainer(String name)(Code)(Java Doc)
public DataStore getDataStore()(Code)(Java Doc)
public HtmlDisplayBox getListBox()(Code)(Java Doc)
public HtmlComponent getListComponent(String name)(Code)(Java Doc)
public HtmlComponent getListLinkComponent(String name)(Code)(Java Doc)
public HtmlDataTable getListTable()(Code)(Java Doc)
public HtmlDisplayBox getSearchBox()(Code)(Java Doc)
public HtmlComponent getSearchComponent(String name)(Code)(Java Doc)
public Enumeration getSearchComponents()(Code)(Java Doc)
public String getSearchCriteria()(Code)(Java Doc)
protected HtmlFormComponent makeComponent(String name, int type)(Code)(Java Doc)
protected HtmlRadioButtonGroup newRadioButtonGroup(String name, int values, String displayValues, String defaultVal)(Code)(Java Doc)
protected HtmlRadioButtonGroup newRadioButtonGroup(String name, String values, String displayValues, String defaultVal)(Code)(Java Doc)
public void pageRequested(PageEvent p) throws Exception(Code)(Java Doc)
protected Date parseDate(String sValue) throws ParseException(Code)(Java Doc)
protected void processSearchComponent(int i, CriteriaString cr) throws Exception(Code)(Java Doc)
protected void processSearchCompositeComponent(HtmlComposite composite, CriteriaString cr) throws Exception(Code)(Java Doc)
public void removeParameterKey(String pageParam)(Code)(Java Doc)
public void resetParameters()(Code)(Java Doc)
public void setAddImage(HtmlSubmitImage img)(Code)(Java Doc)
public void setAddImage(String imageUrl)(Code)(Java Doc)
public void setAdvancedSearchCaption(String caption)(Code)(Java Doc)
public void setBasicSearchCaption(String caption)(Code)(Java Doc)
public void setLinkFont(String font)(Code)(Java Doc)
public void setListBoxCaption(String caption)(Code)(Java Doc)
public void setParameterValue(String pageParam, String value, boolean extend)(Code)(Java Doc)
public void setSearchBoxCaption(String caption)(Code)(Java Doc)
public void setSearchImage(HtmlSubmitImage img)(Code)(Java Doc)
public void setSearchImage(String imageUrl)(Code)(Java Doc)
public void showAddButton(boolean visible)(Code)(Java Doc)
public void showSearchButton(boolean visible)(Code)(Java Doc)
public boolean submitPerformed(SubmitEvent e) throws Exception(Code)(Java Doc)

Fields inherited from com.salmonllc.forms.BaseForm
protected DataStore _ds(Code)(Java Doc)
protected HtmlLineBreak _line_break(Code)(Java Doc)

Methods inherited from com.salmonllc.forms.BaseForm
public HtmlDropDownList newIntegerDropDown(String name, int values, String displayValues)(Code)(Java Doc)
public HtmlDropDownList newStringDropDown(String name, String values, String displayValues)(Code)(Java Doc)
public void pageRequestEnd(PageEvent p) throws Exception(Code)(Java Doc)
public void pageRequested(PageEvent p) throws Exception(Code)(Java Doc)
public void pageSubmitEnd(PageEvent p)(Code)(Java Doc)
public void pageSubmitted(PageEvent p)(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)
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.