public class ResponseDropdown extends Response
String
s with
selected values.Modifier and Type | Method and Description |
---|---|
void |
clearSelectedValue()
Clear the selected values
|
void |
deleteSelectedValue(java.lang.String value)
Deletes the chosen item.
|
java.util.ArrayList |
getSelectedValues()
Gets the selected values.
|
void |
keepBusinessObject()
Get and keep business object.
|
void |
releaseBusinessObject()
Release business object.
|
void |
setSelectedValue(java.lang.String value)
Sets the chosen item (if more than one - set one by one)
|
deleteEssayResponse, deleteIntextResponse, getErrorMessage, getErrorMessage, getEssayResponse, getFreeText, getIntextResponse, getQuestionNo, getRespondentId, getResponseDate, hasBusinessObject, isPersisted, isValid, isValid, setEssayResponse, setFreeText, setIntextResponse
public void setSelectedValue(java.lang.String value) throws SurveySystemException
value
- The new item valueSurveySystemException
- If an error occurs in the system.public java.util.ArrayList getSelectedValues() throws SurveySystemException
SurveySystemException
- If an error occurs in the system.public void clearSelectedValue() throws SurveySystemException
SurveySystemException
- If an error occurs in the system.public void deleteSelectedValue(java.lang.String value) throws SurveySystemException
value
- The item value.SurveySystemException
- If an error occurs in the system.public void keepBusinessObject() throws SurveySystemException
keepBusinessObject
in class Response
SurveySystemException
- If an error occurs in the system.public void releaseBusinessObject()
releaseBusinessObject
in class Response
Built on September 5 2019