|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.chorem.lima.ui.accountsreports.AccountsReportsViewHandler
public class AccountsReportsViewHandler
Handler associated with accounts reports view. By : $Author: tchemit $
| Field Summary | |
|---|---|
protected AccountComboBoxModel |
comboBoxModel
|
protected ReportServiceMonitorable |
reportService
Services. |
protected Account |
selectedAccount
Account. |
protected Date |
selectedBeginDate
Begin Date. |
protected Date |
selectedEndDate
EndDate. |
protected AccountsReportsTable |
table
|
protected AccountsReportsTableModel |
tableModel
|
protected AccountsReportsView |
view
|
| Constructor Summary | |
|---|---|
protected |
AccountsReportsViewHandler(AccountsReportsView view)
|
| Method Summary | |
|---|---|
ReportsDatas |
getDataList()
|
void |
notifyMethod(String serviceName,
String methodeName)
|
void |
refresh()
|
void |
setAccount(Account account)
|
void |
setBeginDate(Date date)
|
void |
setEndDate(Date date)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected AccountsReportsView view
protected AccountsReportsTable table
protected AccountsReportsTableModel tableModel
protected AccountComboBoxModel comboBoxModel
protected Account selectedAccount
protected Date selectedBeginDate
protected Date selectedEndDate
protected ReportServiceMonitorable reportService
| Constructor Detail |
|---|
protected AccountsReportsViewHandler(AccountsReportsView view)
| Method Detail |
|---|
public void setBeginDate(Date date)
public void setEndDate(Date date)
public void setAccount(Account account)
public ReportsDatas getDataList()
public void refresh()
public void notifyMethod(String serviceName,
String methodeName)
notifyMethod in interface ServiceListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||