Uses of Interface
org.efaps.ui.wicket.components.IRecent

Packages that use IRecent
org.efaps.ui.wicket Base package containing the Session and the RequestCycle. 
org.efaps.ui.wicket.components Components used in the WebApp. 
org.efaps.ui.wicket.components.menu The JSCooKMenu used in eFaps and all the links used in it. 
org.efaps.ui.wicket.components.split.header The header inside the split containing links for recent, collapse etc. 
 

Uses of IRecent in org.efaps.ui.wicket
 

Methods in org.efaps.ui.wicket that return IRecent
 IRecent EFapsSession.getRecent()
           
 

Methods in org.efaps.ui.wicket that return types with arguments of type IRecent
 List<IRecent> EFapsSession.getAllRecents()
           
 

Methods in org.efaps.ui.wicket with parameters of type IRecent
 void EFapsSession.addRecent(IRecent _recent)
           
 

Uses of IRecent in org.efaps.ui.wicket.components
 

Classes in org.efaps.ui.wicket.components that implement IRecent
 class RecentObjectLink
          TODO comment!
 

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

Classes in org.efaps.ui.wicket.components.menu that implement IRecent
 class LogOutLink
           
 class StandardLink
          Class renders a standard link for the menu.
 

Uses of IRecent in org.efaps.ui.wicket.components.split.header
 

Constructors in org.efaps.ui.wicket.components.split.header with parameters of type IRecent
RecentLink(String _wicketId, IRecent _recent, int _maxLength)
           
 



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