Package com.gadglet.client.gwt.ui

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


        "gadgetLabelProfilePhoto", null,
        prefs.getMsg("gadgetLabelShare"));
    myPhoto.getFieldEntry().setVisible(false);
    form.add(myPhoto);

    form.add(new FormItemTextBox(ProfileFields.PROFILE_NICKNAME
        .getParamName(), "gadgetLabelProfileNickName", ""));

    // add title for bizlet
    if (GadgetConfig.getGadgetConfig().getGadgetType()
        .equals(GadgetType.BIZLET))
      form.add(new FormItemTextBox(ProfileFields.PROFILE_TITLE
          .getParamName(), "gadgetLabelTitle", ""));

    // add Privacy for minglets
    if (GadgetConfig.getGadgetConfig().getGadgetType()
        .equals(GadgetType.MINGLET)) {
View Full Code Here

TOP

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

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.