Trace: • Create an Anonymous Connection • Configure Logging • Programatically Application Setup • Push support • Remove Default Padding of Workscreen • Use Web Application Style With Vaadin • Asynchronous Communication Using CallBack
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
applications:customize_application [2018/02/06 22:39] admin created |
applications:customize_application [2020/07/08 13:09] (current) cduncan articles |
||
---|---|---|---|
Line 1: | Line 1: | ||
~~NOTRANS~~ | ~~NOTRANS~~ | ||
- | ~~Title: Customize an Application without derivation~~ | + | ~~Title: Customize an Application Without Derivation~~ |
- | If you use a standard ProjX application and want to change the appearance without derivation, you have following options: | + | If you use a standard ProjX application and want to change the appearance without derivation, you have the following options: |
- | * Create your own Application class that extends ProjX | + | * Create your own application class that extends ProjX |
* Create a class that implements IApplicationSetup to configure the application for your needs | * Create a class that implements IApplicationSetup to configure the application for your needs | ||
* Create a class that implements IWorkScreenManager to manage work-screens on your own | * Create a class that implements IWorkScreenManager to manage work-screens on your own | ||
* Use [[jvx:client:gui:application_parameters|application parameters]] to replace predefined classes/implementations | * Use [[jvx:client:gui:application_parameters|application parameters]] to replace predefined classes/implementations | ||
- | There are following parameters available: | + | There are the following parameters available: |
**Application.setup.classname** to configure ProjX instance \\ | **Application.setup.classname** to configure ProjX instance \\ |