Uses of Interface
org.jvnet.flamingo.common.model.PopupButtonModel

Packages that use PopupButtonModel
org.jvnet.flamingo.common   
 

Uses of PopupButtonModel in org.jvnet.flamingo.common
 

Methods in org.jvnet.flamingo.common that return PopupButtonModel
 PopupButtonModel JCommandButton.getPopupModel()
          Returns the popup model of this button.
 

Methods in org.jvnet.flamingo.common with parameters of type PopupButtonModel
 void JCommandButton.setPopupModel(PopupButtonModel newModel)
          Sets the new popup model for this button.