public class TestsInterview.TreeOrFileChoiceQuestion extends ChoiceQuestion
value| Constructor and Description |
|---|
TestsInterview.TreeOrFileChoiceQuestion(Interview interview,
java.lang.String tag) |
| Modifier and Type | Method and Description |
|---|---|
protected Question |
getNext()
Get the next question to be asked.
|
protected java.lang.String[] |
getTestSelectionChoices()
Should be overriden if more selection choices are needed
|
void |
setValue(java.lang.String newValue)
Set the current value.
|
clear, getChoices, getDefaultValue, getDisplayChoices, getDisplayValue, getStringValue, getValue, getValueOnPath, isValueAlwaysValid, isValueValid, load, save, setChoices, setChoices, setChoices, setDefaultValue, setI18NChoicesaddMarker, equals, export, getChecklistItems, getHelpID, getImage, getInterview, getKey, getResourceString, getResourceString, getSummary, getTag, getText, getTextArgs, hashCode, hasMarker, isEnabled, isHidden, reload, removeMarker, setHelpID, setImage, setImage, setSummary, setTextpublic TestsInterview.TreeOrFileChoiceQuestion(Interview interview, java.lang.String tag)
protected java.lang.String[] getTestSelectionChoices()
public void setValue(java.lang.String newValue)
ChoiceQuestionsetValue in class ChoiceQuestionnewValue - The value to be set. It must be one of the valid
choices for this question, as distinct from the display choices.ChoiceQuestion.getValue()Copyright (c) 1996, 2014, Oracle and/or its affiliates. All rights reserved.