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

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

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


Constructor Summary
ManagePinPanel(Card card, boolean isEdit)
           
 
Method Summary
 Card getCard()
           
 String getDescriptionHTML()
           
 com.google.gwt.user.client.ui.DialogBox getDialogBox()
           
 CardActionButton getDoButton()
           
 PinCredentialPanel getPinPanel1()
           
 PinCredentialPanel getPinPanel2()
           
 void setDescriptionHTML(String html)
           
 void setDialogBox(com.google.gwt.user.client.ui.DialogBox dialogBox)
           
 void setDoButton(CardActionButton button)
           
 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

ManagePinPanel

public ManagePinPanel(Card card,
                      boolean isEdit)
Method Detail

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

getCard

public Card getCard()
Returns:
the card

getPinPanel1

public PinCredentialPanel getPinPanel1()
Returns:
the pinPanel1

getPinPanel2

public PinCredentialPanel getPinPanel2()
Returns:
the pinPanel1

getDoButton

public CardActionButton getDoButton()
Returns:
the setPinButton

setDoButton

public void setDoButton(CardActionButton button)

setFocus

public void setFocus(boolean focused)
Parameters:
focused -
See Also:
PinCredentialPanel.setFocus(boolean)

getDescriptionHTML

public String getDescriptionHTML()

setDescriptionHTML

public void setDescriptionHTML(String html)