Click or drag to resize

PFWidgetFactory Class

Provides methods for intanciating PFWidgetBase class instances.
Inheritance Hierarchy
SystemObject
  Packflow.Core.WidgetsPFWidgetFactory

Namespace:  Packflow.Core.Widgets
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public static class PFWidgetFactory

The PFWidgetFactory type exposes the following members.

Methods
  NameDescription
Public methodStatic memberFindWidgetMetadata
Finds the widget metadata from the given widget global name, or null if no widget matching this global name could be found.
Public methodStatic memberGetWidget(PFSite, PFWidgetData)
Resolves the PFWidgetBase derived class matching the given global name and returns a new instance from the given PFWidgetData.
Public methodStatic memberGetWidget(PFSite, String, String, JObject)
Resolves the PFWidgetBase derived class matching the given global name and returns a new instance from the given the settings.
Top
See Also