| Modifier and Type | Method and Description |
|---|---|
static org.jowidgets.api.command.IAction |
EditPersonActionFactory.create(BeanTableModel<Person> model) |
static org.jowidgets.api.command.IAction |
DeletePersonActionFactory.create(BeanTableModel<Person> model) |
static org.jowidgets.api.command.IAction |
CreatePersonActionFactory.create(BeanTableModel<Person> model) |
| Constructor and Description |
|---|
PersonDetailView(org.jowidgets.workbench.api.IViewContext context,
BeanTableModel<Person> model) |
PersonTableView(org.jowidgets.workbench.api.IViewContext context,
BeanTableModel<Person> model) |
| Modifier and Type | Method and Description |
|---|---|
Person |
PersonContentCreator.getValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
PersonContentCreator.setValue(Person person) |
| Modifier and Type | Method and Description |
|---|---|
Person |
Person.createCopy() |
| Modifier and Type | Method and Description |
|---|---|
org.jowidgets.common.model.ITableCell |
PersonTableRenderer.getCell(int rowIndex,
int columnIndex,
Person bean) |
void |
Person.setPerson(Person person) |
Copyright © 2015. All rights reserved.