Package org.pentaho.mantle.client.admin
Class EmailAdminPanel
- java.lang.Object
-
- com.google.gwt.user.client.ui.UIObject
-
- com.google.gwt.user.client.ui.Widget
-
- com.google.gwt.user.client.ui.Panel
-
- com.google.gwt.user.client.ui.SimplePanel
-
- org.pentaho.mantle.client.admin.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
-
-
Field Summary
Fields Modifier and Type Field Description protected com.google.gwt.user.client.ui.VerticalPanel
authCodePanel
protected com.google.gwt.user.client.ui.VerticalPanel
authenticationPanel
protected com.google.gwt.user.client.ui.ListBox
authenticationTypeLB
protected com.google.gwt.user.client.ui.TextBox
authorizationCodeTextBox
protected com.google.gwt.user.client.ui.TextBox
clientIdTextBox
protected com.google.gwt.user.client.ui.PasswordTextBox
clientSecretTextBox
protected com.google.gwt.user.client.ui.TextBox
fromAddressTextBox
protected com.google.gwt.user.client.ui.TextBox
fromNameTextBox
protected com.google.gwt.user.client.ui.ListBox
grantTypeListBox
protected com.google.gwt.user.client.ui.VerticalPanel
oauthPanel
protected com.google.gwt.user.client.ui.VerticalPanel
passwordPanel
protected com.google.gwt.user.client.ui.PasswordTextBox
passwordTextBox
protected com.google.gwt.user.client.ui.TextBox
portTextBox
protected com.google.gwt.user.client.ui.ListBox
protocolsListBox
protected com.google.gwt.user.client.ui.TextBox
redirectUriTextBox
protected com.google.gwt.user.client.ui.VerticalPanel
refreshTokenPanel
protected com.google.gwt.user.client.ui.TextBox
refreshTokenTextBox
protected com.google.gwt.user.client.ui.Button
saveButton
protected com.google.gwt.user.client.ui.TextBox
scopeTextBox
protected com.google.gwt.user.client.ui.TextBox
smtpHostTextBox
protected com.google.gwt.user.client.ui.VerticalPanel
smtpPanel
protected com.google.gwt.user.client.ui.Button
testButton
protected com.google.gwt.user.client.ui.TextBox
tokenUrlTextBox
protected com.google.gwt.user.client.ui.TextBox
userNameTextBox
protected com.google.gwt.user.client.ui.CheckBox
useSSLCheckBox
protected com.google.gwt.user.client.ui.CheckBox
useStartTLSCheckBox
-
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
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
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
-
-
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)
-
-