| Summary: | [Theming] ThemeAdapters should be obtained using an adapter factory | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Ralf Sternberg <rsternberg> |
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | ||
| Version: | 1.3 | ||
| Target Milestone: | 1.3 M5 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Ralf Sternberg
ThemeAdapters can now be obtained using the standard adapter pattern: Widget#getAdapter( IThemeAdapter.class ). For the sake of performance, Widget gets the adapters directly from a ThemeAdapterUtil class, bypassing the AdapterManager. |