public class FinancialStatementChartViewHandler extends Object implements ServiceListener
| Modifier and Type | Field and Description |
|---|---|
protected FinancialStatementService |
financialStatementService |
protected FinancialStatementChartView |
view |
| Modifier | Constructor and Description |
|---|---|
protected |
FinancialStatementChartViewHandler(FinancialStatementChartView view) |
| Modifier and Type | Method and Description |
|---|---|
void |
addFinancialStatementHeader()
Add new account with account form.
|
void |
addFinancialStatementMovement() |
void |
financialStatementChartCheck() |
void |
importFinancialStatementChart() |
void |
init() |
void |
notifyMethod(String serviceName,
String methodName) |
void |
refresh() |
void |
removeFinancialStatement()
Ask for user to remove for selected account, and remove it if confirmed.
|
void |
showReportDialog(String message,
String title,
Component parent)
Permet d'afficher une boite de dialogue avec rapport
|
void |
updateFinancialStatement()
Open account form with selected account.
|
protected FinancialStatementService financialStatementService
protected FinancialStatementChartView view
protected FinancialStatementChartViewHandler(FinancialStatementChartView view)
public void init()
public void addFinancialStatementHeader()
public void addFinancialStatementMovement()
public void updateFinancialStatement()
public void removeFinancialStatement()
public void refresh()
public void importFinancialStatementChart()
public void financialStatementChartCheck()
public void showReportDialog(String message, String title, Component parent)
message - parent - title - public void notifyMethod(String serviceName, String methodName)
notifyMethod in interface ServiceListenerCopyright © 2008–2014 CodeLutin. All rights reserved.