Class ListWidgetBinder
- java.lang.Object
-
- net.n2oapp.framework.config.metadata.compile.widget.BaseListWidgetBinder<ListWidget>
-
- net.n2oapp.framework.config.metadata.compile.widget.ListWidgetBinder
-
- All Implemented Interfaces:
CompiledClassAware,MetadataBinder<ListWidget>,BaseMetadataBinder<ListWidget>
@Component public class ListWidgetBinder extends BaseListWidgetBinder<ListWidget>
Связывание данных с списковом виджете
-
-
Constructor Summary
Constructors Constructor Description ListWidgetBinder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListWidgetbind(ListWidget compiled, BindProcessor p)java.lang.Class<? extends Compiled>getCompiledClass()-
Methods inherited from class net.n2oapp.framework.config.metadata.compile.widget.BaseListWidgetBinder
bindRowClick
-
-
-
-
Method Detail
-
getCompiledClass
public java.lang.Class<? extends Compiled> getCompiledClass()
-
bind
public ListWidget bind(ListWidget compiled, BindProcessor p)
-
-