Class HelpContent
- java.lang.Object
-
- org.opennms.features.vaadin.jmxconfiggenerator.ui.HelpContent
-
- All Implemented Interfaces:
com.vaadin.ui.PopupView.Content,java.io.Serializable
public class HelpContent extends java.lang.Object implements com.vaadin.ui.PopupView.Content- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HelpContent(UiState uiState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetMinimizedValueAsHTML()com.vaadin.ui.ComponentgetPopupComponent()
-
-
-
Constructor Detail
-
HelpContent
public HelpContent(UiState uiState)
-
-
Method Detail
-
getPopupComponent
public final com.vaadin.ui.Component getPopupComponent()
- Specified by:
getPopupComponentin interfacecom.vaadin.ui.PopupView.Content
-
getMinimizedValueAsHTML
public final java.lang.String getMinimizedValueAsHTML()
- Specified by:
getMinimizedValueAsHTMLin interfacecom.vaadin.ui.PopupView.Content
-
-