Interface ITableModelTransformation


  • public interface ITableModelTransformation
    Transformation or midfication of a TableModel.
    • Method Detail

      • transform

        TableModel transform​(TableModel tableModel)
        Transforms specified table model.
        Returns:
        the same but modified table model or a new one.