Interface RespondingMutableElement<E extends RespondingMutableElement<E>>

Type Parameters:
E - the type of a RespondingMutableElement.
All Superinterfaces:
AttributesRepresentable, Element, MutableElement, Resettable, SpecificationRepresentable
All Known Subinterfaces:
ControlBaseStyle<S>, ControlStyle<S>, IAccordionStyle, IButtonStyle, ICheckboxStyle, IComponentStyle, IDropdownMenuStyle, IGridStyle, IHorizontalStackStyle, IImageControlStyle, IItemMenuStyle<S>, ILabelStyle, ILinearContainerStyle<S>, ILinkStyle, ISingleContainerStyle, ITabContainerStyle, ITextboxStyle, IUploaderStyle, IValidationLabelStyle, IVerticalStackStyle, MultiStateConfiguration<C,S>
All Known Implementing Classes:
AbstractControlStyle, AbstractItemMenuStyle, AbstractLinearContainerStyle, AbstractMultiStateConfiguration, ButtonStyle, ComponentStyle, DropdownMenuStyle, FloatContainerStyle, GridStyle, HorizontalStackStyle, ImageControlStyle, LabelStyle, LinkStyle, SingleContainerStyle, TabContainerStyle, TextboxStyle, UploaderStyle, ValidationLabelStyle, VerticalStackStyle

public interface RespondingMutableElement<E extends RespondingMutableElement<E>> extends MutableElement
Author:
Silvan Wyss
  • Method Details

    • addedOrChangedAttribute

      boolean addedOrChangedAttribute(Node<?> attribute)
      Adds or changes the given attribute to the current RespondingMutableElement if the given attributes matches.
      Parameters:
      attribute -
      Returns:
      true if the given attribute was added or changed to the current RespondingMutableElement, false otherwise