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.String
getMinimizedValueAsHTML()
com.vaadin.ui.Component
getPopupComponent()
-
-
-
Constructor Detail
-
HelpContent
public HelpContent(UiState uiState)
-
-
Method Detail
-
getPopupComponent
public final com.vaadin.ui.Component getPopupComponent()
- Specified by:
getPopupComponent
in interfacecom.vaadin.ui.PopupView.Content
-
getMinimizedValueAsHTML
public final java.lang.String getMinimizedValueAsHTML()
- Specified by:
getMinimizedValueAsHTML
in interfacecom.vaadin.ui.PopupView.Content
-
-