Interface | Description |
---|---|
Widget |
A widget
|
WidgetFactory |
Factory for creating a
Widget instance for a given widget group name and widget type
name. |
Class | Description |
---|---|
AbstractMultipleResultWidget<I> |
Abstract widget to be used by Widgets which only return a multiple result
|
AbstractWidget |
abstract implementation of the widget interface
|
EmptyWidget |
An empty widget for widgets with no functionality, just displaying functionality
|
FormWidget |
Simple widget that differentiates between submits and refreshs.
|
SimpleWidgetController |
Simple implementation of the WidgetController that returns a string which identifies the view and
stores the details for rendering the view as attributes in the request.
|
SimpleWidgetFactory |
Factory that uses reflection to create widget instances.
|
WidgetController<V> |
Controller for widget requests.
The controller creates a new Widget instance which will be invoked to handle the request. |
Exception | Description |
---|---|
WidgetCreationException |
Exception to be thrown when a
Widget cannot be created by a WidgetFactory |
Copyright © 2019 Communote team. All rights reserved.