this.readOnly = historicalReadOnly || artifact.isreadonly;
ruleDocumentWidget = new RuleDocumentWidget(this.artifact,
readOnly);
metaWidget = new MetaDataWidgetNew(this.artifact, readOnly,
this.artifact.uuid, refreshCommand, openItemCommand, closeCommand);
initWidget(uiBinder.createAndBindUi(this));
setWidth("100%");
LoadingPopup.close();