Table of Contents

Class LabelFactory

Namespace
JJMasterData.Core.UI.Components
Assembly
JJMasterData.Core.dll
public class LabelFactory : IComponentFactory<JJLabel>
Inheritance
LabelFactory
Implements
Inherited Members

Constructors

LabelFactory(IStringLocalizer<MasterDataResources>)

public LabelFactory(IStringLocalizer<MasterDataResources> stringLocalizer)

Parameters

stringLocalizer IStringLocalizer<MasterDataResources>

Methods

Create()

public JJLabel Create()

Returns

JJLabel

Create(FormElementField)

public JJLabel Create(FormElementField field)

Parameters

field FormElementField

Returns

JJLabel