Schnittstelle IElement

Alle bekannten Unterschnittstellen:
IAbsoluteOrRelativeInt, IAbstractStyle<S>, IAccordion, IAccordionStyle, IAttachingAttribute, IBackground, IButton, IButtonStyle, ICheckbox, ICheckboxStyle, IColor, IColorGradient, IComponent, IComponentStyle, IContainer<C,S>, IControl<C,S>, IControlHeadStyle<S>, IControlStyle<S>, IDropdownMenu, IDropdownMenuStyle, IGrid, IGridStyle, IHorizontalStack, IHorizontalStackStyle, IImage, IImageControl, IImageControlStyle, IItemMenu<M,S>, IItemMenuItem<I>, IItemMenuStyle<S>, ILabel, ILabelStyle, ILayer<L>, ILinearContainer<C,S>, ILinearContainerStyle<S>, ILink, ILinkStyle, IMultiStateConfiguration<C,S>, IMutableElement, IMutableImage<I>, IRespondingMutableElement<E>, ISelectingStyle<S>, ISelectingStyleWithSelectors, ISingleContainer, ISingleContainerStyle, IStructureElement, IStylableElement<E>, IStyle, IStyleElement<E>, ITabContainer, ITabContainerStyle, ITextbox, ITextboxStyle, ITime, IUploader, IUploaderStyle, IValidationLabel, IValidationLabelStyle, IVerticalStack, IVerticalStackStyle, IWebGui<G>
Alle bekannten Implementierungsklassen:
AbsoluteOrRelativeInt, AbstractComponent, AbstractContainer, AbstractElement, AbstractItemMenu, AbstractSelectingStyle, AttachingAttribute, Background, BaseComponentStyle, Button, ButtonStyle, Color, ColorGradient, Component, ComponentWithAdapterFactory, Control, ControlStyle, DeepSelectingStyle, DropdownMenu, DropdownMenuStyle, FloatContainer, FloatContainerStyle, Grid, GridCell, GridStyle, HorizontalStack, HorizontalStackStyle, Image, ImageControl, ImageControlStyle, ItemMenuItem, ItemMenuStyle, Label, LabelStyle, Layer, LinearContainer, LinearContainerStyle, Link, LinkStyle, MultiStateConfiguration, MutableElement, MutableImage, SelectingStyle, SingleContainer, SingleContainerStyle, StylableElement, Style, StyleElement, Textbox, TextboxStyle, Time, Uploader, UploaderStyle, ValidationLabel, ValidationLabelStyle, VerticalStack, VerticalStackStyle, WebApplicationComponent, WebGui

public interface IElement
Version:
2016-01-01
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.