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

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

public class CardCredentialPanel
extends com.google.gwt.user.client.ui.Composite

Author:
Alexander Yuhimenko

Constructor Summary
CardCredentialPanel(Card card)
           
 
Method Summary
 Card getCard()
           
 com.google.gwt.user.client.ui.DialogBox getDialogBox()
           
 CardActionButton getRetrieveButton()
           
 void setDialogBox(com.google.gwt.user.client.ui.DialogBox dialogBox)
           
 void setFocus(boolean focused)
           
 void showDialog()
           
 void useSelfSignedNonPinCredential()
           
 
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

CardCredentialPanel

public CardCredentialPanel(Card card)
Method Detail

getCard

public Card getCard()
Returns:
the card

getDialogBox

public com.google.gwt.user.client.ui.DialogBox getDialogBox()
Returns:
the dialogBox

setDialogBox

public void setDialogBox(com.google.gwt.user.client.ui.DialogBox dialogBox)
Parameters:
dialogBox - the dialogBox to set

getRetrieveButton

public CardActionButton getRetrieveButton()
Returns:
the retrieveButton

setFocus

public void setFocus(boolean focused)

useSelfSignedNonPinCredential

public void useSelfSignedNonPinCredential()

showDialog

public void showDialog()