public interface InfoPanelItem extends Comparable<InfoPanelItem>
| Modifier and Type | Method and Description |
|---|---|
default int |
compareTo(InfoPanelItem o) |
boolean |
contributesTo(GraphContainer container) |
com.vaadin.ui.Component |
getComponent(GraphContainer container) |
int |
getOrder()
The order of the item in which it should occur.
|
String |
getTitle(GraphContainer container) |
com.vaadin.ui.Component getComponent(GraphContainer container)
boolean contributesTo(GraphContainer container)
String getTitle(GraphContainer container)
int getOrder()
default int compareTo(InfoPanelItem o)
compareTo in interface Comparable<InfoPanelItem>Copyright © 2017. All rights reserved.