Interface IColumnPropertyResolver

    • Method Detail

      • getColumnProperty

        String getColumnProperty​(int columnIndex)
        Parameters:
        columnIndex - i.e the order of the column in the backing bean
        Returns:
        the column property name for the provided column index.
      • getColumnIndex

        int getColumnIndex​(String propertyName)
        Parameters:
        propertyName - i.e the name of the column in the backing bean
        Returns:
        the column index for the provided property name.