Class CreateGenerator
- java.lang.Object
-
- net.n2oapp.framework.config.metadata.compile.toolbar.AbstractButtonGenerator
-
- net.n2oapp.framework.config.metadata.compile.toolbar.CreateGenerator
-
- All Implemented Interfaces:
ButtonGenerator
@Component public class CreateGenerator extends AbstractButtonGenerator
-
-
Constructor Summary
Constructors Constructor Description CreateGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ToolbarItem>generate(N2oToolbar toolbar, CompileContext context, CompileProcessor p)StringgetCode()-
Methods inherited from class net.n2oapp.framework.config.metadata.compile.toolbar.AbstractButtonGenerator
build
-
-
-
-
Method Detail
-
getCode
public String getCode()
-
generate
public List<ToolbarItem> generate(N2oToolbar toolbar, CompileContext context, CompileProcessor p)
-
-