planetj.html
Class HTMLEditableSelect

java.lang.Object
  |
  +--planetj.html.HTMLElement
        |
        +--planetj.html.HTMLEditableSelect

public class HTMLEditableSelect
extends HTMLElement

Insert the type's description here. Creation date: (3/11/2003 4:07:07 PM)


Field Summary
static String INPUT
           
static String RADIO
           
static String RADIO_FUNCTION
           
static String SELECT
           
static String SETTER_FUNCTION
           
static String TABLE
           
 
Fields inherited from class planetj.html.HTMLElement
DISABLED
 
Constructor Summary
HTMLEditableSelect()
           
 
Method Summary
static StringBuffer appendEditableSelect(String id, Field field, boolean displayAsTextArea, String rcNavKey, String rowNavKey, StringBuffer html, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Generates a HTML text input for the given Field and arguements.
 
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
 

Field Detail

RADIO_FUNCTION

public static final String RADIO_FUNCTION
See Also:
Constant Field Values

SETTER_FUNCTION

public static final String SETTER_FUNCTION
See Also:
Constant Field Values

TABLE

public static final String TABLE
See Also:
Constant Field Values

RADIO

public static final String RADIO
See Also:
Constant Field Values

SELECT

public static final String SELECT
See Also:
Constant Field Values

INPUT

public static final String INPUT
See Also:
Constant Field Values
Constructor Detail

HTMLEditableSelect

public HTMLEditableSelect()
Method Detail

appendEditableSelect

public static StringBuffer appendEditableSelect(String id,
                                                Field field,
                                                boolean displayAsTextArea,
                                                String rcNavKey,
                                                String rowNavKey,
                                                StringBuffer html,
                                                javax.servlet.http.HttpServletRequest request,
                                                javax.servlet.http.HttpServletResponse response)
                                         throws CMException
Generates a HTML text input for the given Field and arguements.

CMException