Interface MenuCustom<T>
-
- Type Parameters:
T- The type of widget the custom menu item provides.
- All Superinterfaces:
HasEnabledStateChangeListeners,MenuItem,Resource,RuntimeFeatureResource,RuntimeResource
- All Known Implementing Classes:
BaseMenuCustom
@JsType public interface MenuCustom<T> extends MenuItem
A menu item that provides its own widget.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tbuild()-
Methods inherited from interface org.uberfire.workbench.model.menu.HasEnabledStateChangeListeners
addEnabledStateChangeListener
-
Methods inherited from interface org.uberfire.workbench.model.menu.MenuItem
accept, getCaption, getContributionPoint, getOrder, getPermissions, getPosition, getResourceActions, isEnabled, setEnabled
-
Methods inherited from interface org.uberfire.security.Resource
getDependencies, getIdentifier, getResourceType, isType
-
-
-
-
Method Detail
-
build
T build()
-
-