Uses of Interface
ch.nolix.systemapi.webgui.base.IAbsoluteOrRelativeInt
Packages that use IAbsoluteOrRelativeInt
Package
Description
-
Uses of IAbsoluteOrRelativeInt in ch.nolix.system.webgui.base
Classes in ch.nolix.system.webgui.base that implement IAbsoluteOrRelativeIntModifier and TypeClassDescriptionfinal classAAbsoluteOrRelativeIntstores either an integer or a percentage.Methods in ch.nolix.system.webgui.base with parameters of type IAbsoluteOrRelativeIntModifier and TypeMethodDescriptionstatic voidAbsoluteOrRelativeIntValidator.assertIsPositive(IAbsoluteOrRelativeInt absoluteOrRelativeInt) -
Uses of IAbsoluteOrRelativeInt in ch.nolix.system.webgui.controlstyle
Methods in ch.nolix.system.webgui.controlstyle that return IAbsoluteOrRelativeIntModifier and TypeMethodDescriptionfinal IAbsoluteOrRelativeIntAbstractControlStyle.getBottomPaddingWhenHasState(ControlState state) final IAbsoluteOrRelativeIntAbstractControlStyle.getHeightForState(ControlState state) final IAbsoluteOrRelativeIntAbstractControlStyle.getLeftPaddingWhenHasState(ControlState state) final IAbsoluteOrRelativeIntAbstractControlStyle.getRightPaddingWhenHasState(ControlState state) final IAbsoluteOrRelativeIntAbstractControlStyle.getTopPaddingWhenHasState(ControlState state) final IAbsoluteOrRelativeIntAbstractControlStyle.getWidthForState(ControlState state) -
Uses of IAbsoluteOrRelativeInt in ch.nolix.system.webgui.controltool
Methods in ch.nolix.system.webgui.controltool with parameters of type IAbsoluteOrRelativeIntModifier and TypeMethodDescriptionstatic StringCssValueMapper.mapRelativeOrAbsoluteIntToCssValue(IAbsoluteOrRelativeInt absoluteOrRelativeInt, String relativeIntCssUnit) -
Uses of IAbsoluteOrRelativeInt in ch.nolix.system.webgui.main
Methods in ch.nolix.system.webgui.main that return IAbsoluteOrRelativeIntModifier and TypeMethodDescriptionfinal IAbsoluteOrRelativeIntAbstractControl.getMaxHeight()final IAbsoluteOrRelativeIntAbstractControl.getMaxWidth()final IAbsoluteOrRelativeIntAbstractControl.getMinHeight()final IAbsoluteOrRelativeIntAbstractControl.getMinWidth() -
Uses of IAbsoluteOrRelativeInt in ch.nolix.systemapi.webgui.base
Methods in ch.nolix.systemapi.webgui.base that return IAbsoluteOrRelativeIntModifier and TypeMethodDescriptionSizeAdjustableRectangle.getMaxHeight()SizeAdjustableRectangle.getMaxWidth()SizeAdjustableRectangle.getMinHeight()SizeAdjustableRectangle.getMinWidth() -
Uses of IAbsoluteOrRelativeInt in ch.nolix.systemapi.webgui.controlstyle
Methods in ch.nolix.systemapi.webgui.controlstyle that return IAbsoluteOrRelativeIntModifier and TypeMethodDescriptionPaddingStyle.getBottomPaddingWhenHasState(ControlState state) SizeStyle.getHeightForState(ControlState state) PaddingStyle.getLeftPaddingWhenHasState(ControlState state) PaddingStyle.getRightPaddingWhenHasState(ControlState state) PaddingStyle.getTopPaddingWhenHasState(ControlState state) SizeStyle.getWidthForState(ControlState state)