PFWidgetFactory Class |
Namespace: Packflow.Core.Widgets
public static class PFWidgetFactory
The PFWidgetFactory type exposes the following members.
| Name | Description | |
|---|---|---|
| FindWidgetMetadata |
Finds the widget metadata from the given widget global name, or null
if no widget matching this global name could be found.
| |
| GetWidget(PFSite, PFWidgetData) |
Resolves the PFWidgetBase derived class matching the given global name and returns
a new instance from the given PFWidgetData.
| |
| GetWidget(PFSite, String, String, JObject) |
Resolves the PFWidgetBase derived class matching the given global name and returns
a new instance from the given the settings.
|