Uses of Class
net.anotheria.asg.generator.view.meta.MetaSection
-
Packages that use MetaSection Package Description net.anotheria.asg.generator net.anotheria.asg.generator.view.jsp net.anotheria.asg.generator.view.meta -
-
Uses of MetaSection in net.anotheria.asg.generator
Methods in net.anotheria.asg.generator that return MetaSection Modifier and Type Method Description MetaSectionGeneratorDataRegistry. findViewSection(MetaDocument document)findViewSection. -
Uses of MetaSection in net.anotheria.asg.generator.view.jsp
Methods in net.anotheria.asg.generator.view.jsp with parameters of type MetaSection Modifier and Type Method Description GeneratedJSPFileDialogPageJspGenerator. generate(MetaSection metaSection, MetaDialog dialog, MetaModuleSection section, MetaView view)generate. -
Uses of MetaSection in net.anotheria.asg.generator.view.meta
Subclasses of MetaSection in net.anotheria.asg.generator.view.meta Modifier and Type Class Description classMetaCustomSectionAllows the developer to integrate a custom section into generated frontend.classMetaModuleSectionA MetaSection which is tied to a module and a document.Methods in net.anotheria.asg.generator.view.meta that return types with arguments of type MetaSection Modifier and Type Method Description java.util.List<MetaSection>MetaView. getSections()Getter for the fieldsections.Methods in net.anotheria.asg.generator.view.meta with parameters of type MetaSection Modifier and Type Method Description voidMetaView. addSection(MetaSection section)Adds a section to this view.Method parameters in net.anotheria.asg.generator.view.meta with type arguments of type MetaSection Modifier and Type Method Description voidMetaView. setSections(java.util.List<MetaSection> list)Setter for the fieldsections.
-