Class EditorComponents.ComponentSettings

java.lang.Object
is.codion.swing.framework.ui.EditorComponents.ComponentSettings
Enclosing class:
EditorComponents

public static final class EditorComponents.ComponentSettings extends Object
Manages settings that are applied to a component builder when set.
See Also:
  • Method Details

    • textFieldColumns

      public Value<Integer> textFieldColumns()
      Note that changing this has no effect on previously created components
      Returns:
      a Value controlling the default text field columns for created components
    • modifiedIndicator

      public 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

      public 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

      public State transferFocusOnEnter()
      Note that changing this has no effect on previously created components
      Returns:
      a State controlling whether created components transfer focus on enter