Interface IShadowStyle<S extends IShadowStyle<S>>
- Type Parameters:
S- is the type of aIShadowStyle.
- All Known Subinterfaces:
IAccordionStyle, IButtonStyle, ICheckboxStyle, IComponentStyle, 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, ButtonStyle, ComponentStyle, DropdownMenuStyle, FloatContainerStyle, GridStyle, HorizontalStackStyle, ImageControlStyle, LabelStyle, LinkStyle, SingleContainerStyle, TextboxStyle, UploaderStyle, ValidationLabelStyle, VerticalStackStyle
public interface IShadowStyle<S extends IShadowStyle<S>>
- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionforStateSetCornerShadow(ControlState state, ICornerShadow cornerShadow, ICornerShadow... cornerShadows) forStateSetCornerShadows(ControlState state, IContainer<? extends ICornerShadow> cornerShadows) IContainer<? extends ICornerShadow> void
-
Method Details
-
getCornerShadowsWhenHasState
-
removeCustomCornerShadows
void removeCustomCornerShadows() -
forStateSetCornerShadow
S forStateSetCornerShadow(ControlState state, ICornerShadow cornerShadow, ICornerShadow... cornerShadows) -
forStateSetCornerShadows
-