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

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.SelfIssuedCredentialPanel
All Implemented Interfaces:
CardCredentialEditor, com.google.gwt.user.client.EventListener

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


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
SelfIssuedCredentialPanel(CardCredential cardCredential)
           
SelfIssuedCredentialPanel(CardCredential cardCredential, String labelText)
           
 
Method Summary
 CardCredential getCardCredential()
           
 String getPinLabel()
           
 com.google.gwt.user.client.ui.PasswordTextBox getPinTextBox()
           
 void setFocus(boolean focused)
           
 void setPinLabel(String html)
           
 
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

SelfIssuedCredentialPanel

public SelfIssuedCredentialPanel(CardCredential cardCredential)

SelfIssuedCredentialPanel

public SelfIssuedCredentialPanel(CardCredential cardCredential,
                                 String labelText)
Method Detail

getCardCredential

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

getPinTextBox

public com.google.gwt.user.client.ui.PasswordTextBox getPinTextBox()
Returns:
the pinTextBox

setFocus

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

getPinLabel

public String getPinLabel()

setPinLabel

public void setPinLabel(String html)