|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--planetj.html.HTMLElement | +--planetj.html.HTMLComparisonInput
Generates HTML input for parameters in an SQLStatement
Field Summary | |
static String |
className
|
static String |
GENERATING_PARAMETER_INPUTS
Variable set in the request while inputs are being generated. |
static String |
OLD_SQL
|
Fields inherited from class planetj.html.HTMLElement |
DISABLED |
Method Summary | |
void |
clearValues(SQLContext context,
javax.servlet.http.HttpServletRequest request)
Deprecated. This method affects all display parameters in the context - not just the ones that are part of a specific HTMLComparison |
String |
generateInput(SQLContext context,
int expressionIndex,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Generates input fields for all parameters in the SQLStatement contained in the SQLContext. |
static 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,
javax.servlet.http.HttpServletRequest request)
Deprecated. Use HTMLParameterInput.loadParameterValues() instead |
static HTMLComparisonInput |
singleton()
|
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 |
public static final String className
public static final String OLD_SQL
public static final String GENERATING_PARAMETER_INPUTS
Method Detail |
public void clearValues(SQLContext context, javax.servlet.http.HttpServletRequest request) throws CMException
CMException
public String generateInput(SQLContext context, int expressionIndex, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws CMException
CMException
public static String getParameterId(SQLContext context, int parameterNumber)
public void loadSQLParameterValues(SQLContext context, javax.servlet.http.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 |