Uses of Enum Class
be.gaudry.model.eid.EidDocumentVersion
Packages that use EidDocumentVersion
Package
Description
-
Uses of EidDocumentVersion in be.gaudry.model.eid
Methods in be.gaudry.model.eid that return EidDocumentVersionModifier and TypeMethodDescriptionVirtualBeID.getEidDocumentVersion()
static EidDocumentVersion
Returns the enum constant of this class with the specified name.static EidDocumentVersion[]
EidDocumentVersion.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in be.gaudry.model.eid with parameters of type EidDocumentVersionModifier and TypeMethodDescriptionvoid
VirtualBeID.setEidDocumentVersion(EidDocumentVersion eidDocumentVersion)
-
Uses of EidDocumentVersion in be.gaudry.swing.eid.control.eidpart
Methods in be.gaudry.swing.eid.control.eidpart that return types with arguments of type EidDocumentVersionMethods in be.gaudry.swing.eid.control.eidpart with parameters of type EidDocumentVersionModifier and TypeMethodDescriptionvoid
BackPanel.setEidColors(IEidDocumentType iEidDocumentType, EidDocumentVersion version)
void
CardAndPinPanel.setEidColors(IEidDocumentType iEidDocumentType, EidDocumentVersion version)
void
CertificatesPanel.setEidColors(IEidDocumentType iEidDocumentType, EidDocumentVersion version)
void
EidCardFrontHeaderPanel.setEidColors(IEidDocumentType iEidDocumentType, EidDocumentVersion version)
void
EidPanel.setEidColors(IEidDocumentType iEidDocumentType, EidDocumentVersion version)
void
ExtendedIdentityPanel.setEidColors(IEidDocumentType iEidDocumentType, EidDocumentVersion version)
void
IdentityCrudPanel.setEidColors(IEidDocumentType iEidDocumentType, EidDocumentVersion version)
void
IEidPart.setEidColors(IEidDocumentType iEidDocumentType, EidDocumentVersion version)
void
PersonSimpleDataEditPanel.setEidColors(IEidDocumentType iEidDocumentType, EidDocumentVersion version)
void
SpecialStatusPanel.setEidColors(IEidDocumentType iEidDocumentType, EidDocumentVersion version)
void
ExtendedIdentityPanel.setEidDocumentVersion(EidDocumentVersion eidDocumentVersion)
-
Uses of EidDocumentVersion in be.gaudry.swing.eid.control.eidpart.back
Methods in be.gaudry.swing.eid.control.eidpart.back with parameters of type EidDocumentVersionModifier and TypeMethodDescriptionvoid
DefaultBackPanel.setEidColors(IEidDocumentType iEidDocumentType, EidDocumentVersion version)
-
Uses of EidDocumentVersion in be.gaudry.swing.eid.control.eidpart.back.be
Methods in be.gaudry.swing.eid.control.eidpart.back.be with parameters of type EidDocumentVersionModifier and TypeMethodDescriptionvoid
OriginalBackPanel.setEidColors(IEidDocumentType iEidDocumentType, EidDocumentVersion version)
void
V2019BackPanel.setEidColors(IEidDocumentType iEidDocumentType, EidDocumentVersion version)
-
Uses of EidDocumentVersion in be.gaudry.swing.eid.control.eidpart.front
Methods in be.gaudry.swing.eid.control.eidpart.front with parameters of type EidDocumentVersionModifier and TypeMethodDescriptionvoid
FrontPanel.setEidColors(IEidDocumentType iEidDocumentType, EidDocumentVersion version)
-
Uses of EidDocumentVersion in be.gaudry.swing.eid.control.eidpart.front.cards
Methods in be.gaudry.swing.eid.control.eidpart.front.cards with parameters of type EidDocumentVersionModifier and TypeMethodDescriptionvoid
AbstractBeDataPanel.setEidColors(IEidDocumentType iEidDocumentType, EidDocumentVersion version)
void
DefaultFrontPanel.setEidColors(IEidDocumentType iEidDocumentType, EidDocumentVersion version)
-
Uses of EidDocumentVersion in be.gaudry.swing.eid.control.eidpart.front.cards.be
Methods in be.gaudry.swing.eid.control.eidpart.front.cards.be with parameters of type EidDocumentVersionModifier and TypeMethodDescriptionprotected void
BeCitizenFrontPanel.addVersionPanel(IEidFrontPanel fp, EidDocumentVersion version)
void
BeCitizenFrontPanel.setEidColors(IEidDocumentType iEidDocumentType, EidDocumentVersion version)
-
Uses of EidDocumentVersion in be.gaudry.swing.eid.control.eidpart.front.cards.foreigner
Methods in be.gaudry.swing.eid.control.eidpart.front.cards.foreigner with parameters of type EidDocumentVersionModifier and TypeMethodDescriptionvoid
ForeignerFrontPanel.setEidColors(IEidDocumentType iEidDocumentType, EidDocumentVersion version)