| Package | Description |
|---|---|
| org.jowidgets.examples.common.workbench.demo3.command | |
| org.jowidgets.examples.common.workbench.demo3.component |
| 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) |
static org.jowidgets.api.command.IAction |
CreateRoleActionFactory.create(BeanTableModel<Role> model) |
static org.jowidgets.api.command.IAction |
DeleteRoleActionFactory.create(BeanTableModel<Role> model) |
static org.jowidgets.api.command.IAction |
EditRoleActionFactory.create(BeanTableModel<Role> model) |
| Constructor and Description |
|---|
SingleSelectionEnabledChecker(BeanTableModel<?> model) |
| Constructor and Description |
|---|
PersonDetailView(org.jowidgets.workbench.api.IViewContext context,
BeanTableModel<Person> model) |
PersonTableView(org.jowidgets.workbench.api.IViewContext context,
BeanTableModel<Person> model) |
RoleDetailView(org.jowidgets.workbench.api.IViewContext context,
BeanTableModel<Role> model) |
RoleTableView(org.jowidgets.workbench.api.IViewContext context,
BeanTableModel<Role> model) |
Copyright © 2015. All rights reserved.