Uses of Class
jaxx.demo.entities.Movie
| Package | Description |
|---|---|
| jaxx.demo.component.jaxx.editor | |
| jaxx.demo.entities | |
| jaxx.demo.feature.nav.content | |
| jaxx.demo.feature.nav.tree | |
| jaxx.demo.feature.nav.treetable |
-
Uses of Movie in jaxx.demo.component.jaxx.editor
Fields in jaxx.demo.component.jaxx.editor with type parameters of type Movie Modifier and Type Field Description protected ComboToListSelector<Movie>ListSelectorDemo. comboToListSelectorMethods in jaxx.demo.component.jaxx.editor that return types with arguments of type Movie Modifier and Type Method Description ComboToListSelector<Movie>ListSelectorDemo. getComboToListSelector()Method parameters in jaxx.demo.component.jaxx.editor with type arguments of type Movie Modifier and Type Method Description java.util.List<People>ListSelectorDemo. getActors(java.util.Collection<Movie> movies) -
Uses of Movie in jaxx.demo.entities
Fields in jaxx.demo.entities with type parameters of type Movie Modifier and Type Field Description protected java.util.Map<java.lang.String,Movie>DemoDataProvider. moviesMethods in jaxx.demo.entities that return Movie Modifier and Type Method Description MovieDemoDataProvider. getMovie(java.lang.String id)Methods in jaxx.demo.entities that return types with arguments of type Movie Modifier and Type Method Description java.util.List<Movie>DemoDataProvider. getMovies()Methods in jaxx.demo.entities with parameters of type Movie Modifier and Type Method Description java.util.List<People>DemoDataProvider. getPeoples(Movie m)