public static class SideBarItemDescriptor.ActionItemDescriptor extends SideBarItemDescriptor
SideBarItemDescriptor.ActionItemDescriptor, SideBarItemDescriptor.ViewItemDescriptor| Constructor and Description |
|---|
ActionItemDescriptor(String beanName,
ApplicationContext applicationContext)
You should never need to create instances of this class directly.
|
| Modifier and Type | Method and Description |
|---|---|
void |
itemInvoked(UI ui)
This method must be called when the user clicks the item in the UI.
|
compareTo, getApplicationContext, getBeanName, getCaption, getIcon, getOrder, isMemberOfSectionpublic ActionItemDescriptor(String beanName, ApplicationContext applicationContext)
beanName - the name of the bean that implements the Runnable to run, must not be null.applicationContext - the application context to use when looking up beans, must not be null.public void itemInvoked(UI ui)
SideBarItemDescriptoritemInvoked in class SideBarItemDescriptorui - the UI in which the item was invoked, must not be null.Copyright © 2015. All rights reserved.