Schnittstelle IElement

Alle bekannten Unterschnittstellen:
IAbsoluteOrRelativeInt, IAccordion, IAccordionStyle, IBackground, IBaseStyle, IButton, IButtonStyle, ICheckbox, ICheckboxStyle, IColor, IColorGradient, IComponent, IComponentStyle, IContainer<C,ECS>, IControl<C,CS>, IControlHeadStyle<CS>, IControlStyle<CS>, IDropdownMenu, IDropdownMenuStyle, IGrid, IGridStyle, IHorizontalStack, IHorizontalStackStyle, IImage, IImageControl, IImageControlStyle, IItemMenu<IM,IMS>, IItemMenuItem<IMI>, IItemMenuStyle<IMS>, ILabel, ILabelStyle, ILayer<L>, ILinearContainer<LC,LCL>, ILinearContainerStyle<LCL>, ILink, ILinkStyle, IMultiStateConfiguration<MSC,S>, IMutableElement, IMutableImage<MI>, IRespondingMutableElement<RME>, ISelectingStyle, ISingleContainer, ISingleContainerStyle, IStructureElement, IStylableElement<SE>, IStyle, IStyleElement<SE>, ITabContainer, ITabContainerStyle, ITextbox, ITextboxStyle, ITime, IUploader, IUploaderStyle, IValidationLabel, IValidationLabelStyle, IVerticalStack, IVerticalStackStyle, IWebGui<WG>
Alle bekannten Implementierungsklassen:
AbsoluteOrRelativeInt, Background, BaseComponent, BaseComponentStyle, BaseSelectingStyle, Button, ButtonStyle, Color, ColorGradient, Component, ComponentWithDataSupplier, Container, Control, ControlStyle, DeepSelectingStyle, DropdownMenu, DropdownMenuStyle, Element, FloatContainer, FloatContainerStyle, Grid, GridCell, GridStyle, HorizontalStack, HorizontalStackStyle, Image, ImageControl, ImageControlStyle, ItemMenu, ItemMenuItem, ItemMenuStyle, Label, LabelStyle, Layer, LinearContainer, LinearContainerStyle, Link, LinkStyle, MockStylableElement, MultiStateConfiguration, MutableElement, MutableImage, SelectingStyle, SingleContainer, SingleContainerStyle, StylableElement, Style, StyleElement, Textbox, TextboxStyle, Time, Uploader, UploaderStyle, ValidationLabel, ValidationLabelStyle, VerticalStack, VerticalStackStyle, WebApplicationComponent, WebGui

public interface IElement
Autor:
Silvan Wyss
  • Methodendetails

    • getAttributes

      IContainer<INode<?>> getAttributes()
      Gibt zurück:
      the attributes of the current IElement.
    • getSpecification

      INode<?> getSpecification()
      Gibt zurück:
      the specification of the current IElement.
    • toFormatedString

      default String toFormatedString()
      Gibt zurück:
      a formated String representation of the current IElement.
    • toXml

      default IXmlNode<?> toXml()
      Gibt zurück:
      a XML representation of the current IElement.