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:
ListWidgetCompiler,TableCompiler
public abstract class BaseListWidgetCompiler<D extends Widget,S extends N2oAbstractListWidget> extends BaseWidgetCompiler<D,S>
Компиляция абстрактного спискового виджета
-
-
Constructor Summary
Constructors Constructor Description BaseListWidgetCompiler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected PaginationcompilePaging(N2oAbstractListWidget source, java.lang.Integer size)Компиляция паджинацииprotected RowClickcompileRowClick(N2oAbstractListWidget source, CompileContext<?,?> context, CompileProcessor p, WidgetScope widgetScope, ParentRouteScope widgetRouteScope, CompiledObject object, MetaActions widgetActions)Компиляция действия клика по строке-
Methods inherited from class net.n2oapp.framework.config.metadata.compile.widget.BaseWidgetCompiler
collectValidation, compileDataProviderAndRoutes, compileToolbarAndAction, compileWidget, getFailAlertWidget, getMessagesForm, getObject, getPropertyWidgetSrc, getQuery, getQueryContext, getSuccessAlertWidget, initFieldSets, initFieldSetScope, initWidgetRouteScope
-
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.SourceClassAware
getSourceClass
-
Methods inherited from interface net.n2oapp.framework.api.metadata.compile.SourceCompiler
compile
-
-
-
-
Method Detail
-
compilePaging
protected Pagination compilePaging(N2oAbstractListWidget source, java.lang.Integer size)
Компиляция паджинации
-
compileRowClick
protected RowClick compileRowClick(N2oAbstractListWidget source, CompileContext<?,?> context, CompileProcessor p, WidgetScope widgetScope, ParentRouteScope widgetRouteScope, CompiledObject object, MetaActions widgetActions)
Компиляция действия клика по строке
-
-