com.vaadin.flow.component.spreadsheet.rpc.PopupButtonClientRpc Maven / Gradle / Ivy
/**
* Copyright 2000-2024 Vaadin Ltd.
*
* This program is available under Vaadin Commercial License and Service Terms.
*
* See {@literal } for the full
* license.
*/
package com.vaadin.flow.component.spreadsheet.rpc;
public interface PopupButtonClientRpc {
/**
* Opens the popup if the button is rendered.
*/
public void openPopup();
/**
* Closes the popup if it is open.
*/
public void closePopup();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy