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.
|
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.
|
DefaultInfoPanelItem |
withComponent(com.vaadin.ui.Component component) |
DefaultInfoPanelItem |
withId(String id) |
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 DefaultInfoPanelItem withId(String id)
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
public String getId()
InfoPanelItem
getId
in interface InfoPanelItem
Copyright © 2021. All rights reserved.