package com.tridium.eas.ui.widgets; public interface RowModel { int convertRowIndexToModel(int i); int convertRowIndexToView(int i); }