Uses of Class
com.storedobject.vaadin.Button
Packages that use Button
-
Uses of Button in com.storedobject.vaadin
Subclasses of Button in com.storedobject.vaadinModifier and TypeClassDescriptionclassA confirm button is a button whose "click handler" will be invoked only after a further confirmation obtained from the user.classA button that can pop up some other set of components when clicked.Fields in com.storedobject.vaadin declared as ButtonModifier and TypeFieldDescriptionprotected ButtonDataEditor.cancelThe "cancel" button.protected ButtonDataForm.cancelThe Cancel button.protected final ButtonSelectGrid.cancelThe "Cancel" button.protected final ButtonViewGrid.exitThe "Exit" button.protected ButtonDataForm.okThe Ok button.protected final ButtonSelectGrid.proceedThe "Proceed" button.protected ButtonDataEditor.saveThe "save" button.Methods in com.storedobject.vaadin that return Button