Class ProfilePage

  • All Implemented Interfaces:
    com.google.gwt.event.logical.shared.HasAttachHandlers, com.google.gwt.event.shared.EventHandler, com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.Event.NativePreviewHandler, com.google.gwt.user.client.EventListener, com.google.gwt.user.client.ui.HasVisibility, com.google.gwt.user.client.ui.IsRenderable, com.google.gwt.user.client.ui.IsWidget, View, PageEventHandler

    public class ProfilePage
    extends PageContent
    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject

        com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected com.google.gwt.user.client.ui.Anchor changePwd  
      protected com.google.gwt.dom.client.DivElement changePwdArea  
      protected com.google.gwt.user.client.ui.HTMLPanel container  
      protected ProfileMessages msg  
      protected com.google.gwt.user.client.ui.Anchor publish  
      protected com.google.gwt.user.client.ui.PasswordTextBox pwd1  
      protected com.google.gwt.user.client.ui.PasswordTextBox pwd2  
      protected com.google.gwt.user.client.ui.TextArea status  
      • Fields inherited from class com.google.gwt.user.client.ui.UIObject

        DEBUG_ID_PREFIX
    • Constructor Summary

      Constructors 
      Constructor Description
      ProfilePage()  
    • Field Detail

      • container

        @UiField
        protected com.google.gwt.user.client.ui.HTMLPanel container
      • status

        @UiField
        protected com.google.gwt.user.client.ui.TextArea status
      • publish

        @UiField
        protected com.google.gwt.user.client.ui.Anchor publish
      • changePwd

        @UiField
        protected com.google.gwt.user.client.ui.Anchor changePwd
      • pwd1

        @UiField
        protected com.google.gwt.user.client.ui.PasswordTextBox pwd1
      • pwd2

        @UiField
        protected com.google.gwt.user.client.ui.PasswordTextBox pwd2
      • changePwdArea

        @UiField
        protected com.google.gwt.dom.client.DivElement changePwdArea
    • Constructor Detail

      • ProfilePage

        public ProfilePage()