Uses of Class
jaxx.demo.component.jaxx.navigation.People

Packages that use People
jaxx.demo.component.jaxx.navigation   
jaxx.demo.component.jaxx.navigation.content   
 

Uses of People in jaxx.demo.component.jaxx.navigation
 

Fields in jaxx.demo.component.jaxx.navigation with type parameters of type People
protected  java.util.List<People> Movie.actors
           
static JAXXContextEntryDef<java.util.List<People>> FullNavigationTreeHelper.ACTORS
          where the actors are hold in context
 

Methods in jaxx.demo.component.jaxx.navigation that return types with arguments of type People
 java.util.List<People> Movie.getActors()
           
 

Methods in jaxx.demo.component.jaxx.navigation with parameters of type People
 void Movie.addActor(People actor)
           
 void FullNavigationTreeModelBuilder.addActor(People people, Movie... movies)
           
 

Method parameters in jaxx.demo.component.jaxx.navigation with type arguments of type People
 void Movie.setActors(java.util.List<People> actors)
           
 

Uses of People in jaxx.demo.component.jaxx.navigation.content
 

Fields in jaxx.demo.component.jaxx.navigation.content declared as People
protected  People ActorContentUI.data
           
 

Fields in jaxx.demo.component.jaxx.navigation.content with type parameters of type People
protected  java.util.List<People> ActorsContentUI.data
           
 

Methods in jaxx.demo.component.jaxx.navigation.content that return People
 People ActorContentUI.getData()
           
 

Methods in jaxx.demo.component.jaxx.navigation.content that return types with arguments of type People
 java.util.List<People> ActorsContentUI.getData()
           
 

Methods in jaxx.demo.component.jaxx.navigation.content with parameters of type People
 void ContentUIHandler.addActor(JAXXContext context, People a, Movie... movies)
           
 void ActorContentUI.setData(People newValue)
           
 

Method parameters in jaxx.demo.component.jaxx.navigation.content with type arguments of type People
 void ActorsContentUI.setData(java.util.List<People> newValue)
           
 



Copyright © 2008-2009 CodeLutin. All Rights Reserved.