ItsNatComponentManager componentMgr = itsNatDoc.getItsNatComponentManager();
Element parentElem = itsNatDoc.getDocument().getDocumentElement();
componentMgr.buildItsNatComponents(parentElem);
ItsNatHTMLInputTextFormatted inputTextFormat = (ItsNatHTMLInputTextFormatted)componentMgr.addItsNatComponentById("inputTextFormattedId");
ItsNatLabel label = (ItsNatLabel)componentMgr.findItsNatComponentById("labelId");
ItsNatFreeLabel freeLabel = (ItsNatFreeLabel)componentMgr.findItsNatComponentById("freeLabelId");