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:
CardsBinder,ListWidgetBinder,TableBinder,TilesBinder
public abstract class BaseListWidgetBinder<T extends Widget>
extends Object
implements BaseMetadataBinder<T>
Абстрактный биндер для связывания данных в списковых виджетах
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.n2oapp.framework.api.metadata.aware.CompiledClassAware
getCompiledClassMethods inherited from interface net.n2oapp.framework.api.metadata.compile.MetadataBinder
bind, matches
-
Constructor Details
-
BaseListWidgetBinder
public BaseListWidgetBinder()
-
-
Method Details
-
bindRowClick
-