Interface I_CmsHasButtons

All Known Implementing Classes:
CmsForgotPasswordDialog

public interface I_CmsHasButtons
Provides buttons for a dialog.

  • Method Summary

    Modifier and Type
    Method
    Description
    List<com.vaadin.ui.Button>
    Gets the buttons to display.
  • Method Details

    • getButtons

      List<com.vaadin.ui.Button> getButtons()
      Gets the buttons to display.

      Returns:
      the buttons