CreditCardPack

Uses of Class
com.keyoti.creditCard.logic.CreditCard

Packages that use CreditCard
com.keyoti.creditCard.display Credit card display components. 
com.keyoti.creditCard.logic.event Events fired by the logic layer objects. 
 

Uses of CreditCard in com.keyoti.creditCard.display
 

Fields in com.keyoti.creditCard.display declared as CreditCard
protected  CreditCard CreditCardPanel.creditCard
          The CreditCard logic object that is being used as the model for all the elements added to this panel.
protected  CreditCard ElementController.creditCard
          The model object.
 

Methods in com.keyoti.creditCard.display that return CreditCard
 CreditCard CardExpiryPanel.getCreditCard()
          Gets the CreditCard (model) that this interface is viewing
 CreditCard CardStartPanel.getCreditCard()
          Gets the CreditCard (model) that this interface is viewing
 CreditCard CardVerificationNumberPanel.getCreditCard()
          Gets the CreditCard (model) that this interface is viewing
 CreditCard CreditCardPanel.getCreditCard()
          Returns the CreditCard model that this interface is viewing.
 CreditCard CardIssuerPanel.getCreditCard()
          Gets the CreditCard (model) that this interface is viewing
 CreditCard CardBillingAddressPanel.getCreditCard()
          Gets the CreditCard (model) that this interface is viewing
 CreditCard CardTypePanel.getCreditCard()
          Gets the CreditCard (model) that this interface is viewing
 CreditCard CardNumberPanel.getCreditCard()
          Gets the CreditCard (model) that this interface is viewing
 CreditCard ElementController.getCreditCard()
          Returns the CreditCard that this interface is viewing.
 CreditCard CardIssueNumberPanel.getCreditCard()
          Gets the CreditCard (model) that this interface is viewing
 CreditCard CardCommentsPanel.getCreditCard()
          Gets the CreditCard (model) that this interface is viewing
 CreditCard CardNamePanel.getCreditCard()
          Gets the CreditCard (model) that this interface is viewing
 

Methods in com.keyoti.creditCard.display with parameters of type CreditCard
abstract  void CardElementPanel.setCreditCard(CreditCard c)
          Sets the credit card used as a model for this view, this method should call setCreditCard in the controller.
 void CardExpiryPanel.setCreditCard(CreditCard c)
          Sets the CreditCard (model) that this interface is viewing.
 void CardStartPanel.setCreditCard(CreditCard c)
          Sets the CreditCard (model) that this interface is viewing.
 void CardVerificationNumberPanel.setCreditCard(CreditCard c)
          Sets the CreditCard (model) that this interface is viewing.
 void CreditCardPanel.setCreditCard(CreditCard card)
          Sets the logic layer CreditCard model that card elements in this interface are viewing.
 void CardIssuerPanel.setCreditCard(CreditCard c)
          Sets the CreditCard (model) that this interface is viewing.
 void CardBillingAddressPanel.setCreditCard(CreditCard c)
          Sets the CreditCard (model) that this interface is viewing.
 void CardTypePanel.setCreditCard(CreditCard c)
          Sets the CreditCard (model) that this interface is viewing.
 void CardNumberPanel.setCreditCard(CreditCard c)
          Sets the CreditCard (model) that this interface is viewing.
 void ElementController.setCreditCard(CreditCard c)
          Sets the logic layer CreditCard that this interface is viewing.
 void CardIssueNumberPanel.setCreditCard(CreditCard c)
          Sets the CreditCard (model) that this interface is viewing.
 void CardCommentsPanel.setCreditCard(CreditCard c)
          Sets the CreditCard (model) that this interface is viewing.
 void CardNamePanel.setCreditCard(CreditCard c)
          Sets the CreditCard (model) that this interface is viewing.
 

Uses of CreditCard in com.keyoti.creditCard.logic.event
 

Constructors in com.keyoti.creditCard.logic.event with parameters of type CreditCard
CreditCardEvent.CreditCardEvent(int cardField, CreditCard sourceCard)
          Creates a new CreditCardEvent with information about which CreditCard field changed.
 


CreditCardPack

Copyright © 2002 Keyoti All Rights Reserved.