public class ReportView extends AbstractView<Report>
DEFAULT_BINDER_FACTORY_NAME, errors, height, messageSource, width| Constructor and Description |
|---|
ReportView() |
ReportView(Report model)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected JComponent |
buildPanel()
Build the JComponent that hold controls.
|
protected void |
doRefresh() |
void |
doUpdate() |
ReportFileView |
getFileView()
GETTERS AND SETTERS
|
ReportService |
getReportService() |
PersistentManager<ReportType,Long> |
getTypeService() |
void |
init() |
void |
onSetModel(Report model) |
void |
setFileView(ReportFileView fileView) |
void |
setReportService(ReportService reportService) |
void |
setTypeService(PersistentManager<ReportType,Long> typeService) |
checkFactories, getPaneladdControlChangeListener, addError, addView, afterRefresh, afterUpdate, autobind, bind, bind, clear, controlChange, enableView, fireControlChange, getBinder, getBinderFactory, getBindingResult, getControlAccessorFactory, getControlInitializer, getErrorMessage, getErrorProcessors, getHeight, getIgnoredProperties, getMessage, getMessage, getMessage, getMessageSource, getModel, getName, getValidator, getWidth, ignoreProperties, ignoreProperty, isDirty, isInitializeControls, listen, refresh, removeControlChangeListener, setBinderFactory, setControlAccessorFactory, setControlInitializer, setDirty, setErrorProcessors, setHeight, setIgnoredProperties, setInitializeControls, setMessageSource, setModel, setName, setValidator, setWidth, update, validateViewclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddControlChangeListener, clear, enableView, getErrorMessage, getName, isDirty, removeControlChangeListener, validateViewgetBindingResult, refresh, updategetModel, setModelpublic ReportView(Report model)
model - the model for this viewpublic ReportView()
public void init()
protected void doRefresh()
doRefresh in class ViewSupport<Report>public void doUpdate()
doUpdate in class ViewSupport<Report>protected JComponent buildPanel()
AbstractViewbuildPanel in class AbstractView<Report>public void onSetModel(Report model)
onSetModel in class ViewSupport<Report>public ReportFileView getFileView()
public void setFileView(ReportFileView fileView)
public PersistentManager<ReportType,Long> getTypeService()
public void setTypeService(PersistentManager<ReportType,Long> typeService)
public ReportService getReportService()
public void setReportService(ReportService reportService)
Copyright © 2014 JDAL. All Rights Reserved.