public interface InfoPanelItem extends Comparable<InfoPanelItem>
| Modifier and Type | Method and Description | 
|---|---|
default int | 
compareTo(InfoPanelItem that)  | 
com.vaadin.ui.Component | 
getComponent()
The vaadin component displayed to the user. 
 | 
default String | 
getId()
The id of the component. 
 | 
int | 
getOrder()
The order of the item in which it should occur. 
 | 
String | 
getTitle()
The title displayed to the user. 
 | 
com.vaadin.ui.Component getComponent()
String getTitle()
int getOrder()
default String getId()
default int compareTo(InfoPanelItem that)
compareTo in interface Comparable<InfoPanelItem>Copyright © 2021. All rights reserved.