Class BeCitizen2019DataPanel

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

public class BeCitizen2019DataPanel extends AbstractBeDataPanel
See Also:
Serialized Form
  • Constructor Details

    • BeCitizen2019DataPanel

      public BeCitizen2019DataPanel()
  • Method Details

    • 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.).
    • getChipLabel

      protected ScaledImageLabel getChipLabel()
      Specified by:
      getChipLabel in class AbstractBeDataPanel
    • getPhotoLabel

      protected ScaledImageLabel getPhotoLabel()
      Specified by:
      getPhotoLabel in class AbstractBeDataPanel
    • 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

      protected 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)
      Parameters:
      args -
    • getNameTextField

      public JTextField getNameTextField()
    • getFirstnameTextField

      public JTextField getFirstnameTextField()
    • getIdentityValidityTextField

      public JTextField getIdentityValidityTextField()
    • getIdentityValidityLabel

      public JLabel getIdentityValidityLabel()
    • getNameLabel

      public JLabel getNameLabel()
    • getFirstnamesLabel

      public JLabel getFirstnamesLabel()
    • getNationalNumberTextField

      public JTextField getNationalNumberTextField()
    • getGenderLabel

      public JLabel getGenderLabel()
    • getGenderTextField

      public JTextField getGenderTextField()
    • getNationalityLabel

      public JLabel getNationalityLabel()
    • getNationalityTextField

      public JTextField getNationalityTextField()
    • getBirthdateLabel

      public JLabel getBirthdateLabel()
    • getBirthdateTextField

      public JTextField getBirthdateTextField()
    • getNationalNumberLabel

      public JLabel getNationalNumberLabel()
    • getCardNumberLabel

      public JLabel getCardNumberLabel()
    • getCardNumberJTextField

      public JFormattedTextField getCardNumberJTextField()