Package com.smartgwt.client.callbacks
Interface SetValueByDisplayValueCallback
public interface SetValueByDisplayValueCallback
-
Method Summary
Modifier and TypeMethodDescriptionvoidCallback fired whenFormItem.setValueByDisplayValue()completes.
-
Method Details
-
execute
Callback fired whenFormItem.setValueByDisplayValue()completes.- Parameters:
success- True if the value was successfully set, false otherwisevalue- If success is true, contains the mapped value that was set. If success is false, contains an error message string.
-