Package com.gadglet.client.gwt.ui

Examples of com.gadglet.client.gwt.ui.FormItemProfilePhoto


      public void onClick(ClickEvent event) {
        dialogBox.hide();
      }
    });

    FormItemProfilePhoto myPhoto = new FormItemProfilePhoto(
        ProfileFields.PROFILE_THUMBNAILURL.getParamName(),
        "gadgetLabelProfilePhoto", null,
        prefs.getMsg("gadgetLabelShare"));
    myPhoto.getFieldEntry().setVisible(false);
    form.add(myPhoto);

    form.add(new FormItemTextBox(ProfileFields.PROFILE_NICKNAME
        .getParamName(), "gadgetLabelProfileNickName", ""));
View Full Code Here

TOP

Related Classes of com.gadglet.client.gwt.ui.FormItemProfilePhoto

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.