RepositoryServiceFactory.getPackageService().listTypesInPackage( this.conf.getUuid(),
createGenericCallbackForListTypesInPackage( global,
factList ) );
InfoPopup info = new InfoPopup( constants.TypesInThePackage(),
constants.IfNoTypesTip() );
pop.addAttribute( constants.ChooseClassType(),
createHorizontalPanel( factList,
info ) );
final TextBox globalName = new TextBox();
if ( global ) {
pop.addAttribute( constants.GlobalName(),
globalName );
}
final TextBox className = new TextBox();
InfoPopup infoClass = new InfoPopup( constants.EnteringATypeClassName(),
constants.EnterTypeNameTip() );
pop.addAttribute( constants.advancedClassName(),
createHorizontalPanel( className,
infoClass ) );