Class EmailAdminPanel

  • All Implemented Interfaces:
    com.google.gwt.event.logical.shared.HasAttachHandlers, com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.EventListener, com.google.gwt.user.client.ui.AcceptsOneWidget, com.google.gwt.user.client.ui.HasOneWidget, com.google.gwt.user.client.ui.HasVisibility, com.google.gwt.user.client.ui.HasWidgets, com.google.gwt.user.client.ui.HasWidgets.ForIsWidget, com.google.gwt.user.client.ui.IsWidget, Iterable<com.google.gwt.user.client.ui.Widget>
    Direct Known Subclasses:
    EmailAdminPanelController

    public class EmailAdminPanel
    extends com.google.gwt.user.client.ui.SimplePanel
    • 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
      • Nested classes/interfaces inherited from interface com.google.gwt.user.client.ui.HasWidgets

        com.google.gwt.user.client.ui.HasWidgets.ForIsWidget
    • Constructor Summary

      Constructors 
      Constructor Description
      EmailAdminPanel()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean isPortValid​(String portValue)  
      protected boolean isSmtpMicrosoftOAuth​(String protocol, String smtpHost, String authMechanism)  
      protected boolean isSmtpProtocolFamily​(String protocol)  
      protected void selectListBoxHelper​(com.google.gwt.user.client.ui.ListBox listbox, String selectedValue)  
      • Methods inherited from class com.google.gwt.user.client.ui.SimplePanel

        add, getContainerElement, getWidget, iterator, remove, setWidget, setWidget
      • Methods inherited from class com.google.gwt.user.client.ui.Panel

        add, adopt, clear, doAttachChildren, doDetachChildren, orphan, remove
      • Methods inherited from class com.google.gwt.user.client.ui.Widget

        addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onAttach, onBrowserEvent, onDetach, 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, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, resolvePotentialElement, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toString
    • Field Detail

      • smtpHostTextBox

        protected com.google.gwt.user.client.ui.TextBox smtpHostTextBox
      • portTextBox

        protected com.google.gwt.user.client.ui.TextBox portTextBox
      • protocolsListBox

        protected com.google.gwt.user.client.ui.ListBox protocolsListBox
      • useStartTLSCheckBox

        protected com.google.gwt.user.client.ui.CheckBox useStartTLSCheckBox
      • useSSLCheckBox

        protected com.google.gwt.user.client.ui.CheckBox useSSLCheckBox
      • fromAddressTextBox

        protected com.google.gwt.user.client.ui.TextBox fromAddressTextBox
      • fromNameTextBox

        protected com.google.gwt.user.client.ui.TextBox fromNameTextBox
      • userNameTextBox

        protected com.google.gwt.user.client.ui.TextBox userNameTextBox
      • passwordTextBox

        protected com.google.gwt.user.client.ui.PasswordTextBox passwordTextBox
      • testButton

        protected com.google.gwt.user.client.ui.Button testButton
      • saveButton

        protected com.google.gwt.user.client.ui.Button saveButton
      • authenticationPanel

        protected com.google.gwt.user.client.ui.VerticalPanel authenticationPanel
      • tokenUrlTextBox

        protected com.google.gwt.user.client.ui.TextBox tokenUrlTextBox
      • oauthPanel

        protected com.google.gwt.user.client.ui.VerticalPanel oauthPanel
      • passwordPanel

        protected com.google.gwt.user.client.ui.VerticalPanel passwordPanel
      • authenticationTypeLB

        protected com.google.gwt.user.client.ui.ListBox authenticationTypeLB
      • clientIdTextBox

        protected com.google.gwt.user.client.ui.TextBox clientIdTextBox
      • clientSecretTextBox

        protected com.google.gwt.user.client.ui.PasswordTextBox clientSecretTextBox
      • scopeTextBox

        protected com.google.gwt.user.client.ui.TextBox scopeTextBox
      • grantTypeListBox

        protected com.google.gwt.user.client.ui.ListBox grantTypeListBox
      • refreshTokenTextBox

        protected com.google.gwt.user.client.ui.TextBox refreshTokenTextBox
      • refreshTokenPanel

        protected com.google.gwt.user.client.ui.VerticalPanel refreshTokenPanel
      • authorizationCodeTextBox

        protected com.google.gwt.user.client.ui.TextBox authorizationCodeTextBox
      • authCodePanel

        protected com.google.gwt.user.client.ui.VerticalPanel authCodePanel
      • redirectUriTextBox

        protected com.google.gwt.user.client.ui.TextBox redirectUriTextBox
      • smtpPanel

        protected com.google.gwt.user.client.ui.VerticalPanel smtpPanel
    • Constructor Detail

      • EmailAdminPanel

        public EmailAdminPanel()
    • Method Detail

      • isPortValid

        protected boolean isPortValid​(String portValue)
      • isSmtpMicrosoftOAuth

        protected boolean isSmtpMicrosoftOAuth​(String protocol,
                                               String smtpHost,
                                               String authMechanism)
      • isSmtpProtocolFamily

        protected boolean isSmtpProtocolFamily​(String protocol)
      • selectListBoxHelper

        protected void selectListBoxHelper​(com.google.gwt.user.client.ui.ListBox listbox,
                                           String selectedValue)