Uses of Enum Class
ch.nolix.systemapi.webgui.main.ControlState
Packages that use ControlState
Package
Description
-
Uses of ControlState in ch.nolix.system.webcontainercontrol.grid
Methods in ch.nolix.system.webcontainercontrol.grid with parameters of type ControlStateModifier and TypeMethodDescriptionintGridStyle.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) -
Uses of ControlState in ch.nolix.system.webcontainercontrol.linearcontainer
Classes in ch.nolix.system.webcontainercontrol.linearcontainer with type parameters of type ControlStateModifier and TypeClassDescriptionclassAbstractLinearContainerStyle<S extends ILinearContainerStyle<S> & IMultiStateConfiguration<S, ControlState>>Methods in ch.nolix.system.webcontainercontrol.linearcontainer with parameters of type ControlStateModifier and TypeMethodDescriptionintAbstractLinearContainerStyle.getChildControlMarginWhenHasState(ControlState state) AbstractLinearContainerStyle.setChildControlMarginForState(ControlState state, int childControlMargin) -
Uses of ControlState in ch.nolix.system.webgui.controlstyle
Classes in ch.nolix.system.webgui.controlstyle with type parameters of type ControlStateModifier and TypeClassDescriptionclassAbstractControlStyle<S extends IControlStyle<S> & IMultiStateConfiguration<S, ControlState>>Methods in ch.nolix.system.webgui.controlstyle with parameters of type ControlStateModifier and TypeMethodDescriptionfinal 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) -
Uses of ControlState in ch.nolix.systemapi.webcontainercontrol.grid
Methods in ch.nolix.systemapi.webcontainercontrol.grid with parameters of type ControlStateModifier and TypeMethodDescriptionintIGridStyle.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) -
Uses of ControlState in ch.nolix.systemapi.webcontainercontrol.linearcontainer
Methods in ch.nolix.systemapi.webcontainercontrol.linearcontainer with parameters of type ControlStateModifier and TypeMethodDescriptionintILinearContainerStyle.getChildControlMarginWhenHasState(ControlState state) ILinearContainerStyle.setChildControlMarginForState(ControlState state, int childControlMargin) -
Uses of ControlState in ch.nolix.systemapi.webgui.controlstyle
Subinterfaces with type arguments of type ControlState in ch.nolix.systemapi.webgui.controlstyleMethods in ch.nolix.systemapi.webgui.controlstyle with parameters of type ControlStateModifier and TypeMethodDescriptionbooleanISizeStyle.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) -
Uses of ControlState in ch.nolix.systemapi.webgui.main
Subclasses with type arguments of type ControlState in ch.nolix.systemapi.webgui.mainMethods in ch.nolix.systemapi.webgui.main that return ControlStateModifier and TypeMethodDescriptionstatic ControlStateReturns the enum constant of this class with the specified name.static ControlState[]ControlState.values()Returns an array containing the constants of this enum class, in the order they are declared.