return createItsNatFreeButtonNormalLabel(elem,artifacts,execCreateFilters,compMgr);
}
public ItsNatFreeButtonNormalLabel createItsNatFreeButtonNormalLabel(Element element,NameValue[] artifacts,boolean execCreateFilters,ItsNatDocComponentManagerImpl compMgr)
{
ItsNatFreeButtonNormalLabel comp = null;
boolean doFilters = hasBeforeAfterCreateItsNatComponentListener(execCreateFilters,compMgr);
if (doFilters) comp = (ItsNatFreeButtonNormalLabel)processBeforeCreateItsNatComponentListener(element,getCompType(),null,artifacts,compMgr);
if (comp == null)
comp = new ItsNatFreeButtonNormalLabelImpl(element,artifacts,compMgr);
if (doFilters) comp = (ItsNatFreeButtonNormalLabel)processAfterCreateItsNatComponentListener(comp,compMgr);