Uses of Interface
ch.nolix.systemapi.element.relativevalue.IAbsoluteOrRelativeInt
Packages that use IAbsoluteOrRelativeInt
Package
Description
-
Uses of IAbsoluteOrRelativeInt in ch.nolix.system.element.relativevalue
Classes in ch.nolix.system.element.relativevalue that implement IAbsoluteOrRelativeIntModifier and TypeClassDescriptionfinal classAAbsoluteOrRelativeIntstores either an integer or a percentage.Methods in ch.nolix.system.element.relativevalue 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 IAbsoluteOrRelativeIntControl.getMaxHeight()final IAbsoluteOrRelativeIntControl.getMaxWidth()final IAbsoluteOrRelativeIntControl.getMinHeight()final IAbsoluteOrRelativeIntControl.getMinWidth() -
Uses of IAbsoluteOrRelativeInt in ch.nolix.systemapi.gui.box
Methods in ch.nolix.systemapi.gui.box that return IAbsoluteOrRelativeIntModifier and TypeMethodDescriptionISizeAdjustableBox.getMaxHeight()ISizeAdjustableBox.getMaxWidth()ISizeAdjustableBox.getMinHeight()ISizeAdjustableBox.getMinWidth() -
Uses of IAbsoluteOrRelativeInt in ch.nolix.systemapi.webgui.controlstyle
Methods in ch.nolix.systemapi.webgui.controlstyle that return IAbsoluteOrRelativeIntModifier and TypeMethodDescriptionIPaddingStyle.getBottomPaddingWhenHasState(ControlState state) ISizeStyle.getHeightForState(ControlState state) IPaddingStyle.getLeftPaddingWhenHasState(ControlState state) IPaddingStyle.getRightPaddingWhenHasState(ControlState state) IPaddingStyle.getTopPaddingWhenHasState(ControlState state) ISizeStyle.getWidthForState(ControlState state)