Interface IMultiStateConfiguration<C extends IMultiStateConfiguration<C,S>, S extends Enum<S>>
- Type Parameters:
C- is the type of aIMultiStateConfiguration.S- is the type of the states aIMultiStateConfigurationis for.
- All Superinterfaces:
IElement, IMutableElement, IRespondingMutableElement<C>, Resettable
- All Known Subinterfaces:
IAccordionStyle, IButtonStyle, ICheckboxStyle, IComponentStyle, IControlBaseStyle<S>, IControlStyle<S>, IDropdownMenuStyle, IGridStyle, IHorizontalStackStyle, IImageControlStyle, IItemMenuStyle<S>, ILabelStyle, ILinearContainerStyle<S>, ILinkStyle, ISingleContainerStyle, ITabContainerStyle, ITextboxStyle, IUploaderStyle, IValidationLabelStyle, IVerticalStackStyle
- All Known Implementing Classes:
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>
- Author:
- Silvan Wyss
-
Method Summary
Methods inherited from interface IElement
getAttributes, getSpecification, toFormatedString, toXmlMethods inherited from interface IMutableElement
addOrChangeAttribute, addOrChangeAttribute, addOrChangeAttributes, addOrChangeAttributes, addOrChangeAttributes, resetFromAttributes, resetFromSpecificationMethods inherited from interface IRespondingMutableElement
addedOrChangedAttributeMethods inherited from interface Resettable
reset
-
Method Details
-
getBaseState
S getBaseState()
-