Class FlatTextAreaFieldTheme<T extends TextAreaField>

Type Parameters:
T - TextAreaField subclasses.

public class FlatTextAreaFieldTheme<T extends TextAreaField> extends FlatBorderlessTheme<T>
Dark TextAreaField Theme for all text areas. Used to make text area dark.
  • Constructor Details

    • FlatTextAreaFieldTheme

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

      public FlatTextAreaFieldTheme(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 FlatBorderlessTheme<T extends TextAreaField>
      Parameters:
      component - component to apply theme.