public class AnnotatedWidgetProcesser extends Object
Modifier and Type | Method and Description |
---|---|
static <W extends Widget> |
processActions(W widget)
Processes the selected method.
|
static <W extends Widget> |
processGetViewIdentifier(W widget)
Returns the identifier specified through the
ViewIdentifier annotation and combines
it with the specified output type. |
public static <W extends Widget> void processActions(W widget)
W
- class of type widget.widget
- The widget.public static <W extends Widget> String processGetViewIdentifier(W widget)
ViewIdentifier
annotation and combines
it with the specified output type.W
- class of type widget.widget
- The widget.Copyright © 2019 Communote team. All rights reserved.