Schnittstelle IRespondingMutableElement<RME extends IRespondingMutableElement<RME>>
- Typparameter:
RME
- is the type of aIRespondingMutableElement
.
- Alle Superschnittstellen:
IElement
,IMutableElement
,Resettable
- Alle bekannten Unterschnittstellen:
IAccordionStyle
,IButtonStyle
,ICheckboxStyle
,IComponentStyle
,IControlHeadStyle<CS>
,IControlStyle<CS>
,IDropdownMenuStyle
,IGridStyle
,IHorizontalStackStyle
,IImageControlStyle
,IItemMenuStyle<IMS>
,ILabelStyle
,ILinearContainerStyle<LCL>
,ILinkStyle
,IMultiStateConfiguration<MSC,
,S> ISingleContainerStyle
,ITabContainerStyle
,ITextboxStyle
,IUploaderStyle
,IValidationLabelStyle
,IVerticalStackStyle
- Alle bekannten Implementierungsklassen:
BaseComponentStyle
,ButtonStyle
,ControlStyle
,DropdownMenuStyle
,FloatContainerStyle
,GridStyle
,HorizontalStackStyle
,ImageControlStyle
,ItemMenuStyle
,LabelStyle
,LinearContainerStyle
,LinkStyle
,MultiStateConfiguration
,SingleContainerStyle
,TextboxStyle
,UploaderStyle
,ValidationLabelStyle
,VerticalStackStyle
public interface IRespondingMutableElement<RME extends IRespondingMutableElement<RME>>
extends IMutableElement
- Version:
- 2021-04-01
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
addedOrChangedAttribute
(INode<?> attribute) Adds or changes the given attribute to the currentIRespondingMutableElement
if the given attributes matches.Von Schnittstelle geerbte Methoden ch.nolix.systemapi.elementapi.baseapi.IElement
getAttributes, getSpecification, toFormatedString, toXml
Von Schnittstelle geerbte Methoden ch.nolix.systemapi.elementapi.mutableelementapi.IMutableElement
addOrChangeAttribute, addOrChangeAttribute, addOrChangeAttribute, addOrChangeAttributes, resetFromAttributes, resetFromSpecification
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.stateapi.statemutationapi.Resettable
reset
-
Methodendetails
-
addedOrChangedAttribute
Adds or changes the given attribute to the currentIRespondingMutableElement
if the given attributes matches.- Parameter:
attribute
-- Gibt zurück:
- true if the given attribute was added or changed to the current
IRespondingMutableElement
.
-