Class AbstractButtonGenerator
- java.lang.Object
-
- net.n2oapp.framework.config.metadata.compile.toolbar.AbstractButtonGenerator
-
- All Implemented Interfaces:
ButtonGenerator
- Direct Known Subclasses:
CreateGenerator,DeleteGenerator,UpdateGenerator
public abstract class AbstractButtonGenerator extends Object implements ButtonGenerator
-
-
Constructor Summary
Constructors Constructor Description AbstractButtonGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<ToolbarItem>build(DefaultActions action, 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.compile.ButtonGenerator
generate, getCode
-
-
-
-
Method Detail
-
build
protected List<ToolbarItem> build(DefaultActions action, CompileProcessor p)
-
-