Uses of Class
net.anotheria.asg.generator.view.meta.MetaDialog
-
Packages that use MetaDialog Package Description net.anotheria.asg.generator.view net.anotheria.asg.generator.view.action net.anotheria.asg.generator.view.jsp net.anotheria.asg.generator.view.meta -
-
Uses of MetaDialog in net.anotheria.asg.generator.view
Methods in net.anotheria.asg.generator.view with parameters of type MetaDialog Modifier and Type Method Description static java.lang.StringCMSMappingsConfiguratorGenerator. getDialogFormName(MetaDialog dialog, MetaDocument document)getDialogFormName. -
Uses of MetaDialog in net.anotheria.asg.generator.view.action
Methods in net.anotheria.asg.generator.view.action with parameters of type MetaDialog Modifier and Type Method Description GeneratedClassModuleBeanGenerator. generateDialogForm(MetaDialog dialog, MetaDocument doc)generateDialogForm.static java.lang.StringModuleBeanGenerator. getDialogBeanImport(MetaDialog dialog, MetaDocument doc)getDialogBeanImport.static java.lang.StringModuleBeanGenerator. getDialogBeanName(MetaDialog dialog, MetaDocument document)getDialogBeanName. -
Uses of MetaDialog in net.anotheria.asg.generator.view.jsp
Methods in net.anotheria.asg.generator.view.jsp with parameters of type MetaDialog Modifier and Type Method Description GeneratedJSPFileDialogPageJspGenerator. generate(MetaSection metaSection, MetaDialog dialog, MetaModuleSection section, MetaView view)generate.static java.lang.StringAbstractJSPGenerator. getDialogName(MetaDialog dialog, MetaDocument doc)getDialogName. -
Uses of MetaDialog in net.anotheria.asg.generator.view.meta
Methods in net.anotheria.asg.generator.view.meta that return types with arguments of type MetaDialog Modifier and Type Method Description java.util.List<MetaDialog>MetaModuleSection. getDialogs()Getter for the fielddialogs.Methods in net.anotheria.asg.generator.view.meta with parameters of type MetaDialog Modifier and Type Method Description voidMetaModuleSection. addDialog(MetaDialog d)Adds dialog.Method parameters in net.anotheria.asg.generator.view.meta with type arguments of type MetaDialog Modifier and Type Method Description voidMetaModuleSection. setDialogs(java.util.List<MetaDialog> list)Sets dialogs.
-