Uses of Class
org.efaps.ui.wicket.models.objects.UIMenuItem

Packages that use UIMenuItem
org.efaps.ui.wicket.components.menu The JSCooKMenu used in eFaps and all the links used in it. 
org.efaps.ui.wicket.components.menutree Classes that render the menutree (menu on the left). 
org.efaps.ui.wicket.models.objects The objects holding and handling the data presented to the User. 
org.efaps.ui.wicket.pages.dialog   
 

Uses of UIMenuItem in org.efaps.ui.wicket.components.menu
 

Constructor parameters in org.efaps.ui.wicket.components.menu with type arguments of type UIMenuItem
AbstractMenuItemLink(String _wicketId, org.apache.wicket.model.IModel<UIMenuItem> _model)
          Constructor.
AjaxOpenModalComponent(String _wicketId, org.apache.wicket.model.IModel<UIMenuItem> _model, FormContainer _form)
          Constructor.
AjaxSearchComponent(String _wicketId, org.apache.wicket.model.IModel<UIMenuItem> _model)
          Constructor.
AjaxSetCompanyLink(String _wicketId, org.apache.wicket.model.IModel<UIMenuItem> _model)
          Constructor.
AjaxSubmitComponent(String _wicketId, org.apache.wicket.model.IModel<UIMenuItem> _menuItem, org.apache.wicket.markup.html.form.Form<?> _form)
           
LogOutLink(String _wicketId, org.apache.wicket.model.IModel<UIMenuItem> _model)
           
StandardLink(String _wicketId, org.apache.wicket.model.IModel<UIMenuItem> _model)
          Constructor.
 

Uses of UIMenuItem in org.efaps.ui.wicket.components.menutree
 

Methods in org.efaps.ui.wicket.components.menutree with parameters of type UIMenuItem
 void MenuTree.changeContent(UIMenuItem _model, org.apache.wicket.ajax.AjaxRequestTarget _target)
          Method to change the content of the page.
 

Uses of UIMenuItem in org.efaps.ui.wicket.models.objects
 

Subclasses of UIMenuItem in org.efaps.ui.wicket.models.objects
 class UISearchItem
           
 

Methods in org.efaps.ui.wicket.models.objects that return types with arguments of type UIMenuItem
 List<UIMenuItem> UIMenuItem.getChilds()
          This is the getter method for the instance variable childs.
 

Uses of UIMenuItem in org.efaps.ui.wicket.pages.dialog
 

Constructor parameters in org.efaps.ui.wicket.pages.dialog with type arguments of type UIMenuItem
DialogPage.AjaxSubmitLink(String _wicketId, org.apache.wicket.model.IModel<UIMenuItem> _model, Map<?,?> _parameters)
           
DialogPage(ModalWindowContainer _modal, org.apache.wicket.model.IModel<UIMenuItem> _model, Map<?,?> _parameters, org.apache.wicket.Component _parent)
          Constructor used for a DialogPage that renders a Question like: "Are you sure that??" with a Cancel and a SubmitButton.
 



Copyright © 2003-2011 The eFaps Team. All Rights Reserved.