|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectplanetj.html.HTMLElement
planetj.html.HTMLComparisonInput
Generates HTML input for parameters in an SQLStatement
Field Summary | |
static java.lang.String |
className
|
static java.lang.String |
GENERATING_PARAMETER_INPUTS
Variable set in the request while inputs are being generated. |
static java.lang.String |
GENERATOR_KEY
|
static java.lang.String |
OLD_SQL
|
Fields inherited from class planetj.html.HTMLElement |
DISABLED, FOCUS_HTML_INPUT |
Method Summary | |
java.lang.StringBuffer |
appendInput(Field field,
int unNamedIndex,
SQLContext context,
java.lang.StringBuffer html,
HttpServletRequest request,
HttpServletResponse response)
|
void |
clearValues(SQLContext context,
HttpServletRequest request)
Deprecated. This method affects all display parameters in the context - not just the ones that are part of a specific HTMLComparison |
java.lang.String |
generateInput(SQLContext context,
int expressionIndex,
HttpServletRequest request,
HttpServletResponse response)
Generates input fields for all parameters in the SQLStatement contained in the SQLContext. |
static java.lang.String |
getParameterId(SQLContext context,
int parameterNumber)
Gets the parameter id to use for the specified SQLContext, expression index and parameter number. |
void |
loadSQLParameterValues(SQLContext context,
HttpServletRequest request)
Deprecated. Use HTMLParameterInput.loadParameterValues() instead |
static HTMLComparisonInput |
singleton()
|
Methods inherited from class planetj.html.HTMLElement |
appendAttribute, appendAttribute, appendExtractableHiddenField, getFocusHTMLInput, getId, isDisplayField, setFocusHTMLInput, setId |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String className
public static final java.lang.String GENERATOR_KEY
public static final java.lang.String OLD_SQL
public static final java.lang.String GENERATING_PARAMETER_INPUTS
Method Detail |
public java.lang.StringBuffer appendInput(Field field, int unNamedIndex, SQLContext context, java.lang.StringBuffer html, HttpServletRequest request, HttpServletResponse response) throws CMException
CMException
public void clearValues(SQLContext context, HttpServletRequest request) throws CMException
CMException
public java.lang.String generateInput(SQLContext context, int expressionIndex, HttpServletRequest request, HttpServletResponse response) throws CMException
CMException
public static java.lang.String getParameterId(SQLContext context, int parameterNumber)
public void loadSQLParameterValues(SQLContext context, HttpServletRequest request) throws CMException
CMException
public static HTMLComparisonInput singleton()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |