planetj.html
Interface IHTML


public interface IHTML

Author:
PlanetJ Corporation

Field Summary
static String ANCHOR
          Request parameter for an HTML anchor to call.
static String ANCHOR_PREFIX
          Prefix appended to PlanetJ generated anchors for Fields.
static String FIELD_KEY
          Key for selected Field from request parameter.
static String HIDDEN_SELECTIONS_ADDED_KEY
          Key to determine if hidden inputs for RowCollection, Row, and Field were added to output.
static String ROW_COLLECTION_KEY
          Key for selected RowCollection from request parameter.
static String ROW_KEY
          Key for selected Row from request parameter.
static String SELECTION_JAVASCRIPT_SRC
          Location of the JavaScript file containing the method to select which RowCollection, Row, and Field are selected.
 

Field Detail

ANCHOR_PREFIX

public static final String ANCHOR_PREFIX
Prefix appended to PlanetJ generated anchors for Fields.

See Also:
Constant Field Values

ANCHOR

public static final String ANCHOR
Request parameter for an HTML anchor to call.

See Also:
Constant Field Values

HIDDEN_SELECTIONS_ADDED_KEY

public static final String HIDDEN_SELECTIONS_ADDED_KEY
Key to determine if hidden inputs for RowCollection, Row, and Field were added to output.

See Also:
Constant Field Values

ROW_KEY

public static final String ROW_KEY
Key for selected Row from request parameter.

See Also:
Constant Field Values

ROW_COLLECTION_KEY

public static final String ROW_COLLECTION_KEY
Key for selected RowCollection from request parameter.

See Also:
Constant Field Values

FIELD_KEY

public static final String FIELD_KEY
Key for selected Field from request parameter.

See Also:
Constant Field Values

SELECTION_JAVASCRIPT_SRC

public static final String SELECTION_JAVASCRIPT_SRC
Location of the JavaScript file containing the method to select which RowCollection, Row, and Field are selected.