org.jsurveylib.model.question
Class FileChooserQuestion
java.lang.Object
org.jsurveylib.model.question.Question
org.jsurveylib.model.question.FreeTextQuestion
org.jsurveylib.model.question.FileChooserQuestion
- All Implemented Interfaces:
- Template, SurveyElement, Visitable
public class FileChooserQuestion
- extends FreeTextQuestion
FOR INTERNAL USE ONLY.
Note that the answer is the absolute path to the file in the format of the OS.
Copyright (c)2007, Daniel Kaplan
- Since:
- 7.10.4
- Author:
- Daniel Kaplan
Methods inherited from class org.jsurveylib.model.question.Question |
addAnswerListener, addEnableListener, addValidationListener, addVisibilityListener, fireAnswerChanged, fireAnswerChanged, getCurrentValidationMessage, getId, getLabel, getOnAnswerChanged, isAnswerable, isEnabled, isMandatory, isValid, isVisible, populateTemplate, removeAnswerListener, removeEnableListener, removeValidationListener, removeVisibilityListener, setEnabled, setLabel, setLabel, setMandatory, setOnAnswerChanged, setValid, setVisible |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
isAllFilesFilterEnabled
public boolean isAllFilesFilterEnabled()
getFileFilters
public java.util.List<FileFilter> getFileFilters()
accept
public void accept(Visitor visitor)
isOpenDialog
public boolean isOpenDialog()
isSaveDialog
public boolean isSaveDialog()
setOpenDialog
public void setOpenDialog(java.lang.Boolean openDialog)
getOpenTo
public java.lang.String getOpenTo()
setOpenTo
public void setOpenTo(java.lang.String openTo)