public class ResponseVariablesPanel extends WizardStepPanel implements ListValidator
Constructor and Description |
---|
ResponseVariablesPanel(WizardContext context)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
onAdd(String value) |
void |
onDelete(String value,
int index) |
void |
onWizardContextChange(WizardContextChangeEvent e)
Respond to a change in the context object
|
void |
onWizardContextLoad()
Update the screen when the predictors or repeated measures change
|
void |
reset()
Clear the list of response variables
|
void |
validate(String value)
Ensure a valid string
|
getName, getState, onEnter, onExit
public ResponseVariablesPanel(WizardContext context)
context
- wizard contextpublic void reset()
reset
in class WizardStepPanel
public void onWizardContextChange(WizardContextChangeEvent e)
onWizardContextChange
in interface WizardContextListener
onWizardContextChange
in class WizardStepPanel
public void onWizardContextLoad()
onWizardContextLoad
in interface WizardContextListener
onWizardContextLoad
in class WizardStepPanel
public void validate(String value) throws IllegalArgumentException
IllegalArgumentException
public void onAdd(String value) throws IllegalArgumentException
onAdd
in interface ListValidator
IllegalArgumentException
public void onDelete(String value, int index)
onDelete
in interface ListValidator
University of Colorado Denver, Department of Biostatistics and Informatics