Class FlatTextInputTheme<T extends TextInput>

Type Parameters:
T - TextInput subclasses.

public class FlatTextInputTheme<T extends TextInput> extends FlatComponentTheme<T>
Dark TextInput Theme for all text inputs. Used to make text input dark.
  • Constructor Details

    • FlatTextInputTheme

      public FlatTextInputTheme()
      Default constructor. Settings should be specified before using this theme.
    • FlatTextInputTheme

      public FlatTextInputTheme(FlatColoredTheme.FlatColoredThemeSettings settings)
  • Method Details

    • apply

      public void apply(T component)
      Used to apply theme only for component and not apply for child components.
      Overrides:
      apply in class FlatComponentTheme<T extends TextInput>
      Parameters:
      component - component to apply theme.