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)
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
HTMLEditableSelect
public HTMLEditableSelect()
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