Uses of Class
net.anotheria.asg.generator.view.meta.MetaViewElement
-
Packages that use MetaViewElement Package Description net.anotheria.asg.generator net.anotheria.asg.generator.view.meta -
-
Uses of MetaViewElement in net.anotheria.asg.generator
Methods in net.anotheria.asg.generator that return types with arguments of type MetaViewElement Modifier and Type Method Description protected static java.util.List<MetaViewElement>AbstractGenerator. createMultilingualList(java.util.List<MetaViewElement> source, MetaDocument doc)createMultilingualList.Methods in net.anotheria.asg.generator with parameters of type MetaViewElement Modifier and Type Method Description protected java.lang.StringAbstractGenerator. getElementLanguage(MetaViewElement element)Returns the language of the selected multilingual element or null if the element is not multilingual.Method parameters in net.anotheria.asg.generator with type arguments of type MetaViewElement Modifier and Type Method Description protected static java.util.List<MetaViewElement>AbstractGenerator. createMultilingualList(java.util.List<MetaViewElement> source, MetaDocument doc)createMultilingualList. -
Uses of MetaViewElement in net.anotheria.asg.generator.view.meta
Subclasses of MetaViewElement in net.anotheria.asg.generator.view.meta Modifier and Type Class Description classMetaCustomFunctionElementThis element allows to specify a custom function element (link or button).classMetaEmptyElementAn empty element in a view.classMetaFieldElementA view element which is tied to a document attribute and presented as edit-field.classMetaFunctionElementA view element which represents an action.classMetaListElementTODO please remined another to comment this classclassMultilingualFieldElementIf an element is specified to be multilingual, it's replaced by a multilingual field element for each language.Methods in net.anotheria.asg.generator.view.meta that return MetaViewElement Modifier and Type Method Description MetaViewElementMetaModuleSection. getDefaultSortable()Getter for the fielddefaultSortable.Methods in net.anotheria.asg.generator.view.meta that return types with arguments of type MetaViewElement Modifier and Type Method Description java.util.List<MetaViewElement>MetaDialog. getElements()Getter for the fieldelements.java.util.List<MetaViewElement>MetaListElement. getElements()Getter for the fieldelements.java.util.List<MetaViewElement>MetaModuleSection. getElements()Getter for the fieldelements.Methods in net.anotheria.asg.generator.view.meta with parameters of type MetaViewElement Modifier and Type Method Description voidMetaDialog. addElement(MetaViewElement element)Adds new dialog element.voidMetaListElement. addElement(MetaViewElement element)addElement.voidMetaModuleSection. addElement(MetaViewElement element)Adds element to view.voidMetaModuleSection. setDefaultSortable(MetaViewElement element)Sets default sortable element.Method parameters in net.anotheria.asg.generator.view.meta with type arguments of type MetaViewElement Modifier and Type Method Description voidMetaDialog. setElements(java.util.List<MetaViewElement> list)Setter for the fieldelements.voidMetaListElement. setElements(java.util.List<MetaViewElement> list)Setter for the fieldelements.voidMetaModuleSection. setElements(java.util.List<MetaViewElement> list)Sets elements to view.
-