Class CheckboxCellCompiler
java.lang.Object
net.n2oapp.framework.config.metadata.compile.cell.AbstractCellCompiler<CheckboxCell,N2oCheckboxCell>
net.n2oapp.framework.config.metadata.compile.cell.CheckboxCellCompiler
- All Implemented Interfaces:
SourceClassAware,SourceCompiler<CheckboxCell,,N2oCheckboxCell, CompileContext<?, ?>> BaseSourceCompiler<CheckboxCell,N2oCheckboxCell, CompileContext<?, ?>>
@Component
public class CheckboxCellCompiler
extends AbstractCellCompiler<CheckboxCell,N2oCheckboxCell>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncompile(N2oCheckboxCell source, CompileContext<?, ?> context, CompileProcessor p) Methods inherited from class net.n2oapp.framework.config.metadata.compile.cell.AbstractCellCompiler
build, compileAction, compileSwitch
-
Constructor Details
-
CheckboxCellCompiler
public CheckboxCellCompiler()
-
-
Method Details
-
getSourceClass
-
compile
public CheckboxCell compile(N2oCheckboxCell source, CompileContext<?, ?> context, CompileProcessor p)
-