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 Type
    Method
    Description
    Note that changing this has no effect on previously created components
    Note that changing this has no effect on previously created components
    Note that changing this has no effect on previously created components
    Note that changing this has no effect on previously created components
  • Method Details

    • textFieldColumns

      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

      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 State controlling whether created components transfer focus on enter