Esempio n. 1
0
 /**
  * constructor TabKeyword
  *
  * @return the widget composed by the Keywords Tab
  */
 public TabKeyword() {
   // initialize widget
   initWidget(uiBinder.createAndBindUi(this));
   // set style
   titleLabel.removeStyleName("gwt-Label");
   // set form names
   setFormName();
   // set interface
   setInterface();
   // change summary if the data type is data service
   if (EUOSMEGWT.metadataType.equalsIgnoreCase(DataTypes.DATA_SERVICE.toString()))
     summaryHTML.setHTML(constants.selectKeywordInfoDataService());
 }