|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--planetj.html.HTMLElement | +--planetj.html.HTMLSelect | +--planetj.html.FieldHTMLSelect
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 |
public FieldHTMLSelect(String id)
id
- Stringpublic FieldHTMLSelect(Field fld)
Method Detail |
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
fldName
- StringselectedVal
- String
CMException
public String generate(String fldName, String attributes, String descFldName, RowCollection rowCol) throws CMException
CMException
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
fldName
- StringselectedVal
- String
CMException
public String generate(String fldName, String attributes, RowCollection rowCol) throws CMException
CMException
public String generate(String fldName, String attributes, RowCollection rowCol, String selVal) throws CMException
CMException
public String generate(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) throws CMException
req
- HttpServletRequestres
- HttpServletResponse
CMException
public String generate(Field field, String rcNavKey, String rowNavKey, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws CMException
CMException
public String generate(Field field, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws CMException
CMException
public String getDisplayValueSeparator()
public boolean isIncludeValueWithDisplay()
public void setDisplayValueSeparator(String separator)
public void setIncludeValueWithDisplay(boolean include)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |