Interface PopupButtonClientRpc
- All Superinterfaces:
com.vaadin.shared.communication.ClientRpc,Serializable
public interface PopupButtonClientRpc
extends com.vaadin.shared.communication.ClientRpc
-
Method Summary
Modifier and TypeMethodDescriptionvoidCloses the popup if it is open.voidOpens the popup if the button is rendered.
-
Method Details
-
openPopup
void openPopup()Opens the popup if the button is rendered. -
closePopup
void closePopup()Closes the popup if it is open.
-