public interface MasterDetail
Modifier and Type | Interface and Description |
---|---|
static class |
MasterDetail.Implementation |
Modifier and Type | Method and Description |
---|---|
<T> void |
connectForm(BeanComponent<T> master,
BeanFieldGroup<T> detail) |
void |
connectMasterDetail(AbstractSelect master,
Container.Filterable detailContainer,
Object filterProperty,
Object detailProperty) |
void connectMasterDetail(AbstractSelect master, Container.Filterable detailContainer, Object filterProperty, Object detailProperty)
<T> void connectForm(BeanComponent<T> master, BeanFieldGroup<T> detail)