Interface FocusListComponent<F extends FocusType>
- 
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
 
 @FunctionalInterface public interface FocusListComponent<F extends FocusType> Common functionality for "focus list" pages or panels - e.g. roles, services; in the future also users and maybe orgs. Intended to be used e.g. for FocusListInlineMenuHelper. TODO find a better place for this interface
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description MainObjectListPanel<F>getObjectListPanel()
 
- 
- 
- 
Method Detail- 
getObjectListPanelMainObjectListPanel<F> getObjectListPanel() 
 
- 
 
-