Field Summary |
|
final public static String | FAST_TRACK_ACTION The key used in the parameters of a command link (and hence in the
servlet request) whose value is the method binding EL to be invoked on
this request. |
final public static String | SUBMITTING_CONTROL The key used to find the ID of the submitting control used
to produce this submission, which is that of the corresponding UIForm
component. |
public String | componentid The full ID of the component giving rise to this submission. |
public boolean | isEL |
public boolean | isdeletion Holds true if this submitted value is a deletion binding. |
public boolean | mustapply If set to true the application of this SVE will pass all
"unchanged value culling" and be definitely applied to the model. |
public Object | newvalue The value received back to the system via the (current) submission.
Initially set to the raw String[] value in the request, but normalised
to (at least) a UIType by FossilizedConverted.fixupNewValue. |
public Object | oldvalue The value held by the component at the time the view holding it was
rendered. |
public String | reshaperbinding The EL path (without #{}) that may be used to look up a reshaper
to be applied before converting this SVE into a DAR. |
public String | valuebinding The EL path (without #{}) that is the l-value target of this binding. |