Uses of Interface
ch.nolix.systemapi.gui.box.ICornerShadow
Packages that use ICornerShadow
Package
Description
-
Uses of ICornerShadow in ch.nolix.system.gui.box
Classes in ch.nolix.system.gui.box that implement ICornerShadowMethods in ch.nolix.system.gui.box with parameters of type ICornerShadowModifier and TypeMethodDescriptionstatic CornerShadowCornerShadow.fromCornerShadow(ICornerShadow cornerShadow) -
Uses of ICornerShadow in ch.nolix.system.gui.cssmapper
Methods in ch.nolix.system.gui.cssmapper with parameters of type ICornerShadowModifier and TypeMethodDescriptionCssPropertyMapper.mapCornerShadowToCssProperty(ICornerShadow cornerShadow) static ICssPropertyCornerShadowToCssMapperHelper.mapCornerShadowToCssPropertyWhenShadowIsInsideTheBox(ICornerShadow cornerShadow) static ICssPropertyCornerShadowToCssMapperHelper.mapCornerShadowToCssPropertyWhenShadowIsOutsideTheBox(ICornerShadow cornerShadow) Method parameters in ch.nolix.system.gui.cssmapper with type arguments of type ICornerShadowModifier and TypeMethodDescriptionCssPropertyMapper.mapCornerShadowsToOptionalCssProperty(IContainer<? extends ICornerShadow> cornerShadows) -
Uses of ICornerShadow in ch.nolix.system.webgui.controlstyle
Methods in ch.nolix.system.webgui.controlstyle that return types with arguments of type ICornerShadowModifier and TypeMethodDescriptionfinal IContainer<? extends ICornerShadow> AbstractControlStyle.getCornerShadowsWhenHasState(ControlState state) Methods in ch.nolix.system.webgui.controlstyle with parameters of type ICornerShadowModifier and TypeMethodDescriptionfinal SAbstractControlStyle.forStateSetCornerShadow(ControlState state, ICornerShadow cornerShadow, ICornerShadow... cornerShadows) Method parameters in ch.nolix.system.webgui.controlstyle with type arguments of type ICornerShadowModifier and TypeMethodDescriptionfinal SAbstractControlStyle.forStateSetCornerShadows(ControlState state, IContainer<? extends ICornerShadow> cornerShadows) -
Uses of ICornerShadow in ch.nolix.systemapi.gui.cssmapper
Methods in ch.nolix.systemapi.gui.cssmapper with parameters of type ICornerShadowModifier and TypeMethodDescriptionICssPropertyMapper.mapCornerShadowToCssProperty(ICornerShadow cornerShadow) Method parameters in ch.nolix.systemapi.gui.cssmapper with type arguments of type ICornerShadowModifier and TypeMethodDescriptionICssPropertyMapper.mapCornerShadowsToOptionalCssProperty(IContainer<? extends ICornerShadow> cornerShadows) -
Uses of ICornerShadow in ch.nolix.systemapi.webgui.controlstyle
Methods in ch.nolix.systemapi.webgui.controlstyle that return types with arguments of type ICornerShadowModifier and TypeMethodDescriptionIContainer<? extends ICornerShadow> IShadowStyle.getCornerShadowsWhenHasState(ControlState state) Methods in ch.nolix.systemapi.webgui.controlstyle with parameters of type ICornerShadowModifier and TypeMethodDescriptionIShadowStyle.forStateSetCornerShadow(ControlState state, ICornerShadow cornerShadow, ICornerShadow... cornerShadows) Method parameters in ch.nolix.systemapi.webgui.controlstyle with type arguments of type ICornerShadowModifier and TypeMethodDescriptionIShadowStyle.forStateSetCornerShadows(ControlState state, IContainer<? extends ICornerShadow> cornerShadows)