T
- public interface ComponentFactory<T extends Component,M>
Component
's.
This is referenced each time a new row is added within AbstractDataView
.
The objective of the ComponentFactory is to define custom data components
based on the row being added.Modifier and Type | Method and Description |
---|---|
T |
generate(DataView dataView,
M model)
Generate a
Component . |
Copyright © 2018. All rights reserved.