Package org.opencms.ui
Interface I_CmsHasButtons
- All Known Implementing Classes:
CmsForgotPasswordDialog
public interface I_CmsHasButtons
Provides buttons for a dialog.
-
Method Summary
-
Method Details
-
getButtons
List<com.vaadin.ui.Button> getButtons()Gets the buttons to display.- Returns:
- the buttons
-