Verwendungen von Schnittstelle
ch.nolix.systemapi.elementapi.relativevalueapi.IAbsoluteOrRelativeInt
Package
Beschreibung
The
ch.nolix.system.element.relativevalue
package defines relative
values.The
ch.nolix.system.webgui.controlstyle
package defines the types
that are declared in the ch.nolix.systemapi.webguiapi.controlstyleapi
package.The
ch.nolix.system.webgui.controltool
package defines tools for
IControl
s.The
ch.nolix.system.webgui.main
package defines the types that are
declared in the ch.nolix.systemapi.webguiapi.mainapi
package.The
ch.nolix.systemapi.guiapi.canvasapi
package declares a canvas.The
ch.nolix.systemapi.webguiapi.controlstyleapi
package declares
styles for GUI controls.-
Verwendungen von IAbsoluteOrRelativeInt in ch.nolix.system.element.relativevalue
Modifizierer und TypKlasseBeschreibungfinal class
AAbsoluteOrRelativeInt
stores either an integer or a percentage.Modifizierer und TypMethodeBeschreibungvoid
AbsoluteOrRelativeIntValidator.assertIsPositive
(IAbsoluteOrRelativeInt absoluteOrRelativeInt) -
Verwendungen von IAbsoluteOrRelativeInt in ch.nolix.system.webgui.controlstyle
Modifizierer und TypMethodeBeschreibungfinal IAbsoluteOrRelativeInt
ControlStyle.getHeightForState
(ControlState state) final IAbsoluteOrRelativeInt
ControlStyle.getWidthForState
(ControlState state) -
Verwendungen von IAbsoluteOrRelativeInt in ch.nolix.system.webgui.controltool
Modifizierer und TypMethodeBeschreibungControlCssValueTool.getCssValueFromRelativeOrAbsoluteInt
(IAbsoluteOrRelativeInt absoluteOrRelativeInt, String relativeIntCssUnit) -
Verwendungen von IAbsoluteOrRelativeInt in ch.nolix.system.webgui.main
Modifizierer und TypMethodeBeschreibungfinal IAbsoluteOrRelativeInt
Control.getMaxHeight()
final IAbsoluteOrRelativeInt
Control.getMaxWidth()
final IAbsoluteOrRelativeInt
Control.getMinHeight()
final IAbsoluteOrRelativeInt
Control.getMinWidth()
-
Verwendungen von IAbsoluteOrRelativeInt in ch.nolix.systemapi.guiapi.canvasapi
Modifizierer und TypMethodeBeschreibungDimensionable.getMaxHeight()
Dimensionable.getMaxWidth()
Dimensionable.getMinHeight()
Dimensionable.getMinWidth()
-
Verwendungen von IAbsoluteOrRelativeInt in ch.nolix.systemapi.webguiapi.controlstyleapi
Modifizierer und TypMethodeBeschreibungISizeStyle.getHeightForState
(ControlState state) ISizeStyle.getWidthForState
(ControlState state)