org.jboss.errai.workspaces.client.modules.auth
Class AuthenticationDisplay

java.lang.Object
  extended by com.google.gwt.user.client.ui.UIObject
      extended by com.google.gwt.user.client.ui.Widget
          extended by com.google.gwt.user.client.ui.Panel
              extended by com.google.gwt.user.client.ui.ComplexPanel
                  extended by com.google.gwt.user.client.ui.AbsolutePanel
                      extended by org.gwt.mosaic.ui.client.layout.LayoutPanel
                          extended by org.jboss.errai.workspaces.client.modules.auth.AuthenticationDisplay
All Implemented Interfaces:
com.allen_sauer.gwt.dnd.client.drop.DropController, 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.HasAnimation, com.google.gwt.user.client.ui.HasWidgets, com.google.gwt.user.client.ui.HasWidgets.ForIsWidget, com.google.gwt.user.client.ui.IndexedPanel, com.google.gwt.user.client.ui.IndexedPanel.ForIsWidget, com.google.gwt.user.client.ui.InsertPanel, com.google.gwt.user.client.ui.InsertPanel.ForIsWidget, com.google.gwt.user.client.ui.IsWidget, com.google.gwt.user.client.ui.ProvidesResize, com.google.gwt.user.client.ui.RequiresResize, Iterable<com.google.gwt.user.client.ui.Widget>, org.gwt.mosaic.ui.client.layout.HasLayoutManager, AuthenticationModule.Display

public class AuthenticationDisplay
extends org.gwt.mosaic.ui.client.layout.LayoutPanel
implements AuthenticationModule.Display

A mosaic based based login box


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.InsertPanel
com.google.gwt.user.client.ui.InsertPanel.ForIsWidget
 
Nested classes/interfaces inherited from interface com.google.gwt.user.client.ui.HasWidgets
com.google.gwt.user.client.ui.HasWidgets.ForIsWidget
 
Field Summary
 
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Constructor Summary
AuthenticationDisplay()
           
 
Method Summary
 void clearPanel()
           
 com.google.gwt.user.client.ui.HasText getPasswordInput()
           
 com.google.gwt.event.dom.client.HasClickHandlers getSubmitButton()
           
 com.google.gwt.user.client.ui.HasText getUsernameInput()
           
 com.google.gwt.event.logical.shared.HasCloseHandlers getWindowPanel()
           
 void hideLoginPanel()
           
 void showLoginPanel()
           
 void showWelcomeMessage(String messageText)
           
 
Methods inherited from class org.gwt.mosaic.ui.client.layout.LayoutPanel
add, add, addCollapsedListener, doAttachChildren, doDetachChildren, enableDragAndDrop, getAnimationCallback, getDropTarget, getLayout, getLocationWidgetComparator, getPadding, getPreferredSize, getUnitConverter, getWidget, getWidgetIndex, getWidgetLeft, getWidgetSpacing, getWidgetTop, insert, insert, invalidate, invalidate, isAnimationEnabled, isAutoLayout, isCollapsed, isDragAndDropEnabled, iterator, layout, layoutChildren, makeDraggable, makeDraggable, makeNotDraggable, needsLayout, onDrop, onEnter, onLayout, onLeave, onLoad, onMove, onPreviewDrop, onResize, registerDropController, remove, removeCollapsedListener, removeImpl, setAnimationCallback, setAnimationEnabled, setAnimationEnabled, setAutoLayout, setCollapsed, setHeight, setLayout, setLocationWidgetComparator, setPadding, setWidgetPosition, setWidgetSpacing, setWidth, toPixelSize, unregisterDropController, unregisterDropControllers
 
Methods inherited from class com.google.gwt.user.client.ui.AbsolutePanel
add, insert, insert, insert, setWidgetPositionImpl
 
Methods inherited from class com.google.gwt.user.client.ui.ComplexPanel
add, adjustIndex, checkIndexBoundsForAccess, checkIndexBoundsForInsertion, getChildren, getWidgetCount, getWidgetIndex, insert, remove
 
Methods inherited from class com.google.gwt.user.client.ui.Panel
add, adopt, adopt, clear, disown, orphan, remove
 
Methods inherited from class com.google.gwt.user.client.ui.Widget
addAttachHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onAttach, onBrowserEvent, onDetach, onUnload, removeFromParent, setLayoutData, sinkEvents
 
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, setElement, setElement, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, toString, unsinkEvents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.google.gwt.user.client.ui.InsertPanel.ForIsWidget
add
 
Methods inherited from interface com.google.gwt.user.client.ui.IndexedPanel.ForIsWidget
getWidgetIndex
 
Methods inherited from interface com.google.gwt.user.client.ui.IndexedPanel
getWidgetCount, remove
 

Constructor Detail

AuthenticationDisplay

public AuthenticationDisplay()
Method Detail

showLoginPanel

public void showLoginPanel()
Specified by:
showLoginPanel in interface AuthenticationModule.Display

clearPanel

public void clearPanel()
Specified by:
clearPanel in interface AuthenticationModule.Display

hideLoginPanel

public void hideLoginPanel()
Specified by:
hideLoginPanel in interface AuthenticationModule.Display

getUsernameInput

public com.google.gwt.user.client.ui.HasText getUsernameInput()
Specified by:
getUsernameInput in interface AuthenticationModule.Display

getPasswordInput

public com.google.gwt.user.client.ui.HasText getPasswordInput()
Specified by:
getPasswordInput in interface AuthenticationModule.Display

getSubmitButton

public com.google.gwt.event.dom.client.HasClickHandlers getSubmitButton()
Specified by:
getSubmitButton in interface AuthenticationModule.Display

getWindowPanel

public com.google.gwt.event.logical.shared.HasCloseHandlers getWindowPanel()
Specified by:
getWindowPanel in interface AuthenticationModule.Display

showWelcomeMessage

public void showWelcomeMessage(String messageText)
Specified by:
showWelcomeMessage in interface AuthenticationModule.Display


Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.