Schnittstelle IControlStyle<S extends IControlStyle<S>>
- Alle Superschnittstellen:
IBackgroundStyle<S>,IBorderStyle<S>,IControlHeadStyle<S>,ICornerStyle<S>,IElement,IMultiStateConfiguration<S,,ControlState> IMutableElement,IPaddingStyle<S>,IRespondingMutableElement<S>,ISizeStyle<S>,Resettable
- Alle bekannten Unterschnittstellen:
IAccordionStyle,IButtonStyle,ICheckboxStyle,IComponentStyle,IDropdownMenuStyle,IGridStyle,IHorizontalStackStyle,IImageControlStyle,IItemMenuStyle<S>,ILabelStyle,ILinearContainerStyle<S>,ILinkStyle,ISingleContainerStyle,ITabContainerStyle,ITextboxStyle,IUploaderStyle,IValidationLabelStyle,IVerticalStackStyle
- Alle bekannten Implementierungsklassen:
AbstractControlStyle,AbstractItemMenuStyle,AbstractLinearContainerStyle,BaseComponentStyle,ButtonStyle,DropdownMenuStyle,FloatContainerStyle,GridStyle,HorizontalStackStyle,ImageControlStyle,LabelStyle,LinkStyle,SingleContainerStyle,TextboxStyle,UploaderStyle,ValidationLabelStyle,VerticalStackStyle
public interface IControlStyle<S extends IControlStyle<S>>
extends IBackgroundStyle<S>, IBorderStyle<S>, IControlHeadStyle<S>, ICornerStyle<S>, ISizeStyle<S>, IPaddingStyle<S>
-
Methodenübersicht
Von Schnittstelle geerbte Methoden ch.nolix.systemapi.webgui.controlstyle.IBackgroundStyle
getBackgroundWhenHasState, removeCustomBackgrounds, setBackgroundColorForState, setBackgroundColorGradientForState, setBackgroundForState, setBackgroundImageForStateVon Schnittstelle geerbte Methoden ch.nolix.systemapi.webgui.controlstyle.IBorderStyle
getBottomBorderColorWhenHasState, getBottomBorderThicknessWhenHasState, getLeftBorderColorWhenHasState, getLeftBorderThicknessWhenHasState, getRightBorderColorWhenHasState, getRightBorderThicknessWhenHasState, getTopBorderColorWhenHasState, getTopBorderThicknessWhenHasState, removeCustomBorderColors, removeCustomBorderThicknesses, removeCustomBottomBorderColors, removeCustomBottomBorderThicknesses, removeCustomLeftBorderColors, removeCustomLeftBorderThicknesses, removeCustomRightBorderColors, removeCustomRightBorderThicknesses, removeCustomTopBorderColors, removeCustomTopBorderThicknesses, setBorderColorForState, setBorderThicknessForState, setBottomBorderColorForState, setBottomBorderThicknessForState, setLeftBorderColorForState, setLeftBorderThicknessForState, setRightBorderColorForState, setRightBorderThicknessForState, setTopBorderColorForState, setTopBorderThicknessForStateVon Schnittstelle geerbte Methoden ch.nolix.systemapi.webgui.controlstyle.IControlHeadStyle
addChild, definesTextLineDecorationForState, getBoldTextFlagWhenHasState, getFontWhenHasState, getOpacityWhenHasState, getTextColorWhenHasState, getTextLineDecorationWhenHasState, getTextSizeWhenHasState, removeCustomBoldTextFlags, removeCustomFonts, removeCustomOpacities, removeCustomTextColors, removeCustomTextLineDecorations, removeCustomTextSizes, setBoldTextFlagForState, setFontForState, setOpacityForState, setTextColorForState, setTextLineDecorationForState, setTextSizeForStateVon Schnittstelle geerbte Methoden ch.nolix.systemapi.webgui.controlstyle.ICornerStyle
getCornerRadiusWhenHasState, removeCustomCornerRadiuses, setCornerRadiusForStateVon Schnittstelle geerbte Methoden ch.nolix.systemapi.element.base.IElement
getAttributes, getSpecification, toFormatedString, toXmlVon Schnittstelle geerbte Methoden ch.nolix.systemapi.element.multistateconfiguration.IMultiStateConfiguration
getBaseStateVon Schnittstelle geerbte Methoden ch.nolix.systemapi.element.mutableelement.IMutableElement
addOrChangeAttribute, addOrChangeAttribute, addOrChangeAttribute, addOrChangeAttributes, resetFromAttributes, resetFromSpecificationVon Schnittstelle geerbte Methoden ch.nolix.systemapi.webgui.controlstyle.IPaddingStyle
getBottomPaddingWhenHasState, getLeftPaddingWhenHasState, getRightPaddingWhenHasState, getTopPaddingWhenHasState, removeCustomBottomPaddings, removeCustomLeftPaddings, removeCustomPaddings, removeCustomRightPaddings, removeCustomTopPaddings, setBottomPaddingForState, setLeftPaddingForState, setPaddingForState, setRightPaddingForState, setTopPaddingForStateVon Schnittstelle geerbte Methoden ch.nolix.systemapi.element.mutableelement.IRespondingMutableElement
addedOrChangedAttributeVon Schnittstelle geerbte Methoden ch.nolix.systemapi.webgui.controlstyle.ISizeStyle
definesHeightForState, definesWidthForState, getHeightForState, getWidthForState, removeCustomHeights, removeCustomWidths, setHeightForState, setHeightInPercentOfViewAreaForState, setWidthForState, setWidthInPercentOfViewAreaWidthForStateVon Schnittstelle geerbte Methoden ch.nolix.coreapi.state.statemutation.Resettable
reset