Uses of Interface
org.jvnet.flamingo.ribbon.RibbonApplicationMenuEntryPrimary.PrimaryRolloverCallback

Packages that use RibbonApplicationMenuEntryPrimary.PrimaryRolloverCallback
org.jvnet.flamingo.ribbon   
 

Uses of RibbonApplicationMenuEntryPrimary.PrimaryRolloverCallback in org.jvnet.flamingo.ribbon
 

Methods in org.jvnet.flamingo.ribbon that return RibbonApplicationMenuEntryPrimary.PrimaryRolloverCallback
 RibbonApplicationMenuEntryPrimary.PrimaryRolloverCallback RibbonApplicationMenuEntryPrimary.getRolloverCallback()
          Returns the current application callback that allows placing custom content in the secondary panel of the RibbonApplicationMenu when this primary menu entry is activated.
 

Methods in org.jvnet.flamingo.ribbon with parameters of type RibbonApplicationMenuEntryPrimary.PrimaryRolloverCallback
 void RibbonApplicationMenuEntryPrimary.setRolloverCallback(RibbonApplicationMenuEntryPrimary.PrimaryRolloverCallback rolloverCallback)
          Sets the rollover callback that allows the application to place custom content in the secondary panel of the RibbonApplicationMenu when this primary menu entry is activated.