public class ReportUIModel extends AbstractTuttiBeanUIModel<ReportModel,ReportUIModel>
ReportUI screen.| Modifier and Type | Field and Description |
|---|---|
protected ReportModel |
editObject |
static String |
PROPERTY_INPUT_FILE |
static String |
PROPERTY_OUTPUT_FILE |
static String |
PROPERTY_OUTPUT_FILE_EXISTS |
static String |
PROPERTY_REPORT |
static String |
PROPERTY_REPORTS |
protected List<File> |
reports |
protected static org.nuiton.util.beans.Binder<ReportUIModel,ReportModel> |
toBeanBinder |
id, modify, PROPERTY_MODIFY, PROPERTY_VALID, validPROPERTY_ID| Constructor and Description |
|---|
ReportUIModel() |
| Modifier and Type | Method and Description |
|---|---|
File |
getInputFile() |
File |
getOutputFile() |
File |
getReport() |
List<File> |
getReports() |
boolean |
isOutputFileExists() |
protected ReportModel |
newEntity() |
void |
reloadOuputFile() |
void |
setInputFile(File inputFile) |
void |
setOutputFile(File outputFile) |
void |
setReport(File report) |
void |
setReports(List<File> reports) |
firePropertyChanged, fromBean, fromEntity, getChild, getChild, getId, getIdAsInt, isCreate, isModify, isValid, setId, setId, setModify, setValid, toBean, toEntityaddPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, addVetoableChangeListener, clone, fireIndexedPropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, fireVetoableChange, getPropertyChangeListeners, getPropertyChangeListeners, getVetoableChangeListeners, getVetoableChangeListeners, hasPropertyChangeListeners, hasVetoableChangeListeners, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, removeVetoableChangeListenerpublic static final String PROPERTY_REPORTS
public static final String PROPERTY_REPORT
public static final String PROPERTY_INPUT_FILE
public static final String PROPERTY_OUTPUT_FILE
public static final String PROPERTY_OUTPUT_FILE_EXISTS
protected static org.nuiton.util.beans.Binder<ReportUIModel,ReportModel> toBeanBinder
protected final ReportModel editObject
public File getReport()
public void setReport(File report)
public File getInputFile()
public void setInputFile(File inputFile)
public File getOutputFile()
public void setOutputFile(File outputFile)
public void reloadOuputFile()
public boolean isOutputFileExists()
protected ReportModel newEntity()
newEntity in class AbstractTuttiBeanUIModel<ReportModel,ReportUIModel>Copyright © 2012–2013 Ifremer. All rights reserved.