All Implemented Interfaces:
CapybaraPortingLayer, Control.Owner, PageArea

public class ColumnsArea extends PageAreaImpl
Provides the control area for setting the Columns to display in the default job list.
Author:
Peter Müller
  • Constructor Details

    • ColumnsArea

      public ColumnsArea(PageObject context, String path)
      Creates a new PageArea for the config list of columns that should be shown in the default job list.
  • Method Details

    • remove

      public void remove(ColumnsArea.Column column)
      Remove the list item for a column from the list of displayed columns.
      Parameters:
      column - column, the name of the column that will be removed.
    • removeAll

      public void removeAll()
      Removes all Columns as present in the default configuration.
    • add

      public void add(ColumnsArea.Column column)
      Add a column item by name to the list.
      Parameters:
      column - column, the column to add.