|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.chorem.lima.ui.MainViewHandler
public class MainViewHandler
Handler for main view. Date: 8 nov. 2009 Time: 09:59:54
| Constructor Summary | |
|---|---|
MainViewHandler()
|
|
| Method Summary | |
|---|---|
void |
changeLanguage(MainView mainUI,
Locale newLocale)
|
void |
changeScreen(MainView ui,
boolean fullscreen)
Méthode pour changer de mode d'affichage. |
void |
close(MainView ui)
Ferme l'application. |
void |
closeHelp(jaxx.runtime.JAXXContext context)
|
protected boolean |
ensureModification(jaxx.runtime.JAXXContext rootContext)
Test if there is some modification on screen, |
protected MainView |
getUI(jaxx.runtime.JAXXContext context)
|
void |
gotoSite(jaxx.runtime.JAXXContext rootContext)
|
MainView |
initUI(LimaContext rootContext,
boolean fullscreen)
Methode pour initialiser l'ui principale sans l'afficher. |
protected void |
reloadUI(LimaContext rootContext,
boolean fullscreen)
Permet de recharger l'ui principale et de changer de le mode d'affichage. |
void |
showAbout(MainView ui)
|
void |
showAccountReports(jaxx.runtime.JAXXContext rootContext)
Show account table report to view an account on a period |
void |
showAccountView(jaxx.runtime.JAXXContext rootContext)
Show account tree table view to create or modify accounts |
void |
showBalanceView(jaxx.runtime.JAXXContext rootContext)
|
void |
showConfig(jaxx.runtime.JAXXContext context)
|
void |
showEntryBookReports(jaxx.runtime.JAXXContext rootContext)
Show entry book table report to view an account on a period |
void |
showEntryBookView(jaxx.runtime.JAXXContext rootContext)
Show account tree table view to create or modify accounts |
void |
showFinancialPeriodView(jaxx.runtime.JAXXContext rootContext)
Show financial period view to create or block a period |
void |
showFinancialStatementReportsView(jaxx.runtime.JAXXContext rootContext)
|
void |
showFinancialStatementView(jaxx.runtime.JAXXContext rootContext)
Show financial statement view to generate balance sheet and income statement |
void |
showFiscalPeriodView(jaxx.runtime.JAXXContext rootContext)
Show fiscal period view to create or block a period |
void |
showHelp(jaxx.runtime.JAXXContext context,
String helpId)
|
void |
showHomeView(jaxx.runtime.JAXXContext rootContext)
|
void |
showIdentity(jaxx.runtime.JAXXContext rootContext)
|
void |
showImportExportView(jaxx.runtime.JAXXContext rootContext,
ImportExportEnum type)
|
void |
showLedgerView(jaxx.runtime.JAXXContext rootContext)
|
void |
showLetteringView(jaxx.runtime.JAXXContext rootContext)
|
void |
showTransactionSearchView(jaxx.runtime.JAXXContext rootContext)
|
void |
showTransactionUnbalancedView(jaxx.runtime.JAXXContext rootContext)
|
void |
showTransactionView(jaxx.runtime.JAXXContext rootContext)
Show financial transactions view to create entries |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MainViewHandler()
| Method Detail |
|---|
public MainView initUI(LimaContext rootContext,
boolean fullscreen)
rootContext - le context applicatiffullscreen - flag pour indiquer si on doit ouvrir l'ui en model console (pleine ecran).
public void changeLanguage(MainView mainUI,
Locale newLocale)
public void close(MainView ui)
ui - l'ui principale de l'application
public void changeScreen(MainView ui,
boolean fullscreen)
fullscreen est à true alors on passe en
mode console (c'est à dire en mode plein écran exclusif), sinon on
passe en mode fenetré normal.
ui - l'ui principale de l'applicationfullscreen - le nouvel état requis.public void showConfig(jaxx.runtime.JAXXContext context)
public void showHelp(jaxx.runtime.JAXXContext context,
String helpId)
public void closeHelp(jaxx.runtime.JAXXContext context)
public void gotoSite(jaxx.runtime.JAXXContext rootContext)
public void showAbout(MainView ui)
protected void reloadUI(LimaContext rootContext,
boolean fullscreen)
rootContext - le contexte applicatiffullscreen - le type de fenetre à reouvrir
protected boolean ensureModification(jaxx.runtime.JAXXContext rootContext)
throws IllegalArgumentException
rootContext - the context
true if no more modification is detected
IllegalArgumentException - if rootContext is nullprotected MainView getUI(jaxx.runtime.JAXXContext context)
public void showHomeView(jaxx.runtime.JAXXContext rootContext)
public void showIdentity(jaxx.runtime.JAXXContext rootContext)
public void showAccountView(jaxx.runtime.JAXXContext rootContext)
rootContext - public void showEntryBookView(jaxx.runtime.JAXXContext rootContext)
rootContext - public void showFiscalPeriodView(jaxx.runtime.JAXXContext rootContext)
rootContext - public void showFinancialPeriodView(jaxx.runtime.JAXXContext rootContext)
rootContext - public void showFinancialStatementView(jaxx.runtime.JAXXContext rootContext)
rootContext - public void showAccountReports(jaxx.runtime.JAXXContext rootContext)
rootContext - public void showEntryBookReports(jaxx.runtime.JAXXContext rootContext)
rootContext - public void showTransactionView(jaxx.runtime.JAXXContext rootContext)
rootContext - public void showTransactionUnbalancedView(jaxx.runtime.JAXXContext rootContext)
public void showTransactionSearchView(jaxx.runtime.JAXXContext rootContext)
public void showLetteringView(jaxx.runtime.JAXXContext rootContext)
public void showBalanceView(jaxx.runtime.JAXXContext rootContext)
public void showLedgerView(jaxx.runtime.JAXXContext rootContext)
public void showFinancialStatementReportsView(jaxx.runtime.JAXXContext rootContext)
public void showImportExportView(jaxx.runtime.JAXXContext rootContext,
ImportExportEnum type)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||