Defines a factory which can be used to create a Widget component from a
stored WidgetIdentifier. The factory implementation is responsible for
creating the surrounding WidgetContainer.
author: Jeremy Volkman
Create a WidgetContainer with the relevant widget component for the widget
with the given id
Parameters: id - The id of the widget to create The new WidgetContainer, or null if it could not be created.