Interface FormatField

All Superinterfaces:
Cloneable, Component, DataComponent, Field
All Known Implementing Classes:
FormatFieldImpl

public interface FormatField extends Field
  • Method Details

    • isNumericOnly

      boolean isNumericOnly()
    • isShowDelimiterLazily

      boolean isShowDelimiterLazily()
    • isSaveUnformatted

      boolean isSaveUnformatted()
    • getPrefix

      String getPrefix()
    • getBlocks

      List<Integer> getBlocks()
    • getDelimiters

      List<String> getDelimiters()
    • getForceCase

      FormatField.ForceCase getForceCase()