Class ManagedHtmlWidgetDescription
- java.lang.Object
-
- ch.systemsx.cisd.openbis.generic.shared.basic.dto.ManagedHtmlWidgetDescription
-
- All Implemented Interfaces:
IManagedOutputWidgetDescription
,java.io.Serializable
public class ManagedHtmlWidgetDescription extends java.lang.Object implements IManagedOutputWidgetDescription
IManagedOutputWidgetDescription
implementation for multi-line text fields. This class functions as a simple marker that the UI should use an HTML widget to display the result, and offers no configuration options or behavior.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ManagedHtmlWidgetDescription()
ManagedHtmlWidgetDescription(java.lang.String htmlText)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getHtml()
ManagedOutputWidgetType
getManagedOutputWidgetType()
void
setHtml(java.lang.String html)
-
-
-
Method Detail
-
getHtml
public java.lang.String getHtml()
-
setHtml
public void setHtml(java.lang.String html)
-
getManagedOutputWidgetType
public ManagedOutputWidgetType getManagedOutputWidgetType()
- Specified by:
getManagedOutputWidgetType
in interfaceIManagedOutputWidgetDescription
- Returns:
- type of this output field
-
-