Uses of Class
net.n2oapp.framework.config.metadata.compile.IndexScope
-
Packages that use IndexScope Package Description net.n2oapp.framework.config.metadata.compile.region net.n2oapp.framework.config.metadata.compile.toolbar -
-
Uses of IndexScope in net.n2oapp.framework.config.metadata.compile.region
Methods in net.n2oapp.framework.config.metadata.compile.region with parameters of type IndexScope Modifier and Type Method Description protected abstract Region.ItemBaseRegionCompiler. createItem(N2oWidget widget, IndexScope index, CompileProcessor p)protected Region.ItemCustomRegionCompiler. createItem(N2oWidget widget, IndexScope index, CompileProcessor p)protected Region.ItemLineRegionCompiler. createItem(N2oWidget widget, IndexScope index, CompileProcessor p)protected Region.ItemNoneRegionCompiler. createItem(N2oWidget widget, IndexScope index, CompileProcessor p)Deprecated.protected PanelRegion.PanelPanelRegionCompiler. createItem(N2oWidget widget, IndexScope index, CompileProcessor p)protected TabsRegion.TabTabsRegionCompiler. createItem(N2oWidget widget, IndexScope index, CompileProcessor p) -
Uses of IndexScope in net.n2oapp.framework.config.metadata.compile.toolbar
Methods in net.n2oapp.framework.config.metadata.compile.toolbar with parameters of type IndexScope Modifier and Type Method Description protected ButtonToolbarCompiler. getButton(N2oToolbar source, ToolbarItem item, IndexScope idx, CompileContext<?,?> context, CompileProcessor p)protected voidToolbarCompiler. initItem(MenuItem button, AbstractMenuItem source, IndexScope idx, CompileContext<?,?> context, CompileProcessor p)
-