Uses of Interface
com.teamdev.jxbrowser.card.CreditCard
Packages that use CreditCard
Package
Description
This package provides the classes that allow you to work with browser callback.
This package provides classes that allow managing credit cards.
-
Uses of CreditCard in com.teamdev.jxbrowser.browser.callback
Methods in com.teamdev.jxbrowser.browser.callback that return CreditCardModifier and TypeMethodDescriptiondefault CreditCardSaveCreditCardCallback.Params.creditCard()The credit card that the user entered in the web form. -
Uses of CreditCard in com.teamdev.jxbrowser.card
Methods in com.teamdev.jxbrowser.card that return CreditCardModifier and TypeMethodDescriptionCreditCard.Builder.build()Returns a newCreditCardinstance built from the current state of this builder.Methods in com.teamdev.jxbrowser.card that return types with arguments of type CreditCardMethods in com.teamdev.jxbrowser.card with parameters of type CreditCardModifier and TypeMethodDescriptionCreditCards.add(CreditCard creditCard) Adds a new record to the credit card store.voidCreditCards.remove(CreditCard creditCard) Removes the credit from the store.