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 List<People>ListSelectorDemo. getActors(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 Map<String,Movie>DemoDataProvider. moviesMethods in jaxx.demo.entities that return Movie Modifier and Type Method Description MovieDemoDataProvider. getMovie(String id)Methods in jaxx.demo.entities that return types with arguments of type Movie Modifier and Type Method Description List<Movie>DemoDataProvider. getMovies()Methods in jaxx.demo.entities with parameters of type Movie Modifier and Type Method Description List<People>DemoDataProvider. getPeoples(Movie m) -
Uses of Movie in jaxx.demo.feature.nav.content
Fields in jaxx.demo.feature.nav.content declared as Movie Modifier and Type Field Description protected MovieMovieContentUI. dataFields in jaxx.demo.feature.nav.content with type parameters of type Movie Modifier and Type Field Description protected List<Movie>MoviesContentUI. dataprotected BeanListHeader<Movie>MoviesContentUI. listHeaderMethods in jaxx.demo.feature.nav.content that return Movie Modifier and Type Method Description MovieMovieContentUI. getData()Methods in jaxx.demo.feature.nav.content that return types with arguments of type Movie Modifier and Type Method Description List<Movie>MoviesContentUI. getData()BeanListHeader<Movie>MoviesContentUI. getListHeader()Methods in jaxx.demo.feature.nav.content with parameters of type Movie Modifier and Type Method Description voidMovieContentUI. setData(Movie data)Method parameters in jaxx.demo.feature.nav.content with type arguments of type Movie Modifier and Type Method Description voidMoviesContentUI. setData(List<Movie> data) -
Uses of Movie in jaxx.demo.feature.nav.tree
Methods in jaxx.demo.feature.nav.tree that return types with arguments of type Movie Modifier and Type Method Description List<Movie>MoviesTreeNodeLoador. getData(Class<?> parentClass, String parentId, NavDataProvider dataProvider)Methods in jaxx.demo.feature.nav.tree with parameters of type Movie Modifier and Type Method Description NavDemoTreeNodeMoviesTreeNodeLoador. createNode(Movie data, NavDataProvider dataProvider) -
Uses of Movie in jaxx.demo.feature.nav.treetable
Methods in jaxx.demo.feature.nav.treetable that return types with arguments of type Movie Modifier and Type Method Description List<Movie>MoviesTreeTableNodeLoador. getData(Class<?> parentClass, String parentId, NavDataProvider dataProvider)Methods in jaxx.demo.feature.nav.treetable with parameters of type Movie Modifier and Type Method Description NavDemoTreeTableNodeMoviesTreeTableNodeLoador. createNode(Movie data, NavDataProvider dataProvider)