planetj.html
Class FieldHTMLSelect

java.lang.Object
  |
  +--planetj.html.HTMLElement
        |
        +--planetj.html.HTMLSelect
              |
              +--planetj.html.FieldHTMLSelect

public class FieldHTMLSelect
extends HTMLSelect

Author:
PlanetJ Corporation

Field Summary
 
Fields inherited from class planetj.html.HTMLSelect
className, MULTIPLE, MULTIPLE_SELECTION, SELECT, SINGLE_SELECTION
 
Fields inherited from class planetj.html.HTMLElement
DISABLED
 
Constructor Summary
FieldHTMLSelect(Field fld)
          Deprecated.  
FieldHTMLSelect(String id)
          Deprecated.  
 
Method Summary
static StringBuffer appendSelect(String id, int size, String attributes, String fldName, String dspFldName, boolean multipleSelection, RowCollection rowCol, String selectedVal, StringBuffer html, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
          Deprecated.  
 String generate(Field field, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Deprecated.  
 String generate(Field field, String rcNavKey, String rowNavKey, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Deprecated. y & x are no longer used, replaced with generate(Field, HttpServletRequest, HttpServletResponse)
 String generate(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
          Deprecated.  
 String generate(String fldName, String attributes, RowCollection rowCol)
          Deprecated.  
 String generate(String fldName, String attributes, RowCollection rowCol, String selVal)
          Deprecated.  
 String generate(String fldName, String attributes, String descFldName, RowCollection rowCol)
          Deprecated.  
 String generate(String attributes, String fldName, String dspFldName, RowCollection rowCol, String selectedVal, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
          Deprecated.  
 String getDisplayValueSeparator()
          Deprecated.  
 boolean isIncludeValueWithDisplay()
          Deprecated.  
 void setDisplayValueSeparator(String separator)
          Deprecated.  
 void setIncludeValueWithDisplay(boolean include)
          Deprecated.  
 
Methods inherited from class planetj.html.HTMLSelect
appendOption, appendRadioButtonSelect, appendRadioButtonSelect, appendSelect, appendSelect, getSize, isMultipleSelection, isMultipleSelection
 
Methods inherited from class planetj.html.HTMLElement
appendAttribute, appendAttribute, appendExtractableHiddenField, getId, isDisplayField, setId
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldHTMLSelect

public FieldHTMLSelect(String id)
Deprecated.  

Creates a new HTMLSelect object and sets its id.

Parameters:
id - String

FieldHTMLSelect

public FieldHTMLSelect(Field fld)
Deprecated.  

Creates a new HTMLSelect object and sets its id.

Method Detail

appendSelect

public static StringBuffer appendSelect(String id,
                                        int size,
                                        String attributes,
                                        String fldName,
                                        String dspFldName,
                                        boolean multipleSelection,
                                        RowCollection rowCol,
                                        String selectedVal,
                                        StringBuffer html,
                                        javax.servlet.http.HttpServletRequest req,
                                        javax.servlet.http.HttpServletResponse res)
                                 throws CMException
Deprecated.  

Generates HTML code for this HTMLSelect using the specified rows (RowCollection).

Parameters:
fldName - String
selectedVal - String
Returns:
String
CMException

generate

public String generate(String fldName,
                       String attributes,
                       String descFldName,
                       RowCollection rowCol)
                throws CMException
Deprecated.  

Generates HTML code for this HTMLSelect using the specified rows (RowCollection).

Returns:
String
CMException

generate

public String generate(String attributes,
                       String fldName,
                       String dspFldName,
                       RowCollection rowCol,
                       String selectedVal,
                       javax.servlet.http.HttpServletRequest req,
                       javax.servlet.http.HttpServletResponse res)
                throws CMException
Deprecated.  

Generates HTML code for this HTMLSelect using the specified rows (RowCollection).

Parameters:
fldName - String
selectedVal - String
Returns:
String
CMException

generate

public String generate(String fldName,
                       String attributes,
                       RowCollection rowCol)
                throws CMException
Deprecated.  

Generates HTML code for this HTMLSelect using the specified rows (RowCollection).

Returns:
String
CMException

generate

public String generate(String fldName,
                       String attributes,
                       RowCollection rowCol,
                       String selVal)
                throws CMException
Deprecated.  

Generates HTML code for this HTMLSelect using the specified rows (RowCollection).

Returns:
String
CMException

generate

public String generate(javax.servlet.http.HttpServletRequest req,
                       javax.servlet.http.HttpServletResponse res)
                throws CMException
Deprecated.  

Generates a HTML Select from the given field (Combobox).

Parameters:
req - HttpServletRequest
res - HttpServletResponse
Returns:
String
CMException

generate

public String generate(Field field,
                       String rcNavKey,
                       String rowNavKey,
                       javax.servlet.http.HttpServletRequest request,
                       javax.servlet.http.HttpServletResponse response)
                throws CMException
Deprecated. y & x are no longer used, replaced with generate(Field, HttpServletRequest, HttpServletResponse)

Generates a HTML Select from the given field (Combobox).

Returns:
String
CMException

generate

public String generate(Field field,
                       javax.servlet.http.HttpServletRequest request,
                       javax.servlet.http.HttpServletResponse response)
                throws CMException
Deprecated.  

Generates a HTML Select from the given field (Combobox).

Returns:
String
CMException

getDisplayValueSeparator

public String getDisplayValueSeparator()
Deprecated.  


isIncludeValueWithDisplay

public boolean isIncludeValueWithDisplay()
Deprecated.  


setDisplayValueSeparator

public void setDisplayValueSeparator(String separator)
Deprecated.  


setIncludeValueWithDisplay

public void setIncludeValueWithDisplay(boolean include)
Deprecated.