Class HTMLLabelItem

java.lang.Object
com.vaadin.componentfactory.maps.model.AbstractConfigurationObject
com.vaadin.componentfactory.maps.model.HTMLLabelItem
All Implemented Interfaces:
Serializable

public class HTMLLabelItem extends AbstractConfigurationObject

HTMLLabelItem class.

Version:
$Id: $Id
Author:
Vaadin
See Also:
  • Constructor Details

    • HTMLLabelItem

      public HTMLLabelItem(String html)
      Constructs a HTMLLabelItem with the given HTML content
      Parameters:
      html - a String object.
    • HTMLLabelItem

      public HTMLLabelItem(String html, Style style)
      Constructs a HTMLLabelItem with the given HTML content and style
      Parameters:
      html - a String object.
      style - a Style object.
  • Method Details