| |
|
| java.util.Hashtable com.salmonllc.xml.Options
Options | public class Options extends java.util.Hashtable (Code) | | This data structure is used to store Option details which can be a part of a Dropdown, readioButtonGroup etc.
This is used as a corresponding java object for the options.dtd XML schema.
Creation date: (7/26/01 1:59:20 PM)
author: : Administrator |
Constructor Summary | |
public | Options() Values constructor comment. |
Options | public Options()(Code) | | Values constructor comment.
|
getComponent | public java.lang.String getComponent()(Code) | | Gets the component to be used by options.
Creation date: (7/26/01 5:23:19 PM)
java.lang.String |
getDescColumn | public java.lang.String getDescColumn()(Code) | | Gets the Table Desctiptor columne name
Creation date: (7/26/01 5:29:55 PM)
java.lang.String |
getInitColumn | public java.lang.String getInitColumn()(Code) | | Gets the column name from the XML file which defines the init for this option
Creation date: (7/26/01 5:28:57 PM)
java.lang.String |
getIntKeys | public int[] getIntKeys() throws Exception(Code) | | Gets the Keys mentioned in XML file.
Creation date: (7/26/01 2:43:22 PM)
int[] |
getStringKeys | public String[] getStringKeys()(Code) | | Get the keys in form of strings for all options.
Creation date: (7/26/01 2:43:22 PM)
int[] |
getStringObjects | public String[] getStringObjects()(Code) | | Gets all the String objects present in form of options
Creation date: (7/26/01 2:43:22 PM)
int[] |
getTable | public java.lang.String getTable()(Code) | | Get the table name used for extracting options
Creation date: (7/26/01 5:28:57 PM)
java.lang.String |
getType | public java.lang.String getType()(Code) | | Get the type used by the Options
Creation date: (7/26/01 2:54:31 PM)
java.lang.String |
isMandatory | public boolean isMandatory()(Code) | | Get the flag if the option selection is mandatory. if false this introduces a bank option at top
Creation date: (8/10/01 1:55:28 PM)
boolean |
setComponent | public void setComponent(java.lang.String newComponent)(Code) | | Sethe the componentused by the option
Creation date: (7/26/01 5:23:19 PM)
Parameters: newComponent - java.lang.String |
setDescColumn | public void setDescColumn(java.lang.String newDescColumn)(Code) | | Sets the description column used by options if options are retrived from the table
Creation date: (7/26/01 5:29:55 PM)
Parameters: newDescColumn - java.lang.String |
setInitColumn | public void setInitColumn(java.lang.String newInitColumn)(Code) | | Sets the init column used by options if options are retrived from the table
Creation date: (7/26/01 5:28:57 PM)
Parameters: newInitColumn - java.lang.String |
setMandatory | public void setMandatory(boolean newMandatory)(Code) | | Sets the mandatory flag for options
Creation date: (8/10/01 1:55:28 PM)
Parameters: newMandatory - boolean |
setTable | public void setTable(java.lang.String newTable)(Code) | | Sets the table name for the options
Creation date: (7/26/01 5:28:57 PM)
Parameters: newTable - java.lang.String |
setType | public void setType(java.lang.String newType)(Code) | | Sets the type of options
Creation date: (7/26/01 2:54:31 PM)
Parameters: newType - java.lang.String |
|
|
|