Class TestsInterview.TreeOrFileChoiceQuestion
java.lang.Object
com.sun.interview.Question
com.sun.interview.ChoiceQuestion
com.sun.javatest.interview.TestsInterview.TreeOrFileChoiceQuestion
- Enclosing class:
TestsInterview
Represents Tests Selection Choice Question. Extracted to separate class
for extensibility purposes
-
Field Summary
Fields inherited from class ChoiceQuestion
value -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ChoiceQuestion
clear, getChoices, getDefaultValue, getDisplayChoices, getDisplayValue, getStringValue, getValue, getValueOnPath, isValueAlwaysValid, isValueValid, save, setChoices, setChoices, setChoices, setDefaultValue, setI18NChoicesMethods inherited from class Question
addMarker, equals, export, getChecklistItems, getHelpID, getImage, getInterview, getKey, getResourceString, getResourceString, getSummary, getTag, getText, getTextArgs, hashCode, hasMarker, isEnabled, isHidden, load, reload, removeMarker, setHelpID, setImage, setImage, setSummary, setText
-
Constructor Details
-
TreeOrFileChoiceQuestion
-
-
Method Details
-
getTestSelectionChoices
Should be overridden if more selection choices are needed- Returns:
- array of test selection choices
-
setValue
Description copied from class:ChoiceQuestionSet the current value.- Overrides:
setValuein classChoiceQuestion- Parameters:
newValue- The value to be set. It must be one of the valid choices for this question, as distinct from the display choices.- See Also:
-
getNext
-