Uses of Interface
org.jaffa.components.navigation.domain.UrlAction

Packages that use UrlAction
org.jaffa.components.navigation.domain   
org.jaffa.components.navigation.domain.impl   
 

Uses of UrlAction in org.jaffa.components.navigation.domain
 

Methods in org.jaffa.components.navigation.domain that return UrlAction
 UrlAction ObjectFactory.createUrlAction()
          Create an instance of UrlAction
 UrlAction MenuOption.getUrlAction()
           
 

Methods in org.jaffa.components.navigation.domain with parameters of type UrlAction
 void MenuOption.setUrlAction(UrlAction value)
           
 

Uses of UrlAction in org.jaffa.components.navigation.domain.impl
 

Classes in org.jaffa.components.navigation.domain.impl that implement UrlAction
 class UrlActionImpl
           
 

Fields in org.jaffa.components.navigation.domain.impl declared as UrlAction
protected  UrlAction MenuOptionImpl._UrlAction
           
 

Methods in org.jaffa.components.navigation.domain.impl that return UrlAction
 UrlAction MenuOptionImpl.getUrlAction()
           
 

Methods in org.jaffa.components.navigation.domain.impl with parameters of type UrlAction
 void MenuOptionImpl.setUrlAction(UrlAction value)
           
 



Copyright © 2002-2004 JAFFA Project.