Verwendungen von Enum-Klasse
ch.nolix.systemapi.webgui.main.ControlState
Packages, die ControlState verwenden
Package
Beschreibung
-
Verwendungen von ControlState in ch.nolix.system.webcontainercontrol.grid
Methoden in ch.nolix.system.webcontainercontrol.grid mit Parametern vom Typ ControlStateModifikator und TypMethodeBeschreibungintGridStyle.getChildControlMarginWhenHasState(ControlState state) GridStyle.getGridColorWhenHasState(ControlState state) intGridStyle.getGridThicknessWhenHasState(ControlState state) GridStyle.getGridTypeWhenHasState(ControlState state) GridStyle.setChildControlMarginForState(ControlState state, int childControlMargin) GridStyle.setGridColorForState(ControlState state, IColor gridColor) GridStyle.setGridThicknessForState(ControlState state, int gridThickness) GridStyle.setGridTypeForState(ControlState state, GridType gridType) -
Verwendungen von ControlState in ch.nolix.system.webcontainercontrol.linearcontainer
Klassen in ch.nolix.system.webcontainercontrol.linearcontainer mit Typparametern vom Typ ControlStateModifikator und TypKlasseBeschreibungclassAbstractLinearContainerStyle<S extends ILinearContainerStyle<S> & IMultiStateConfiguration<S, ControlState>>Methoden in ch.nolix.system.webcontainercontrol.linearcontainer mit Parametern vom Typ ControlStateModifikator und TypMethodeBeschreibungintAbstractLinearContainerStyle.getChildControlMarginWhenHasState(ControlState state) AbstractLinearContainerStyle.setChildControlMarginForState(ControlState state, int childControlMargin) -
Verwendungen von ControlState in ch.nolix.system.webgui.controlstyle
Klassen in ch.nolix.system.webgui.controlstyle mit Typparametern vom Typ ControlStateModifikator und TypKlasseBeschreibungclassAbstractControlStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>Methoden in ch.nolix.system.webgui.controlstyle mit Parametern vom Typ ControlStateModifikator und TypMethodeBeschreibungfinal booleanAbstractControlStyle.definesHeightForState(ControlState state) final booleanAbstractControlStyle.definesWidthForState(ControlState state) final SAbstractControlStyle.forStateSetBackground(ControlState state, IBackground background) final SAbstractControlStyle.forStateSetBackgroundColor(ControlState state, IColor backgroundColor) final SAbstractControlStyle.forStateSetBackgroundColorGradient(ControlState state, IColorGradient backgroundColorGradient) final SAbstractControlStyle.forStateSetBackgroundImage(ControlState state, IImage backgroundImage, ImageApplication imageApplication) final SAbstractControlStyle.forStateSetBorderColor(ControlState state, IColor borderColor) final SAbstractControlStyle.forStateSetBorderThickness(ControlState state, int borderThickness) final SAbstractControlStyle.forStateSetBottomBorderColor(ControlState state, IColor bottomBorderColor) final SAbstractControlStyle.forStateSetBottomBorderThickness(ControlState state, int bottomBorderThickness) final SAbstractControlStyle.forStateSetBottomPadding(ControlState state, int bottomPadding) final SAbstractControlStyle.forStateSetCornerRadius(ControlState state, int cornerRadius) final SAbstractControlStyle.forStateSetCornerShadow(ControlState state, ICornerShadow cornerShadow, ICornerShadow... cornerShadows) final SAbstractControlStyle.forStateSetCornerShadows(ControlState state, IContainer<? extends ICornerShadow> cornerShadows) final SAbstractControlStyle.forStateSetHeight(ControlState state, int height) final SAbstractControlStyle.forStateSetHeightInPercentOfViewArea(ControlState state, double heightInPercentOfViewAreaHeight) final SAbstractControlStyle.forStateSetLeftBorderColor(ControlState state, IColor leftBorderColor) final SAbstractControlStyle.forStateSetLeftBorderThickness(ControlState state, int leftBorderThickness) final SAbstractControlStyle.forStateSetLeftPadding(ControlState state, int leftPadding) final SAbstractControlStyle.forStateSetPadding(ControlState state, int padding) final SAbstractControlStyle.forStateSetRightBorderColor(ControlState state, IColor rightBorderColor) final SAbstractControlStyle.forStateSetRightBorderThickness(ControlState state, int rightBorderThickness) final SAbstractControlStyle.forStateSetRightPadding(ControlState state, int rightPadding) final SAbstractControlStyle.forStateSetTopBorderColor(ControlState state, IColor topBorderColor) final SAbstractControlStyle.forStateSetTopBorderThickness(ControlState state, int topBorderThickness) final SAbstractControlStyle.forStateSetTopPadding(ControlState state, int topPadding) final SAbstractControlStyle.forStateSetWidth(ControlState state, int width) final SAbstractControlStyle.forStateSetWidthInPercentOfViewAreaWidth(ControlState state, double widthInPercentOfViewAreaWidth) final IBackgroundAbstractControlStyle.getBackgroundWhenHasState(ControlState state) final IColorAbstractControlStyle.getBottomBorderColorWhenHasState(ControlState state) final intAbstractControlStyle.getBottomBorderThicknessWhenHasState(ControlState state) final IAbsoluteOrRelativeIntAbstractControlStyle.getBottomPaddingWhenHasState(ControlState state) final intAbstractControlStyle.getCornerRadiusWhenHasState(ControlState state) final IContainer<? extends ICornerShadow> AbstractControlStyle.getCornerShadowsWhenHasState(ControlState state) final IAbsoluteOrRelativeIntAbstractControlStyle.getHeightForState(ControlState state) final IColorAbstractControlStyle.getLeftBorderColorWhenHasState(ControlState state) final intAbstractControlStyle.getLeftBorderThicknessWhenHasState(ControlState state) final IAbsoluteOrRelativeIntAbstractControlStyle.getLeftPaddingWhenHasState(ControlState state) final IColorAbstractControlStyle.getRightBorderColorWhenHasState(ControlState state) final intAbstractControlStyle.getRightBorderThicknessWhenHasState(ControlState state) final IAbsoluteOrRelativeIntAbstractControlStyle.getRightPaddingWhenHasState(ControlState state) final IColorAbstractControlStyle.getTopBorderColorWhenHasState(ControlState state) final intAbstractControlStyle.getTopBorderThicknessWhenHasState(ControlState state) final IAbsoluteOrRelativeIntAbstractControlStyle.getTopPaddingWhenHasState(ControlState state) final IAbsoluteOrRelativeIntAbstractControlStyle.getWidthForState(ControlState state) -
Verwendungen von ControlState in ch.nolix.systemapi.webcontainercontrol.grid
Methoden in ch.nolix.systemapi.webcontainercontrol.grid mit Parametern vom Typ ControlStateModifikator und TypMethodeBeschreibungintIGridStyle.getChildControlMarginWhenHasState(ControlState state) IGridStyle.getGridColorWhenHasState(ControlState state) intIGridStyle.getGridThicknessWhenHasState(ControlState state) IGridStyle.getGridTypeWhenHasState(ControlState state) IGridStyle.setChildControlMarginForState(ControlState state, int childControlMargin) IGridStyle.setGridColorForState(ControlState state, IColor gridColor) IGridStyle.setGridThicknessForState(ControlState state, int gridThickness) IGridStyle.setGridTypeForState(ControlState state, GridType gridType) -
Verwendungen von ControlState in ch.nolix.systemapi.webcontainercontrol.linearcontainer
Methoden in ch.nolix.systemapi.webcontainercontrol.linearcontainer mit Parametern vom Typ ControlStateModifikator und TypMethodeBeschreibungintILinearContainerStyle.getChildControlMarginWhenHasState(ControlState state) ILinearContainerStyle.setChildControlMarginForState(ControlState state, int childControlMargin) -
Verwendungen von ControlState in ch.nolix.systemapi.webgui.controlstyle
Unterschnittstellen mit Typargumenten vom Typ ControlState in ch.nolix.systemapi.webgui.controlstyleModifikator und TypSchnittstelleBeschreibunginterfaceIControlBaseStyle<S extends IControlBaseStyle<S>>Methoden in ch.nolix.systemapi.webgui.controlstyle mit Parametern vom Typ ControlStateModifikator und TypMethodeBeschreibungbooleanISizeStyle.definesHeightForState(ControlState state) booleanIControlBaseStyle.definesTextLineDecorationForState(ControlState state) booleanISizeStyle.definesWidthForState(ControlState state) IBackgroundStyle.forStateSetBackground(ControlState state, IBackground background) IBackgroundStyle.forStateSetBackgroundColor(ControlState state, IColor backgroundColor) IBackgroundStyle.forStateSetBackgroundColorGradient(ControlState state, IColorGradient backgroundColorGradient) IBackgroundStyle.forStateSetBackgroundImage(ControlState state, IImage backgroundImage, ImageApplication imageApplication) IControlBaseStyle.forStateSetBoldTextFlag(ControlState state, boolean boldTextFlag) IBorderStyle.forStateSetBorderColor(ControlState state, IColor borderColor) IBorderStyle.forStateSetBorderThickness(ControlState state, int borderThickness) IBorderStyle.forStateSetBottomBorderColor(ControlState state, IColor bottomBorderColor) IBorderStyle.forStateSetBottomBorderThickness(ControlState state, int bottomBorderThickness) IPaddingStyle.forStateSetBottomPadding(ControlState state, int bottomPadding) ICornerStyle.forStateSetCornerRadius(ControlState state, int cornerRadius) IShadowStyle.forStateSetCornerShadow(ControlState state, ICornerShadow cornerShadow, ICornerShadow... cornerShadows) IShadowStyle.forStateSetCornerShadows(ControlState state, IContainer<? extends ICornerShadow> cornerShadows) IControlBaseStyle.forStateSetFont(ControlState state, Font font) ISizeStyle.forStateSetHeight(ControlState state, int height) ISizeStyle.forStateSetHeightInPercentOfViewArea(ControlState state, double heightInPercentOfViewAreaHeight) IBorderStyle.forStateSetLeftBorderColor(ControlState state, IColor leftBorderColor) IBorderStyle.forStateSetLeftBorderThickness(ControlState state, int leftBorderThickness) IPaddingStyle.forStateSetLeftPadding(ControlState state, int leftPadding) IControlBaseStyle.forStateSetOpacity(ControlState state, double opacity) IPaddingStyle.forStateSetPadding(ControlState state, int padding) IBorderStyle.forStateSetRightBorderColor(ControlState state, IColor rightBorderColor) IBorderStyle.forStateSetRightBorderThickness(ControlState state, int rightBorderThickness) IPaddingStyle.forStateSetRightPadding(ControlState state, int rightPadding) IControlBaseStyle.forStateSetTextColor(ControlState state, IColor textColor) IControlBaseStyle.forStateSetTextLineDecoration(ControlState state, LineDecoration textLineDecoration) IControlBaseStyle.forStateSetTextSize(ControlState state, int textSize) IBorderStyle.forStateSetTopBorderColor(ControlState state, IColor topBorderColor) IBorderStyle.forStateSetTopBorderThickness(ControlState state, int topBorderThickness) IPaddingStyle.forStateSetTopPadding(ControlState state, int topPadding) ISizeStyle.forStateSetWidth(ControlState state, int width) ISizeStyle.forStateSetWidthInPercentOfViewAreaWidth(ControlState state, double widthInPercentOfViewAreaWidth) IBackgroundStyle.getBackgroundWhenHasState(ControlState state) booleanIControlBaseStyle.getBoldTextFlagWhenHasState(ControlState state) IBorderStyle.getBottomBorderColorWhenHasState(ControlState state) intIBorderStyle.getBottomBorderThicknessWhenHasState(ControlState state) IPaddingStyle.getBottomPaddingWhenHasState(ControlState state) intICornerStyle.getCornerRadiusWhenHasState(ControlState state) IContainer<? extends ICornerShadow> IShadowStyle.getCornerShadowsWhenHasState(ControlState state) IControlBaseStyle.getFontWhenHasState(ControlState state) ISizeStyle.getHeightForState(ControlState state) IBorderStyle.getLeftBorderColorWhenHasState(ControlState state) intIBorderStyle.getLeftBorderThicknessWhenHasState(ControlState state) IPaddingStyle.getLeftPaddingWhenHasState(ControlState state) doubleIControlBaseStyle.getOpacityWhenHasState(ControlState state) IBorderStyle.getRightBorderColorWhenHasState(ControlState state) intIBorderStyle.getRightBorderThicknessWhenHasState(ControlState state) IPaddingStyle.getRightPaddingWhenHasState(ControlState state) IControlBaseStyle.getTextColorWhenHasState(ControlState state) IControlBaseStyle.getTextLineDecorationWhenHasState(ControlState state) intIControlBaseStyle.getTextSizeWhenHasState(ControlState state) IBorderStyle.getTopBorderColorWhenHasState(ControlState state) intIBorderStyle.getTopBorderThicknessWhenHasState(ControlState state) IPaddingStyle.getTopPaddingWhenHasState(ControlState state) ISizeStyle.getWidthForState(ControlState state) -
Verwendungen von ControlState in ch.nolix.systemapi.webgui.main
Unterklassen mit Typargumenten vom Typ ControlState in ch.nolix.systemapi.webgui.mainMethoden in ch.nolix.systemapi.webgui.main, die ControlState zurückgebenModifikator und TypMethodeBeschreibungstatic ControlStateGibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.static ControlState[]ControlState.values()Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.