Class BeCitizenOriginalDataPanel

All Implemented Interfaces:
IEidFrontPanel, IEidPart, IPhotoRefreshPanel, ImageObserver, MenuContainer, PropertyChangeListener, Serializable, EventListener, Accessible

public class BeCitizenOriginalDataPanel extends AbstractBeDataPanel
Author:
Steph GAUDRY
See Also:
Serialized Form
  • Constructor Details

    • BeCitizenOriginalDataPanel

      public BeCitizenOriginalDataPanel()
    • BeCitizenOriginalDataPanel

      public BeCitizenOriginalDataPanel(IEidDocumentType iEidDocumentType)
  • Method Details

    • getIdentityValidityTextField

      public JTextField getIdentityValidityTextField()
      Returns:
      the identityValidityTextField
    • getIdentityValidityLabel

      public JLabel getIdentityValidityLabel()
    • getGenderTextField

      public JTextField getGenderTextField()
    • getGenderLabel

      public JLabel getGenderLabel()
    • getBeMapLabel

      public ScaledImageLabel getBeMapLabel()
    • getNationalityTextField

      public JTextField getNationalityTextField()
    • getNationalityLabel

      public JLabel getNationalityLabel()
    • getBirthTextField

      public JTextField getBirthTextField()
    • getBirthLabel

      public JLabel getBirthLabel()
    • getNameTextField

      public JTextField getNameTextField()
    • getNameLabel

      public JLabel getNameLabel()
    • getFirstnameTextField

      public JTextField getFirstnameTextField()
    • getFirstnameLabel

      public JLabel getFirstnameLabel()
    • getCardNumberTextField

      public JFormattedTextField getCardNumberTextField()
    • getCardNumberLabel

      public JLabel getCardNumberLabel()
    • getFirstname2TextField

      public JTextField getFirstname2TextField()
    • getFirstname3TextField

      public JTextField getFirstname3TextField()
    • getChipLabel

      public ScaledImageLabel getChipLabel()
      Specified by:
      getChipLabel in class AbstractBeDataPanel
    • getArrowLabel

      public ScaledImageLabel getArrowLabel()
    • getArrowLabel

      public ScaledImageLabel getArrowLabel(boolean kid)
    • getPhotoLabel

      public ScaledImageLabel getPhotoLabel()
      Specified by:
      getPhotoLabel in class AbstractBeDataPanel
    • setIDData

      public void setIDData(be.belgium.eid.objects.IDData beIDData)
    • clearData

      public void clearData()
      Description copied from interface: IEidPart
      Clear all EID data field (set textfields empty, reset photo and certificates, etc.).
    • customizeGUI

      protected void customizeGUI()
      Description copied from class: BrolPanel
      Method used to adapt the various graphical components already present in the panel, after a call to BrolPanel.initGUI().
      Overrides:
      customizeGUI in class BrolPanel
    • initData

      protected void initData()
      Description copied from class: BrolPanel
      Method used to initialize certain data before building the various graphical components that will then be added to the panel, during the call to BrolPanel.initGUI().
      Overrides:
      initData in class BrolPanel
    • initGUI

      public void initGUI()
      Description copied from class: BrolPanel
      Method that places the various graphical components on the panel. This method is also used by jgloo to build the view.
      Specified by:
      initGUI in class BrolPanel
    • main

      public static void main(String[] args)
      Auto-generated main method to display this JPanel inside a new JFrame.
      Parameters:
      args -