Interface RespondingMutableElement<E extends RespondingMutableElement<E>>
- Type Parameters:
E- the type of aRespondingMutableElement.
- 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 Summary
Modifier and TypeMethodDescriptionbooleanaddedOrChangedAttribute(Node<?> attribute) Adds or changes the given attribute to the currentRespondingMutableElementif the given attributes matches.Methods inherited from interface AttributesRepresentable
getAttributesMethods inherited from interface MutableElement
addOrChangeAttribute, addOrChangeAttribute, addOrChangeAttributes, resetFromAttributes, resetFromSpecificationMethods inherited from interface Resettable
resetMethods inherited from interface SpecificationRepresentable
getSpecification, hasEqualSpecificationAsElement, toFormatedString
-
Method Details
-
addedOrChangedAttribute
Adds or changes the given attribute to the currentRespondingMutableElementif the given attributes matches.- Parameters:
attribute-- Returns:
- true if the given attribute was added or changed to the current
RespondingMutableElement, false otherwise
-