Interface TethysUITableFactory
public interface TethysUITableFactory
Table Factory.
-
Method Summary
Modifier and TypeMethodDescription<C,R> TethysUITableManager <C, R> newTable()Obtain a new table.
-
Method Details
-
newTable
Obtain a new table.- Type Parameters:
C- the column type.R- the row type- Returns:
- the new field
-