Uses of Class
de.xima.fc.mdl.enums.EFormTemplateScope
- 
Packages that use EFormTemplateScope Package Description de.xima.fc.entities Package für Datenbankentitätende.xima.fc.gui.designer.form.model.params de.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes. - 
- 
Uses of EFormTemplateScope in de.xima.fc.entities
Methods in de.xima.fc.entities that return EFormTemplateScope Modifier and Type Method Description EFormTemplateScopeFormTemplate. getScope()Methods in de.xima.fc.entities with parameters of type EFormTemplateScope Modifier and Type Method Description voidFormTemplate. setScope(EFormTemplateScope scope) - 
Uses of EFormTemplateScope in de.xima.fc.gui.designer.form.model.params
Methods in de.xima.fc.gui.designer.form.model.params that return EFormTemplateScope Modifier and Type Method Description EFormTemplateScopeTemplateDataParams. getScope() - 
Uses of EFormTemplateScope in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return EFormTemplateScope Modifier and Type Method Description static EFormTemplateScopeEFormTemplateScope. valueOf(String name)Returns the enum constant of this type with the specified name.static EFormTemplateScope[]EFormTemplateScope. values()Returns an array containing the constants of this enum type, in the order they are declared. 
 -