| Modifier and Type | Field and Description |
|---|---|
protected BeanComboBox<People> |
BeanComboBoxDemo.comboBox |
protected BeanFilterableComboBox<People> |
BeanFilterableComboBoxDemo.comboBox |
protected BeanDoubleList<People> |
BeanDoubleListDemo.doubleList |
| Modifier and Type | Method and Description |
|---|---|
BeanComboBox<People> |
BeanComboBoxDemo.getComboBox() |
BeanFilterableComboBox<People> |
BeanFilterableComboBoxDemo.getComboBox() |
BeanDoubleList<People> |
BeanDoubleListDemo.getDoubleList() |
| Modifier and Type | Method and Description |
|---|---|
String |
BeanComboBoxDemoHandler.getSelectedResult(People people) |
| Modifier and Type | Field and Description |
|---|---|
protected FilterableDoubleList<People> |
FilterableDoubleListDemo.doubleList |
| Modifier and Type | Method and Description |
|---|---|
FilterableDoubleList<People> |
FilterableDoubleListDemo.getDoubleList() |
List<People> |
FilterableDoubleListDemoModel.getSelected() |
| Modifier and Type | Method and Description |
|---|---|
void |
FilterableDoubleListDemoModel.setSelected(List<People> selected) |
String |
FilterableDoubleListDemoHandler.updateResultText(List<People> selected) |
| 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) |
| Modifier and Type | Field and Description |
|---|---|
protected org.nuiton.validator.bean.list.BeanListValidator<People> |
ListBeanValidationDemo.validator |
| Modifier and Type | Method and Description |
|---|---|
People |
PeopleTableModel.getBean(int row) |
| Modifier and Type | Method and Description |
|---|---|
org.nuiton.validator.bean.list.BeanListValidator<People> |
ListBeanValidationDemo.getValidator() |
| Modifier and Type | Method and Description |
|---|---|
void |
PeopleTableModel.addBean(People bean) |
void |
ListBeanValidationDemoHandler.addPeople(People bean) |
int |
PeopleTableModel.getBeanIndex(People bean) |
org.apache.commons.lang3.tuple.Pair<Integer,Integer> |
PeopleTableModel.getCell(People bean,
String fieldName) |
Copyright © 2008–2017 Ultreia.io. All rights reserved.