Verwendungen von Enum-Klasse
ch.nolix.systemapi.webguiapi.mainapi.ControlState
Package
Beschreibung
The
ch.nolix.system.application.component
package defines a base type
of components for web applications.The
ch.nolix.system.webgui.atomiccontrol
package defines the types
that are declared in the
ch.nolix.systemapi.webguiapi.atomiccontrolapi
package.The
ch.nolix.system.webgui.basecontroltool
package defines base
services for IControl
s.The
ch.nolix.system.webgui.container
package defines the types that
are declared in the ch.nolix.systemapi.webguiapi.containerapi
package.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.itemmenu
package defines the types that
are declared in the ch.nolix.systemapi.webguiapi.itemmenuapi
package.The
ch.nolix.system.webgui.linearcontainer
package defines the types
that are declared in the
ch.nolix.systemapi.webguiapi.linearcontainerapi
package.The
ch.nolix.systemapi.webguiapi.containerapi
package declares
container IControl
s.The
ch.nolix.systemapi.webguiapi.controlstyleapi
package declares
styles for GUI controls.The
ch.nolix.systemapi.webguiapi.linearcontainerapi
package declares
linear container
IContainer
s.The
ch.nolix.systemapi.webguiapi.mainapi
package declares a web GUI.-
Verwendungen von ControlState in ch.nolix.system.application.component
Modifizierer und TypMethodeBeschreibungprotected void
BaseComponentCssBuilder.fillUpAdditionalCssRulesForControlAndStateIntoList
(IComponent button, ControlState state, LinkedList<? super ICssRule> list) protected void
BaseComponentCssBuilder.fillUpCssPropertiesForControlAndStateIntoList
(IComponent button, ControlState state, LinkedList<ICssProperty> list) -
Verwendungen von ControlState in ch.nolix.system.webgui.atomiccontrol
Modifizierer und TypMethodeBeschreibungprotected void
ButtonCssBuilder.fillUpAdditionalCssRulesForControlAndStateIntoList
(IButton button, ControlState state, LinkedList<? super ICssRule> list) protected void
ImageControlCssBuilder.fillUpAdditionalCssRulesForControlAndStateIntoList
(IImageControl imageControl, ControlState state, LinkedList<? super ICssRule> list) protected void
LabelCssBuilder.fillUpAdditionalCssRulesForControlAndStateIntoList
(ILabel label, ControlState state, LinkedList<? super ICssRule> list) protected void
LinkCssBuilder.fillUpAdditionalCssRulesForControlAndStateIntoList
(ILink control, ControlState state, LinkedList<? super ICssRule> list) protected void
TextboxCssBuilder.fillUpAdditionalCssRulesForControlAndStateIntoList
(ITextbox textbox, ControlState state, LinkedList<? super ICssRule> list) protected void
UploaderCssBuilder.fillUpAdditionalCssRulesForControlAndStateIntoList
(IUploader button, ControlState state, LinkedList<? super ICssRule> list) protected void
ValidationLabelCssBuilder.fillUpAdditionalCssRulesForControlAndStateIntoList
(IValidationLabel text, ControlState state, LinkedList<? super ICssRule> list) protected void
ButtonCssBuilder.fillUpCssPropertiesForControlAndStateIntoList
(IButton button, ControlState state, LinkedList<ICssProperty> list) protected void
ImageControlCssBuilder.fillUpCssPropertiesForControlAndStateIntoList
(IImageControl imageControl, ControlState state, LinkedList<ICssProperty> list) protected void
LabelCssBuilder.fillUpCssPropertiesForControlAndStateIntoList
(ILabel label, ControlState state, LinkedList<ICssProperty> list) protected void
LinkCssBuilder.fillUpCssPropertiesForControlAndStateIntoList
(ILink control, ControlState state, LinkedList<ICssProperty> list) protected void
TextboxCssBuilder.fillUpCssPropertiesForControlAndStateIntoList
(ITextbox textbox, ControlState state, LinkedList<ICssProperty> list) protected void
UploaderCssBuilder.fillUpCssPropertiesForControlAndStateIntoList
(IUploader button, ControlState state, LinkedList<ICssProperty> list) protected void
ValidationLabelCssBuilder.fillUpCssPropertiesForControlAndStateIntoList
(IValidationLabel text, ControlState state, LinkedList<ICssProperty> list) -
Verwendungen von ControlState in ch.nolix.system.webgui.basecontroltool
Modifizierer und TypMethodeBeschreibungprotected abstract void
ControlCssBuilder.fillUpAdditionalCssRulesForControlAndStateIntoList
(C control, ControlState state, LinkedList<? super ICssRule> list) protected abstract void
ControlCssBuilder.fillUpCssPropertiesForControlAndStateIntoList
(C control, ControlState state, LinkedList<ICssProperty> list) -
Verwendungen von ControlState in ch.nolix.system.webgui.container
Modifizierer und TypMethodeBeschreibungprotected void
GridCssBuilder.fillUpAdditionalCssRulesForControlAndStateIntoList
(IGrid control, ControlState state, LinkedList<? super ICssRule> list) protected void
SingleContainerCssBuilder.fillUpAdditionalCssRulesForControlAndStateIntoList
(ISingleContainer control, ControlState state, LinkedList<? super ICssRule> list) protected void
GridCssBuilder.fillUpCssPropertiesForControlAndStateIntoList
(IGrid control, ControlState state, LinkedList<ICssProperty> list) protected void
SingleContainerCssBuilder.fillUpCssPropertiesForControlAndStateIntoList
(ISingleContainer control, ControlState state, LinkedList<ICssProperty> list) int
GridStyle.getChildControlMarginWhenHasState
(ControlState state) GridStyle.getGridColorWhenHasState
(ControlState state) int
GridStyle.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.webgui.controlstyle
Modifizierer und TypKlasseBeschreibungclass
ControlStyle<ECS extends IControlStyle<ECS> & IMultiStateConfiguration<ECS,
ControlState>> Modifizierer und TypMethodeBeschreibungfinal boolean
ControlStyle.definesHeightForState
(ControlState state) final boolean
ControlStyle.definesWidthForState
(ControlState state) final IBackground
ControlStyle.getBackgroundWhenHasState
(ControlState state) final IColor
ControlStyle.getBottomBorderColorWhenHasState
(ControlState state) final int
ControlStyle.getBottomBorderThicknessWhenHasState
(ControlState state) final int
ControlStyle.getBottomPaddingWhenHasState
(ControlState state) final IAbsoluteOrRelativeInt
ControlStyle.getHeightForState
(ControlState state) final IColor
ControlStyle.getLeftBorderColorWhenHasState
(ControlState state) final int
ControlStyle.getLeftBorderThicknessWhenHasState
(ControlState state) final int
ControlStyle.getLeftPaddingWhenHasState
(ControlState state) final IColor
ControlStyle.getRightBorderColorWhenHasState
(ControlState state) final int
ControlStyle.getRightBorderThicknessWhenHasState
(ControlState state) final int
ControlStyle.getRightPaddingWhenHasState
(ControlState state) final IColor
ControlStyle.getTopBorderColorWhenHasState
(ControlState state) final int
ControlStyle.getTopBorderThicknessWhenHasState
(ControlState state) final int
ControlStyle.getTopPaddingWhenHasState
(ControlState state) final IAbsoluteOrRelativeInt
ControlStyle.getWidthForState
(ControlState state) final ECS
ControlStyle.setBackgroundColorForState
(ControlState state, IColor backgroundColor) final ECS
ControlStyle.setBackgroundColorGradientForState
(ControlState state, IColorGradient backgroundColorGradient) final ECS
ControlStyle.setBackgroundForState
(ControlState state, IBackground background) final ECS
ControlStyle.setBackgroundImageForState
(ControlState state, IImage backgroundImage, ImageApplication imageApplication) final ECS
ControlStyle.setBorderColorForState
(ControlState state, IColor borderColor) final ECS
ControlStyle.setBorderThicknessForState
(ControlState state, int borderThickness) final ECS
ControlStyle.setBottomBorderColorForState
(ControlState state, IColor bottomBorderColor) final ECS
ControlStyle.setBottomBorderThicknessForState
(ControlState state, int bottomBorderThickness) final ECS
ControlStyle.setBottomPaddingForState
(ControlState state, int bottomPadding) final ECS
ControlStyle.setHeightForState
(ControlState state, int height) final ECS
ControlStyle.setHeightInPercentOfViewAreaForState
(ControlState state, double heightInPercentOfViewAreaHeight) final ECS
ControlStyle.setLeftBorderColorForState
(ControlState state, IColor leftBorderColor) final ECS
ControlStyle.setLeftBorderThicknessForState
(ControlState state, int leftBorderThickness) final ECS
ControlStyle.setLeftPaddingForState
(ControlState state, int leftPadding) final ECS
ControlStyle.setPaddingForState
(ControlState state, int padding) final ECS
ControlStyle.setRightBorderColorForState
(ControlState state, IColor rightBorderColor) final ECS
ControlStyle.setRightBorderThicknessForState
(ControlState state, int rightBorderThickness) final ECS
ControlStyle.setRightPaddingForState
(ControlState state, int rightPadding) final ECS
ControlStyle.setTopBorderColorForState
(ControlState state, IColor topBorderColor) final ECS
ControlStyle.setTopBorderThicknessForState
(ControlState state, int topBorderThickness) final ECS
ControlStyle.setTopPaddingForState
(ControlState state, int topPadding) final ECS
ControlStyle.setWidthForState
(ControlState state, int width) ControlStyle.setWidthInPercentOfViewAreaWidthForState
(ControlState state, double widthInPercentOfViewAreaWidth) -
Verwendungen von ControlState in ch.nolix.system.webgui.linearcontainer
Modifizierer und TypKlasseBeschreibungclass
LinearContainerStyle<LCS extends ILinearContainerStyle<LCS> & IMultiStateConfiguration<LCS,
ControlState>> Modifizierer und TypMethodeBeschreibungprotected void
FloatContainerCssBuilder.fillUpAdditionalCssRulesForControlAndStateIntoList
(FloatContainer floatContainer, ControlState state, LinkedList<? super ICssRule> list) protected void
HorizontalStackCssBuilder.fillUpAdditionalCssRulesForControlAndStateIntoList
(IHorizontalStack horizontalStack, ControlState state, LinkedList<? super ICssRule> list) protected void
VerticalStackCssBuilder.fillUpAdditionalCssRulesForControlAndStateIntoList
(IVerticalStack verticalStack, ControlState state, LinkedList<? super ICssRule> list) protected void
FloatContainerCssBuilder.fillUpCssPropertiesForControlAndStateIntoList
(FloatContainer floatContainer, ControlState state, LinkedList<ICssProperty> list) protected void
HorizontalStackCssBuilder.fillUpCssPropertiesForControlAndStateIntoList
(IHorizontalStack horizontalStack, ControlState state, LinkedList<ICssProperty> list) protected void
VerticalStackCssBuilder.fillUpCssPropertiesForControlAndStateIntoList
(IVerticalStack verticalStack, ControlState state, LinkedList<ICssProperty> list) int
LinearContainerStyle.getChildControlMarginWhenHasState
(ControlState state) LinearContainerStyle.setChildControlMarginForState
(ControlState state, int childControlMargin) -
Verwendungen von ControlState in ch.nolix.systemapi.webguiapi.containerapi
Modifizierer und TypMethodeBeschreibungint
IGridStyle.getChildControlMarginWhenHasState
(ControlState state) IGridStyle.getGridColorWhenHasState
(ControlState state) int
IGridStyle.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.webguiapi.controlstyleapi
Modifizierer und TypMethodeBeschreibungboolean
ISizeStyle.definesHeightForState
(ControlState state) boolean
ISizeStyle.definesWidthForState
(ControlState state) IBackgroundStyle.getBackgroundWhenHasState
(ControlState state) boolean
IControlHeadStyle.getBoldTextFlagWhenHasState
(ControlState state) IBorderStyle.getBottomBorderColorWhenHasState
(ControlState state) int
IBorderStyle.getBottomBorderThicknessWhenHasState
(ControlState state) int
IPaddingStyle.getBottomPaddingWhenHasState
(ControlState state) IControlHeadStyle.getFontWhenHasState
(ControlState state) ISizeStyle.getHeightForState
(ControlState state) IBorderStyle.getLeftBorderColorWhenHasState
(ControlState state) int
IBorderStyle.getLeftBorderThicknessWhenHasState
(ControlState state) int
IPaddingStyle.getLeftPaddingWhenHasState
(ControlState state) double
IControlHeadStyle.getOpacityWhenHasState
(ControlState state) IBorderStyle.getRightBorderColorWhenHasState
(ControlState state) int
IBorderStyle.getRightBorderThicknessWhenHasState
(ControlState state) int
IPaddingStyle.getRightPaddingWhenHasState
(ControlState state) IControlHeadStyle.getTextColorWhenHasState
(ControlState state) int
IControlHeadStyle.getTextSizeWhenHasState
(ControlState state) IBorderStyle.getTopBorderColorWhenHasState
(ControlState state) int
IBorderStyle.getTopBorderThicknessWhenHasState
(ControlState state) int
IPaddingStyle.getTopPaddingWhenHasState
(ControlState state) ISizeStyle.getWidthForState
(ControlState state) IBackgroundStyle.setBackgroundColorForState
(ControlState state, IColor backgroundColor) IBackgroundStyle.setBackgroundColorGradientForState
(ControlState state, IColorGradient backgroundColorGradient) IBackgroundStyle.setBackgroundForState
(ControlState state, IBackground background) IBackgroundStyle.setBackgroundImageForState
(ControlState state, IImage backgroundImage, ImageApplication imageApplication) IControlHeadStyle.setBoldTextFlagForState
(ControlState state, boolean boldTextFlag) IBorderStyle.setBorderColorForState
(ControlState state, IColor borderColor) IBorderStyle.setBorderThicknessForState
(ControlState state, int borderThickness) IBorderStyle.setBottomBorderColorForState
(ControlState state, IColor bottomBorderColor) IBorderStyle.setBottomBorderThicknessForState
(ControlState state, int bottomBorderThickness) IPaddingStyle.setBottomPaddingForState
(ControlState state, int bottomPadding) IControlHeadStyle.setFontForState
(ControlState state, Font font) ISizeStyle.setHeightForState
(ControlState state, int height) ISizeStyle.setHeightInPercentOfViewAreaForState
(ControlState state, double heightInPercentOfViewAreaHeight) IBorderStyle.setLeftBorderColorForState
(ControlState state, IColor leftBorderColor) IBorderStyle.setLeftBorderThicknessForState
(ControlState state, int leftBorderThickness) IPaddingStyle.setLeftPaddingForState
(ControlState state, int leftPadding) IControlHeadStyle.setOpacityForState
(ControlState state, double opacity) IPaddingStyle.setPaddingForState
(ControlState state, int padding) IBorderStyle.setRightBorderColorForState
(ControlState state, IColor rightBorderColor) IBorderStyle.setRightBorderThicknessForState
(ControlState state, int rightBorderThickness) IPaddingStyle.setRightPaddingForState
(ControlState state, int rightPadding) IControlHeadStyle.setTextColorForState
(ControlState state, IColor textColor) IControlHeadStyle.setTextSizeForState
(ControlState state, int textSize) IBorderStyle.setTopBorderColorForState
(ControlState state, IColor topBorderColor) IBorderStyle.setTopBorderThicknessForState
(ControlState state, int topBorderThickness) IPaddingStyle.setTopPaddingForState
(ControlState state, int topPadding) ISizeStyle.setWidthForState
(ControlState state, int width) ISizeStyle.setWidthInPercentOfViewAreaWidthForState
(ControlState state, double widthInPercentOfViewAreaWidth) -
Verwendungen von ControlState in ch.nolix.systemapi.webguiapi.linearcontainerapi
Modifizierer und TypMethodeBeschreibungint
ILinearContainerStyle.getChildControlMarginWhenHasState
(ControlState state) ILinearContainerStyle.setChildControlMarginForState
(ControlState state, int childControlMargin) -
Verwendungen von ControlState in ch.nolix.systemapi.webguiapi.mainapi
Modifizierer und TypMethodeBeschreibungstatic ControlState
Gibt 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.