public interface InputValueChangedHandler
Modifier and Type | Method and Description |
---|---|
void |
onDateInputValueChanged(String inputId,
Date inputValue)
Called when a date input item changes
|
void |
onDateTimeInputValueChanged(String inputId,
DateTime inputValue)
Called when a date and time input item changes
|
void |
onNumericInputValueChanged(String inputId,
int inputValue)
Called when a numeric input item changes
|
void |
onPickListInputValueChanged(String inputId,
int pickListItemId)
Called when a pick list input item changes
|
void |
onTextInputValueChanged(String inputId,
String inputValue)
Called when a text input item changes
|
void |
onTimeInputValueChanged(String inputId,
Time inputValue)
Called when a time input item changes
|
void onTextInputValueChanged(String inputId, String inputValue)
inputId
- Item input IdinputValue
- Item input valuevoid onNumericInputValueChanged(String inputId, int inputValue)
inputId
- Item input IdinputValue
- Item input valuevoid onDateInputValueChanged(String inputId, Date inputValue)
inputId
- Item input IdinputValue
- Item input valuevoid onTimeInputValueChanged(String inputId, Time inputValue)
inputId
- Item input IdinputValue
- Item input valuevoid onDateTimeInputValueChanged(String inputId, DateTime inputValue)
inputId
- Item input IdinputValue
- Item input valuevoid onPickListInputValueChanged(String inputId, int pickListItemId)
inputId
- Item input IdpickListItemId
- Item input valueCopyright © 2015 MMSOFT Design. All Rights Reserved.