Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Riena/UIConcepts"

(UI concepts)
 
Line 10: Line 10:
 
; [[Riena/Key_Bindings| Riena Key Bindings]] : How to add your own key bindings to Riena using standard extension points, and lists the default key bindings.
 
; [[Riena/Key_Bindings| Riena Key Bindings]] : How to add your own key bindings to Riena using standard extension points, and lists the default key bindings.
 
; [[Riena/RAP_Support | Riena on RAP]] : How to run Riena on the Rich Ajax Platform (RAP).
 
; [[Riena/RAP_Support | Riena on RAP]] : How to run Riena on the Rich Ajax Platform (RAP).
 
+
; [[Riena/Preparation | Preparation of sub-module]]: Create controller of sub-module before activating.
 
[[Category:Riena]]
 
[[Category:Riena]]
 
[[Category:EclipseRT]]
 
[[Category:EclipseRT]]

Latest revision as of 03:48, 2 July 2012

{{#eclipseproject:rt.riena}}

UI concepts

Navigation 
How to configure and use Riena's navigation model.
Look&Feel 
Central location to configure the fonts, colors and other Riena specific settings.
UI Filters 
Hide parts of your application declaratively.
Login support 
Providing an application with a login dialog/view.
Use Custom Ridgets 
Making and using custom ridgets for your application.
Riena Detached Views 
How to easily open 'auxilary' views when a certain navigation node is selected.
Riena Key Bindings 
How to add your own key bindings to Riena using standard extension points, and lists the default key bindings.
Riena on RAP 
How to run Riena on the Rich Ajax Platform (RAP).
Preparation of sub-module
Create controller of sub-module before activating.

Back to the top