Class AbstractCellCompiler<D extends N2oAbstractCell,S extends N2oAbstractCell>
- java.lang.Object
-
- net.n2oapp.framework.config.metadata.compile.cell.AbstractCellCompiler<D,S>
-
- All Implemented Interfaces:
SourceClassAware,SourceCompiler<D,S,CompileContext<?,?>>,BaseSourceCompiler<D,S,CompileContext<?,?>>
- Direct Known Subclasses:
BadgeCellCompiler,CheckboxCellCompiler,CustomCellCompiler,EditCellCompiler,IconCellCompiler,ImageCellCompiler,LinkCellCompiler,ListCellCompiler,ProgressBarCellCompiler,TextCellCompiler,ToolbarCellCompiler
public abstract class AbstractCellCompiler<D extends N2oAbstractCell,S extends N2oAbstractCell> extends Object implements BaseSourceCompiler<D,S,CompileContext<?,?>>
Компиляция абстрактной ячейки
-
-
Constructor Summary
Constructors Constructor Description AbstractCellCompiler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Dbuild(D compiled, S source, CompileContext<?,?> context, CompileProcessor p, String defaultSrc)protected voidcompileAction(N2oActionCell compiled, N2oActionCell source, CompileContext<?,?> context, CompileProcessor p)protected StringcompileSwitch(N2oSwitch n2oSwitch, CompileProcessor 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.SourceClassAware
getSourceClass
-
Methods inherited from interface net.n2oapp.framework.api.metadata.compile.SourceCompiler
compile
-
-
-
-
Method Detail
-
build
protected D build(D compiled, S source, CompileContext<?,?> context, CompileProcessor p, String defaultSrc)
-
compileAction
protected void compileAction(N2oActionCell compiled, N2oActionCell source, CompileContext<?,?> context, CompileProcessor p)
-
compileSwitch
protected String compileSwitch(N2oSwitch n2oSwitch, CompileProcessor p)
-
-