Schnittstelle IMultiStateConfiguration<C extends IMultiStateConfiguration<C,S>, S extends Enum<S>>
- Typparameter:
C- is the type of aIMultiStateConfiguration.S- is the type of the states aIMultiStateConfigurationis for.
- Alle Superschnittstellen:
IElement, IMutableElement, IRespondingMutableElement<C>, Resettable
- Alle bekannten Unterschnittstellen:
IAccordionStyle, IButtonStyle, ICheckboxStyle, IComponentStyle, IControlBaseStyle<S>, IControlStyle<S>, IDropdownMenuStyle, IGridStyle, IHorizontalStackStyle, IImageControlStyle, IItemMenuStyle<S>, ILabelStyle, ILinearContainerStyle<S>, ILinkStyle, ISingleContainerStyle, ITabContainerStyle, ITextboxStyle, IUploaderStyle, IValidationLabelStyle, IVerticalStackStyle
- Alle bekannten Implementierungsklassen:
AbstractControlStyle, AbstractItemMenuStyle, AbstractLinearContainerStyle, AbstractMultiStateConfiguration, ButtonStyle, ComponentStyle, DropdownMenuStyle, FloatContainerStyle, GridStyle, HorizontalStackStyle, ImageControlStyle, LabelStyle, LinkStyle, SingleContainerStyle, TextboxStyle, UploaderStyle, ValidationLabelStyle, VerticalStackStyle
public interface IMultiStateConfiguration<C extends IMultiStateConfiguration<C,S>, S extends Enum<S>>
extends IRespondingMutableElement<C>
- Autor:
- Silvan Wyss
-
Methodenübersicht
Von Schnittstelle geerbte Methoden IElement
getAttributes, getSpecification, toFormatedString, toXmlVon Schnittstelle geerbte Methoden IMutableElement
addOrChangeAttribute, addOrChangeAttribute, addOrChangeAttribute, addOrChangeAttributes, resetFromAttributes, resetFromSpecificationVon Schnittstelle geerbte Methoden IRespondingMutableElement
addedOrChangedAttributeVon Schnittstelle geerbte Methoden Resettable
reset
-
Methodendetails
-
getBaseState
S getBaseState()
-