Uses of Interface
org.pushingpixels.radiance.component.api.common.model.PopupButtonModel
-
Packages that use PopupButtonModel Package Description org.pushingpixels.radiance.component.api.common -
-
Uses of PopupButtonModel in org.pushingpixels.radiance.component.api.common
Classes in org.pushingpixels.radiance.component.api.common that implement PopupButtonModel Modifier and Type Class Description private static classJCommandButton.DefaultPopupButtonModelExtension of the default button model that supports thePopupButtonModelinterface.Fields in org.pushingpixels.radiance.component.api.common declared as PopupButtonModel Modifier and Type Field Description private PopupButtonModelJCommandButton. popupModelPopup model of this button.Methods in org.pushingpixels.radiance.component.api.common that return PopupButtonModel Modifier and Type Method Description PopupButtonModelJCommandButton. getPopupModel()Returns the popup model of this button.Methods in org.pushingpixels.radiance.component.api.common with parameters of type PopupButtonModel Modifier and Type Method Description voidJCommandButton. setPopupModel(PopupButtonModel newModel)Sets the new popup model for this button.
-