Class SelectionCell

All Implemented Interfaces:
Cell<String>

public class SelectionCell extends AbstractInputCell<String,String>
A Cell used to render a drop-down list.
  • Constructor Details

    • SelectionCell

      public SelectionCell(List<String> options)
      Construct a new SelectionCell with the specified options.
      Parameters:
      options - the options in the cell
  • Method Details