setColumn abstract method

void setColumn(
  1. int index
)

Sets the active column for subsequent operations.

This method is called before getLength and buildItem to specify which column is being processed. The index is typically 0-based.

Parameters:

  • index - The column index to activate

Implementation

void setColumn(int index);