Module is.codion.swing.framework.ui
Package is.codion.swing.framework.ui
Interface EditorComponents.ComponentSettings
- Enclosing interface:
EditorComponents
public static interface EditorComponents.ComponentSettings
Manages settings that are applied to a component builder when set.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionNote that changing this has no effect on previously created componentsNote that changing this has no effect on previously created componentsNote that changing this has no effect on previously created componentsNote that changing this has no effect on previously created components
-
Method Details
-
textFieldColumns
Note that changing this has no effect on previously created components- Returns:
- a
Valuecontrolling the default text field columns for created components
-
modifiedIndicator
State modifiedIndicator()Note that changing this has no effect on previously created components- Returns:
- a State controlling whether created components have a modified indicator
-
validIndicator
State validIndicator()Note that changing this has no effect on previously created components- Returns:
- a State controlling whether created components have a valid indicator
-
transferFocusOnEnter
State transferFocusOnEnter()Note that changing this has no effect on previously created components- Returns:
- a
Statecontrolling whether created components transfer focus on enter
-