private EventBus eventBus;
public AppIcon(String name, String email, String author, String iconURL, String description, int pk, String path, String type, String appName, ClientFactory clientFactory) {
initWidget(uiBinder.createAndBindUi(this));
JSVarHandler = new JSVariableHandler();
versionForm = new FormPanel();
formContainer = new VerticalPanel();
versionForm.add(formContainer);
this.name = name;
this.email = email;