Interface IRespondingMutableElement<E extends IRespondingMutableElement<E>>
- Type Parameters:
E- is the type of aIRespondingMutableElement.
- All Superinterfaces:
AttributesRepresentable, IElement, IMutableElement, Resettable, SpecificationRepresentable
- All Known Subinterfaces:
IAccordionStyle, IButtonStyle, ICheckboxStyle, IComponentStyle, IControlBaseStyle<S>, IControlStyle<S>, IDropdownMenuStyle, IGridStyle, IHorizontalStackStyle, IImageControlStyle, IItemMenuStyle<S>, ILabelStyle, ILinearContainerStyle<S>, ILinkStyle, IMultiStateConfiguration<C,S>, ISingleContainerStyle, ITabContainerStyle, ITextboxStyle, IUploaderStyle, IValidationLabelStyle, IVerticalStackStyle
- 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 IRespondingMutableElement<E extends IRespondingMutableElement<E>>
extends IMutableElement
- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionbooleanaddedOrChangedAttribute(INode<?> attribute) Adds or changes the given attribute to the currentIRespondingMutableElementif the given attributes matches.Methods inherited from interface AttributesRepresentable
getAttributesMethods inherited from interface IMutableElement
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 currentIRespondingMutableElementif the given attributes matches.- Parameters:
attribute-- Returns:
- true if the given attribute was added or changed to the current
IRespondingMutableElement, false otherwise.
-