-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 1.2.0
-
Component/s: docs
-
merlin
-
generic
-
generic
The Dialog spec says the following about the setTitle() method in the
Method Detail section:
setTitle
public void setTitle(String title)
Sets the title of the Dialog.
Parameters:
title - the new title being given to the dialog
See Also:
getTitle
The fact that null is an acceptable value for the 'title' input
parameter should be stated in this method description.