org.eclipse.higgins.ics.gwt.icm.client.panel.cardcredential
Class UserNamePasswordCredentialPanel

java.lang.Object
  extended bycom.google.gwt.user.client.ui.UIObject
      extended bycom.google.gwt.user.client.ui.Widget
          extended bycom.google.gwt.user.client.ui.Composite
              extended byorg.eclipse.higgins.ics.gwt.icm.client.panel.cardcredential.UserNamePasswordCredentialPanel
All Implemented Interfaces:
CardCredentialEditor, com.google.gwt.user.client.EventListener

public class UserNamePasswordCredentialPanel
extends com.google.gwt.user.client.ui.Composite
implements CardCredentialEditor

Author:
Alexander Yuhimenko

Field Summary
 
Fields inherited from interface org.eclipse.higgins.ics.gwt.icm.client.panel.cardcredential.CardCredentialEditor
KERBEROS_CRIDENTIAL_TYPE, PASSWORD_CRIDENTIAL_TYPE, PIN_CRIDENTIAL_TYPE, SELFISSUED_CRIDENTIAL_TYPE, SELFISSUED_NONPIN_CRIDENTIAL_TYPE, USERNAME_PASSWORD_CRIDENTIAL_TYPE, X509_CRIDENTIAL_TYPE
 
Constructor Summary
UserNamePasswordCredentialPanel(CardCredential cardCredential)
           
 
Method Summary
 CardCredential getCardCredential()
           
 com.google.gwt.user.client.ui.PasswordTextBox getPasswordTextBox()
           
 com.google.gwt.user.client.ui.TextBox getUserNameTextBox()
           
 void setFocus(boolean focused)
           
 
Methods inherited from class com.google.gwt.user.client.ui.Composite
getElement, isAttached
 
Methods inherited from class com.google.gwt.user.client.ui.Widget
getParent, onBrowserEvent, removeFromParent
 
Methods inherited from class com.google.gwt.user.client.ui.UIObject
addStyleDependentName, addStyleName, getAbsoluteLeft, getAbsoluteTop, getOffsetHeight, getOffsetWidth, getStyleName, getStylePrimaryName, getTitle, isVisible, isVisible, removeStyleDependentName, removeStyleName, setHeight, setPixelSize, setSize, setStyleName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkEvents, toString, unsinkEvents
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserNamePasswordCredentialPanel

public UserNamePasswordCredentialPanel(CardCredential cardCredential)
Method Detail

getCardCredential

public CardCredential getCardCredential()
Specified by:
getCardCredential in interface CardCredentialEditor
Returns:

getPasswordTextBox

public com.google.gwt.user.client.ui.PasswordTextBox getPasswordTextBox()
Returns:
the passwordTextBox

getUserNameTextBox

public com.google.gwt.user.client.ui.TextBox getUserNameTextBox()
Returns:
the userNameTextBox

setFocus

public void setFocus(boolean focused)
Specified by:
setFocus in interface CardCredentialEditor
Parameters:
focused -
See Also:
FocusWidget.setFocus(boolean)