Class BaseListWidgetCompiler<D extends Widget,S extends N2oAbstractListWidget>
java.lang.Object
net.n2oapp.framework.config.metadata.compile.widget.BaseWidgetCompiler<D,S>
net.n2oapp.framework.config.metadata.compile.widget.BaseListWidgetCompiler<D,S>
- All Implemented Interfaces:
SourceClassAware,SourceCompiler<D,,S, CompileContext<?, ?>> BaseSourceCompiler<D,S, CompileContext<?, ?>>
- Direct Known Subclasses:
CardsCompiler,ListWidgetCompiler,TableCompiler,TilesCompiler
public abstract class BaseListWidgetCompiler<D extends Widget,S extends N2oAbstractListWidget>
extends BaseWidgetCompiler<D,S>
Компиляция абстрактного спискового виджета
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected PaginationcompilePaging(N2oAbstractListWidget source, Integer size, CompileProcessor p, WidgetScope widgetScope) Компиляция паджинацииprotected RowClickcompileRowClick(N2oAbstractListWidget source, CompileContext<?, ?> context, CompileProcessor p, WidgetScope widgetScope, CompiledObject object) Компиляция действия клика по строкеMethods inherited from class net.n2oapp.framework.config.metadata.compile.widget.BaseWidgetCompiler
addParamRoutes, compileBaseWidget, compileToolbarAndAction, getDatasourceById, getObject, getPropertyWidgetSrc, getQuery, initDatasource, initFieldSets, initFieldSetScopeMethods 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.SourceClassAware
getSourceClassMethods inherited from interface net.n2oapp.framework.api.metadata.compile.SourceCompiler
compile
-
Constructor Details
-
BaseListWidgetCompiler
public BaseListWidgetCompiler()
-
-
Method Details
-
compilePaging
protected Pagination compilePaging(N2oAbstractListWidget source, Integer size, CompileProcessor p, WidgetScope widgetScope) Компиляция паджинации -
compileRowClick
protected RowClick compileRowClick(N2oAbstractListWidget source, CompileContext<?, ?> context, CompileProcessor p, WidgetScope widgetScope, CompiledObject object) Компиляция действия клика по строке
-