Interface AttributeDefinition.Configuration

All Superinterfaces:
Serializable
All Known Implementing Classes:
CommonAttributeDefinition.CommonAttributeConfiguration
Enclosing interface:
AttributeDefinition

public static interface AttributeDefinition.Configuration extends Serializable
  • Method Details

    • isLookup

      boolean isLookup()
    • getRowsCount

      @Nullable Integer getRowsCount()
    • getFormWidth

      @Nullable String getFormWidth()
    • getScreens

      Set<String> getScreens()
    • getJoinClause

      @Nullable String getJoinClause()
    • getWhereClause

      @Nullable String getWhereClause()
    • getColumnName

      @Nullable String getColumnName()
    • getColumnAlignment

      @Nullable String getColumnAlignment()
    • getNumberFormatPattern

      @Nullable String getNumberFormatPattern()
    • getColumnWidth

      @Nullable Integer getColumnWidth()
    • getValidatorGroovyScript

      @Nullable String getValidatorGroovyScript()
    • getMinInt

      @Nullable Integer getMinInt()
    • getMaxInt

      @Nullable Integer getMaxInt()
    • getMinDouble

      @Nullable Double getMinDouble()
    • getMaxDouble

      @Nullable Double getMaxDouble()
    • getMinDecimal

      @Nullable BigDecimal getMinDecimal()
    • getMaxDecimal

      @Nullable BigDecimal getMaxDecimal()
    • getOptionsLoaderScript

      @Nullable String getOptionsLoaderScript()
    • getOptionsLoaderType

      @Nullable OptionsLoaderType getOptionsLoaderType()
    • getRecalculationScript

      @Nullable String getRecalculationScript()
    • getColumnNumber

      @Nullable Integer getColumnNumber()
    • getRowNumber

      @Nullable Integer getRowNumber()
    • getDependsOnAttributeCodes

      @Nullable List<String> getDependsOnAttributeCodes()
    • getLookupScreen

      @Nullable String getLookupScreen()