Interface SelectorList.ProjectionItem<T>

All Superinterfaces:
Nameable, Selectable
All Known Implementing Classes:
SelectorList.BaseProjectionItem
Enclosing interface:
SelectorList<T extends Nameable>

public static interface SelectorList.ProjectionItem<T> extends Nameable, Selectable
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface org.springframework.shell.component.support.Nameable

    getName

    Methods inherited from interface org.springframework.shell.component.support.Selectable

    isSelected
  • Method Details

    • getItem

      T getItem()