Package io.jmix.ui

Interface Dialogs.HasStyleName<T>

Type Parameters:
T - return type of fluent API methods
All Known Subinterfaces:
Dialogs.MessageDialogBuilder, Dialogs.OptionDialogBuilder
All Known Implementing Classes:
DialogsImpl.MessageDialogBuilderImpl, DialogsImpl.OptionDialogBuilderImpl
Enclosing interface:
Dialogs

public static interface Dialogs.HasStyleName<T>
Marker interface for Dialog Builders that have stylename setting.
  • Method Summary

    Modifier and Type
    Method
    Description
     
    withStyleName(String styleName)
    Sets custom CSS style name for dialog.
  • Method Details

    • withStyleName

      T withStyleName(String styleName)
      Sets custom CSS style name for dialog.
      Parameters:
      styleName - style name
      Returns:
      builder
    • getStyleName

      String getStyleName()
      Returns:
      custom style name