java.lang.Object
com.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.google.gwt.user.client.ui.Composite
org.silverpeas.mobile.client.components.base.PageContent
org.silverpeas.mobile.client.apps.profile.pages.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
     
    protected com.google.gwt.dom.client.DivElement
     
    protected com.google.gwt.user.client.ui.HTMLPanel
     
    protected ProfileMessages
     
    protected com.google.gwt.user.client.ui.Anchor
     
    protected com.google.gwt.user.client.ui.PasswordTextBox
     
    protected com.google.gwt.user.client.ui.PasswordTextBox
     
    protected com.google.gwt.user.client.ui.TextArea
     

    Fields inherited from class org.silverpeas.mobile.client.components.base.PageContent

    clicked, pageTitle

    Fields inherited from class com.google.gwt.user.client.ui.UIObject

    DEBUG_ID_PREFIX
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class com.google.gwt.user.client.ui.Composite

    claimElement, getWidget, initializeClaimedElement, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, render, render, resolvePotentialElement, setWidget

    Methods inherited from class com.google.gwt.user.client.ui.Widget

    addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents, unsinkEvents

    Methods inherited from class com.google.gwt.user.client.ui.UIObject

    addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setWidth, sinkBitlessEvent, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • msg

      @UiField(provided=true) protected ProfileMessages msg
    • 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 Details

    • ProfilePage

      public ProfilePage()
  • Method Details