Interface IntegerField<F extends IntegerField<F>>

All Superinterfaces:
Comparable<F>, Component<F>, Copyable<F>, Field<F>, FormComponent<F>, Serializable
All Known Implementing Classes:
DefaultIntegerField

public interface IntegerField<F extends IntegerField<F>> extends Field<F>
  • Method Details

    • allowUnlimited

      default F allowUnlimited()
      Indicates that a certain value for this field indicates unlimited or infinite.
    • allowUnlimited

      default F allowUnlimited(Boolean allow)
      Indicates whether a certain value for this field indicates unlimited or infinite.
    • unlimitedValue

      default F unlimitedValue(int value)
      Indicates what value for this field means unlimited or infinite, e.g., 0 for max uses.