Class BaseRegionBinder<D extends Region>
java.lang.Object
net.n2oapp.framework.config.metadata.compile.region.BaseRegionBinder<D>
- All Implemented Interfaces:
CompiledClassAware,MetadataBinder<D>,BaseMetadataBinder<D>
- Direct Known Subclasses:
CustomRegionBinder,LineRegionBinder,PanelRegionBinder,ScrollspyRegionBinder,SubPageRegionBinder,TabsRegionBinder
public abstract class BaseRegionBinder<D extends Region>
extends Object
implements BaseMetadataBinder<D>
Базовое связывание данных в регионах
-
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
matches
-
Constructor Details
-
BaseRegionBinder
public BaseRegionBinder()
-
-
Method Details
-
bind
- Specified by:
bindin interfaceMetadataBinder<D extends Region>
-