Schnittstelle IRespondingMutableElement<E extends IRespondingMutableElement<E>>
- Typparameter:
E- is the type of aIRespondingMutableElement.
- Alle Superschnittstellen:
IElement,IMutableElement,Resettable
- Alle bekannten Unterschnittstellen:
IAccordionStyle,IButtonStyle,ICheckboxStyle,IComponentStyle,IControlHeadStyle<S>,IControlStyle<S>,IDropdownMenuStyle,IGridStyle,IHorizontalStackStyle,IImageControlStyle,IItemMenuStyle<S>,ILabelStyle,ILinearContainerStyle<S>,ILinkStyle,IMultiStateConfiguration<C,,S> ISingleContainerStyle,ITabContainerStyle,ITextboxStyle,IUploaderStyle,IValidationLabelStyle,IVerticalStackStyle
- Alle bekannten Implementierungsklassen:
AbstractControlStyle,AbstractItemMenuStyle,AbstractLinearContainerStyle,AbstractMultiStateConfiguration,BaseComponentStyle,ButtonStyle,DropdownMenuStyle,FloatContainerStyle,GridStyle,HorizontalStackStyle,ImageControlStyle,LabelStyle,LinkStyle,SingleContainerStyle,TextboxStyle,UploaderStyle,ValidationLabelStyle,VerticalStackStyle
public interface IRespondingMutableElement<E extends IRespondingMutableElement<E>>
extends IMutableElement
- Version:
- 2021-04-01
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanaddedOrChangedAttribute(INode<?> attribute) Adds or changes the given attribute to the currentIRespondingMutableElementif the given attributes matches.Von Schnittstelle geerbte Methoden ch.nolix.systemapi.element.base.IElement
getAttributes, getSpecification, toFormatedString, toXmlVon Schnittstelle geerbte Methoden ch.nolix.systemapi.element.mutableelement.IMutableElement
addOrChangeAttribute, addOrChangeAttribute, addOrChangeAttribute, addOrChangeAttributes, resetFromAttributes, resetFromSpecificationVon Schnittstelle geerbte Methoden ch.nolix.coreapi.state.statemutation.Resettable
reset
-
Methodendetails
-
addedOrChangedAttribute
Adds or changes the given attribute to the currentIRespondingMutableElementif the given attributes matches.- Parameter:
attribute-- Gibt zurück:
- true if the given attribute was added or changed to the current
IRespondingMutableElement.
-