return "buttonLabel";
}
public ItsNatHTMLAnchorLabel createItsNatHTMLAnchorLabel(HTMLAnchorElement element,NameValue[] artifacts,boolean execCreateFilters,ItsNatStfulDocComponentManagerImpl compMgr)
{
ItsNatHTMLAnchorLabel comp = null;
boolean doFilters = hasBeforeAfterCreateItsNatComponentListener(execCreateFilters,compMgr);
if (doFilters) comp = (ItsNatHTMLAnchorLabel)processBeforeCreateItsNatComponentListener(element,getCompType(),null,artifacts,compMgr);
if (comp == null)
comp = new ItsNatHTMLAnchorLabelImpl(element,artifacts,compMgr);
if (doFilters) comp = (ItsNatHTMLAnchorLabel)processAfterCreateItsNatComponentListener(comp,compMgr);