This object can be created in two ways. The first is using a FeatureReader. This method reads in Features a page at a time and populates the table entries. The page size can be set by calling FeatureTableControl#setPageSize(int).
The second way is using a DefaultFeatureCollection. In this case the control hangs on to a reference to the DefaultFeatureCollection and populates the table entries directory from it. This method results in a single page containing all features.
TODO: Create next and first action @author jdeolive @since 0.3
|
|