Class BaseListWidgetBinder<T extends Widget>
- java.lang.Object
-
- net.n2oapp.framework.config.metadata.compile.widget.BaseListWidgetBinder<T>
-
- All Implemented Interfaces:
CompiledClassAware,MetadataBinder<T>,BaseMetadataBinder<T>
- Direct Known Subclasses:
ListWidgetBinder,TableBinder
public abstract class BaseListWidgetBinder<T extends Widget> extends java.lang.Object implements BaseMetadataBinder<T>
Абстрактный биндер для связывания данных в списковых виджетах
-
-
Constructor Summary
Constructors Constructor Description BaseListWidgetBinder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbindRowClick(RowClick rowClick, BindProcessor p)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.CompiledClassAware
getCompiledClass
-
Methods inherited from interface net.n2oapp.framework.api.metadata.compile.MetadataBinder
bind
-
-
-
-
Method Detail
-
bindRowClick
public void bindRowClick(RowClick rowClick, BindProcessor p)
-
-