Class WidgetBinder
- java.lang.Object
-
- net.n2oapp.framework.config.metadata.compile.widget.WidgetBinder
-
- All Implemented Interfaces:
CompiledClassAware,MetadataBinder<Widget>,BaseMetadataBinder<Widget>
@Component public class WidgetBinder extends Object implements BaseMetadataBinder<Widget>
Базовое связывание виджета с данными
-
-
Constructor Summary
Constructors Constructor Description WidgetBinder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Widgetbind(Widget widget, BindProcessor p)Class<? extends Compiled>getCompiledClass()
-
-
-
Method Detail
-
bind
public Widget bind(Widget widget, BindProcessor p)
- Specified by:
bindin interfaceMetadataBinder<Widget>
-
getCompiledClass
public Class<? extends Compiled> getCompiledClass()
- Specified by:
getCompiledClassin interfaceCompiledClassAware
-
-