Interface DefaultColumnContext

All Superinterfaces:
DefaultValueContext

public interface DefaultColumnContext extends DefaultValueContext
Context for step property when setting default value. Extension of DefaultValueContext.
Since:
2.4.0
  • Method Details

    • getColumnsByTag

      List<Column> getColumnsByTag(String tag)
      Returns the columns based on the column tag.
      Parameters:
      tag - the column tag
      Returns:
      list of columns
    • getColumnByIndex

      Column getColumnByIndex(int index)
      Returns the column based on the column index.
      Parameters:
      index - the column index
      Returns:
      selected column