Uses of Class
net.anotheria.asg.generator.view.meta.MetaFilter
-
Packages that use MetaFilter Package Description net.anotheria.asg.generator net.anotheria.asg.generator.parser net.anotheria.asg.generator.view.action net.anotheria.asg.generator.view.meta -
-
Uses of MetaFilter in net.anotheria.asg.generator
Methods in net.anotheria.asg.generator that return MetaFilter Modifier and Type Method Description MetaFilterGeneratorDataRegistry. createFilter(java.lang.String name, java.lang.String fieldName)createFilter.MetaFilterGeneratorDataRegistry. getFilter(java.lang.String name)returns parsed filter by name.Methods in net.anotheria.asg.generator with parameters of type MetaFilter Modifier and Type Method Description voidGeneratorDataRegistry. addFilter(MetaFilter filter)Adds parsed filter.Method parameters in net.anotheria.asg.generator with type arguments of type MetaFilter Modifier and Type Method Description voidGeneratorDataRegistry. addFilters(java.util.List<MetaFilter> aFilters)Adds parsed filters. -
Uses of MetaFilter in net.anotheria.asg.generator.parser
Methods in net.anotheria.asg.generator.parser that return types with arguments of type MetaFilter Modifier and Type Method Description static java.util.List<MetaFilter>XMLFiltersParser. parseFilters(java.lang.String content)Parses the filter definition. -
Uses of MetaFilter in net.anotheria.asg.generator.view.action
Methods in net.anotheria.asg.generator.view.action with parameters of type MetaFilter Modifier and Type Method Description static java.lang.StringModuleActionsGenerator. getFilterVariableName(MetaFilter filter)getFilterVariableName. -
Uses of MetaFilter in net.anotheria.asg.generator.view.meta
Methods in net.anotheria.asg.generator.view.meta that return types with arguments of type MetaFilter Modifier and Type Method Description java.util.List<MetaFilter>MetaModuleSection. getFilters()Getter for the fieldfilters.Methods in net.anotheria.asg.generator.view.meta with parameters of type MetaFilter Modifier and Type Method Description voidMetaModuleSection. addMetaFilter(MetaFilter aFilter)Adds filter in the view part of this section.Method parameters in net.anotheria.asg.generator.view.meta with type arguments of type MetaFilter Modifier and Type Method Description voidMetaModuleSection. setFilters(java.util.List<MetaFilter> filters)Sets filters in the view part of this section.
-