| 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 |
| Modifier and Type | Field and Description |
|---|---|
protected ListToListSelector<People> |
ListSelectorDemo.listToListSelector |
| Modifier and Type | Method and Description |
|---|---|
List<People> |
ListSelectorDemo.getActors(Collection<Movie> movies) |
ListToListSelector<People> |
ListSelectorDemo.getListToListSelector() |
| Modifier and Type | Field and Description |
|---|---|
protected List<People> |
Movie.actors |
protected Map<String,People> |
DemoDataProvider.peoples |
| Modifier and Type | Method and Description |
|---|---|
People |
DemoDataProvider.getPeople(String id) |
| Modifier and Type | Method and Description |
|---|---|
List<People> |
Movie.getActors() |
List<People> |
DemoDataProvider.getPeoples() |
List<People> |
DemoDataProvider.getPeoples(Movie m) |
List<People> |
DemoDataProvider.getPeoples(String moviesId) |
| Modifier and Type | Method and Description |
|---|---|
void |
Movie.addActor(People actor) |
| Modifier and Type | Method and Description |
|---|---|
void |
Movie.setActors(List<People> actors) |
| Modifier and Type | Field and Description |
|---|---|
protected People |
ActorContentUI.data |
| Modifier and Type | Field and Description |
|---|---|
protected List<People> |
ActorsContentUI.data |
protected BeanListHeader<People> |
ActorsContentUI.listHeader |
| Modifier and Type | Method and Description |
|---|---|
People |
ActorContentUI.getData() |
| Modifier and Type | Method and Description |
|---|---|
List<People> |
ActorsContentUI.getData() |
BeanListHeader<People> |
ActorsContentUI.getListHeader() |
| Modifier and Type | Method and Description |
|---|---|
void |
ActorContentUI.setData(People data) |
| Modifier and Type | Method and Description |
|---|---|
void |
ActorsContentUI.setData(List<People> data) |
| Modifier and Type | Method and Description |
|---|---|
List<People> |
ActorsTreeNodeLoador.getData(Class<?> parentClass,
String moviesId,
NavDataProvider dataProvider) |
| Modifier and Type | Method and Description |
|---|---|
NavDemoTreeNode |
ActorsTreeNodeLoador.createNode(People data,
NavDataProvider dataProvider) |
| Modifier and Type | Method and Description |
|---|---|
List<People> |
ActorsTreeTableNodeLoador.getData(Class<?> parentClass,
String moviesId,
NavDataProvider dataProvider) |
| Modifier and Type | Method and Description |
|---|---|
NavDemoTreeTableNode |
ActorsTreeTableNodeLoador.createNode(People data,
NavDataProvider dataProvider) |
protected String |
NavDemoTreeTableModel.getPeopleColumn(People people,
int i) |
Copyright © 2008-2012 CodeLutin. All Rights Reserved.