Class IndexLine

java.lang.Object
de.elo.mover.main.tiles.ix.IndexLine

public class IndexLine extends Object

Überschrift: IndexLine.

Beschreibung: Klasse zur Kapselung einer Felddefinition aus der Maskendefinition.

Copyright: Copyright (c) ELO Digital Office GmbH 2018 - 2020

  • Field Details

    • groupName

      public String groupName
      Gruppenname aus der Maskendefinition.
    • displayName

      public String displayName
      Anzeigename.
    • keyFlags

      public int keyFlags
      Flags Eintrag.
    • minLength

      public int minLength
      Minimale Eingabelänge.
    • maxLength

      public int maxLength
      Maximale Eingabelänge.
    • type

      public int type
      Typ des Feldes.
  • Constructor Details

    • IndexLine

      public IndexLine()