Package ch.nolix.systemapi.element.base
Schnittstelle IStructureElement
- Alle Superschnittstellen:
IElement
- Alle bekannten Unterschnittstellen:
IAccordion,IButton,ICheckbox,IComponent,IContainer<C,,S> IControl<C,,S> IDropdownMenu,IGrid,IHorizontalStack,IImageControl,IItemMenu<M,,S> ILabel,ILayer<L>,ILinearContainer<C,,S> ILink,ISingleContainer,IStylableElement<E>,IStyleElement<E>,ITabContainer,ITextbox,IUploader,IValidationLabel,IVerticalStack,IWebGui<G>
- Alle bekannten Implementierungsklassen:
AbstractComponent,AbstractContainer,AbstractItemMenu,AbstractLinearContainer,AbstractStylableElement,AbstractStyleElement,Button,Component,ComponentWithAdapterFactory,Control,DropdownMenu,FloatContainer,Grid,HorizontalStack,ImageControl,Label,Layer,Link,SingleContainer,Textbox,Uploader,ValidationLabel,VerticalStack,WebGui
- Version:
- 2024-01-05
- Autor:
- Silvan Wyss
-
Methodenübersicht
Von Schnittstelle geerbte Methoden ch.nolix.systemapi.element.base.IElement
getAttributes, getSpecification, toFormatedString, toXml
-
Methodendetails
-
getChildStructureElements
IContainer<? extends IStructureElement> getChildStructureElements()- Gibt zurück:
- the child
IStructureElements of the currentIStructureElement.
-
getStructureSpecification
INode<?> getStructureSpecification()- Gibt zurück:
- the structure specification of the current
IStructureElement. A structure specification of aIStructureElementcontains only the attributes of theIStructureElementthat areIStructureElements themselves.
-