planetj.html
Class HTMLHorizontalGeneralComparisonInput

java.lang.Object
  extended byplanetj.html.HTMLElement
      extended byplanetj.html.HTMLComparisonInput
          extended byplanetj.html.HTMLHorizontalGeneralComparisonInput

public class HTMLHorizontalGeneralComparisonInput
extends HTMLComparisonInput

Generates HTML input for parameters in an SQLStatement. Consecutive paramaters with the same usage ID are rendered on the same line. (May not work correctly if the parameter has mulitple input values)


Field Summary
static java.lang.String className
           
 
Fields inherited from class planetj.html.HTMLComparisonInput
GENERATING_PARAMETER_INPUTS, GENERATOR_KEY, OLD_SQL
 
Fields inherited from class planetj.html.HTMLElement
DISABLED, FOCUS_HTML_INPUT
 
Method Summary
static HTMLComparisonInput singleton()
           
 
Methods inherited from class planetj.html.HTMLComparisonInput
appendInput, clearValues, generateInput, getParameterId, loadSQLParameterValues
 
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

className

public static final java.lang.String className
Method Detail

singleton

public static HTMLComparisonInput singleton()