|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectinfo.joseluismartin.gui.AbstractView<Report>
info.joseluismartin.gui.report.ReportView
public class ReportView
| Field Summary |
|---|
| Fields inherited from class info.joseluismartin.gui.AbstractView |
|---|
DEFAULT_BINDER_FACTORY_NAME, errors, height, messageSource, width |
| Constructor Summary | |
|---|---|
ReportView()
|
|
ReportView(Report model)
Constructor |
|
| Method Summary | |
|---|---|
protected JComponent |
buildPanel()
Build the JComponent that hold controls. |
protected void |
doRefresh()
Callback method for refresh() |
void |
doUpdate()
Callback method on update() |
ReportFileView |
getFileView()
GETTERS AND SETTERS |
ReportService |
getReportService()
|
PersistentManager<ReportType,Long> |
getTypeService()
|
void |
init()
|
void |
onSetModel(Report model)
Callback method to handle model changes |
void |
setFileView(ReportFileView fileView)
|
void |
setReportService(ReportService reportService)
|
void |
setTypeService(PersistentManager<ReportType,Long> typeService)
|
| Methods inherited from class info.joseluismartin.gui.AbstractView |
|---|
addView, autobind, bind, bind, clear, controlChange, enableView, getBinder, getBinderFactory, getBindingResult, getControlAccessorFactory, getErrorMessage, getErrorProcessors, getHeight, getIgnoredProperties, getMessage, getMessage, getMessageSource, getModel, getName, getPanel, getValidator, getWidth, ignoreProperties, ignoreProperty, isAutobinding, isDirty, listen, refresh, setAutobinding, setBinderFactory, setControlAccessorFactory, setDirty, setErrorProcessors, setHeight, setIgnoredProperties, setMessageSource, setModel, setName, setValidator, setWidth, update, validateView |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReportView(Report model)
model - the model for this viewpublic ReportView()
| Method Detail |
|---|
public void init()
protected void doRefresh()
AbstractView
doRefresh in class AbstractView<Report>public void doUpdate()
AbstractView
doUpdate in class AbstractView<Report>protected JComponent buildPanel()
AbstractView
buildPanel in class AbstractView<Report>public void onSetModel(Report model)
AbstractView
onSetModel in class AbstractView<Report>model - the new modelpublic 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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||