Uses of Interface
com.googlecode.wicket.jquery.ui.widget.menu.IMenuItem
Packages that use IMenuItem
Package
Description
-
Uses of IMenuItem in com.googlecode.wicket.jquery.ui.form.button
Methods in com.googlecode.wicket.jquery.ui.form.button with parameters of type IMenuItemModifier and TypeMethodDescriptionprotected void
Triggered when the form is submitted, and the validation succeedprotected void
Triggered when the form is submitted, and the validation succeedConstructor parameters in com.googlecode.wicket.jquery.ui.form.button with type arguments of type IMenuItemModifierConstructorDescriptionAbstractSplitButton
(String id, List<IMenuItem> items) ConstructorAbstractSplitButton
(String id, org.apache.wicket.model.IModel<List<IMenuItem>> items) ConstructorAjaxSplitButton
(String id, List<IMenuItem> items) ConstructorAjaxSplitButton
(String id, org.apache.wicket.model.IModel<List<IMenuItem>> items) ConstructorSplitButton
(String id, List<IMenuItem> items) ConstructorSplitButton
(String id, org.apache.wicket.model.IModel<List<IMenuItem>> items) Constructor