Uses of Class
net.anotheria.asg.generator.view.meta.MetaDecorator
-
Packages that use MetaDecorator Package Description net.anotheria.asg.generator net.anotheria.asg.generator.parser net.anotheria.asg.generator.view.meta -
-
Uses of MetaDecorator in net.anotheria.asg.generator
Methods in net.anotheria.asg.generator that return MetaDecorator Modifier and Type Method Description MetaDecoratorGeneratorDataRegistry. createDecorator(java.lang.String name, java.lang.String rule)createDecorator.MetaDecoratorGeneratorDataRegistry. getDecorator(java.lang.String name)Returns parsed decorator by name.Methods in net.anotheria.asg.generator with parameters of type MetaDecorator Modifier and Type Method Description voidGeneratorDataRegistry. addDecorator(MetaDecorator decorator)Adds the decorator to the storage.Method parameters in net.anotheria.asg.generator with type arguments of type MetaDecorator Modifier and Type Method Description voidGeneratorDataRegistry. addDecorators(java.util.List<MetaDecorator> someDecorators)Adds some decorators to the storage. -
Uses of MetaDecorator in net.anotheria.asg.generator.parser
Methods in net.anotheria.asg.generator.parser that return types with arguments of type MetaDecorator Modifier and Type Method Description static java.util.List<MetaDecorator>XMLDecoratorsParser. parseDecorators(java.lang.String content)parseDecorators. -
Uses of MetaDecorator in net.anotheria.asg.generator.view.meta
Methods in net.anotheria.asg.generator.view.meta that return MetaDecorator Modifier and Type Method Description MetaDecoratorMetaViewElement. getDecorator()Getter for the fielddecorator.MetaDecoratorMultilingualFieldElement. getDecorator()Getter for the fielddecorator.Methods in net.anotheria.asg.generator.view.meta with parameters of type MetaDecorator Modifier and Type Method Description voidMetaViewElement. setDecorator(MetaDecorator decorator)Sets decorator for the element.
-