Class SuperLongField

    • Constructor Detail

      • SuperLongField

        public SuperLongField()
        Constructs the field with zero as default value, default Locale and an empty label.
      • SuperLongField

        public SuperLongField​(Locale locale)
        Constructs the field with zero as default value and an empty label.
        Parameters:
        locale - Locale to use for formatting.
      • SuperLongField

        public SuperLongField​(String label)
        Constructs the field with zero as default value and default Locale.
        Parameters:
        label - Label that accompanies the field.
      • SuperLongField

        public SuperLongField​(String label,
                              Locale locale)
        Constructs the field with zero as default value.
        Parameters:
        label - Label that accompanies the field.
        locale - Locale to use for formatting.
      • SuperLongField

        public SuperLongField​(Long defaultValue,
                              String label)
        Constructs the field with given default value and label, and with default Locale.
        Parameters:
        defaultValue - Default value.
        label - Label that accompanies the field.
      • SuperLongField

        public SuperLongField​(Long defaultValue,
                              String label,
                              Locale locale)
        Constructs the field.
        Parameters:
        defaultValue - Default value.
        label - Label that accompanies the field.
        locale - Locale to use for formatting.