PL-10438 PopupView minimizedValue actually supports HTML

This commit is contained in:
Daniil Tsarev 2018-02-26 09:43:41 +04:00
parent a414e893c9
commit 2e2ea90491

View File

@ -33,7 +33,7 @@ public interface PopupView extends Component.HasCaption, Component.BelongToFrame
boolean isPopupVisible();
/**
* Set value for the label of component.
* Set value for the label of component. Value of the label can contain HTML.
*
* @param minimizedValue label text.
*/