Interface Dialogs.HasSize<T>

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

public static interface Dialogs.HasSize<T>
Marker interface for Dialog Builders that have size setting.
  • Method Details

    • withWidth

      T withWidth(String width)
      Sets dialog width.
      Parameters:
      width - width
      Returns:
      builder
    • getWidth

      String getWidth()
      Returns:
      dialog width value
    • withHeight

      T withHeight(String height)
      Sets dialog height.
      Parameters:
      height - height
      Returns:
      builder
    • getHeight

      String getHeight()
      Returns:
      dialog height value