public class DefaultInfoPanelItem extends Object implements InfoPanelItem
InfoPanelItem
.Constructor and Description |
---|
DefaultInfoPanelItem() |
Modifier and Type | Method and Description |
---|---|
com.vaadin.ui.Component |
getComponent()
The vaadin component displayed to the user.
|
int |
getOrder()
The order of the item in which it should occur.
|
String |
getTitle()
The title displayed to the user.
|
DefaultInfoPanelItem |
withComponent(com.vaadin.ui.Component component) |
DefaultInfoPanelItem |
withOrder(int order) |
DefaultInfoPanelItem |
withTitle(String title) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compareTo
public DefaultInfoPanelItem withComponent(com.vaadin.ui.Component component)
public DefaultInfoPanelItem withOrder(int order)
public DefaultInfoPanelItem withTitle(String title)
public com.vaadin.ui.Component getComponent()
InfoPanelItem
getComponent
in interface InfoPanelItem
public String getTitle()
InfoPanelItem
getTitle
in interface InfoPanelItem
public int getOrder()
InfoPanelItem
getOrder
in interface InfoPanelItem
Copyright © 2020. All rights reserved.