Package io.jmix.dynattr
Interface AttributeDefinition.Configuration
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
CommonAttributeDefinition.CommonAttributeConfiguration
- Enclosing interface:
AttributeDefinition
-
Method Summary
Modifier and TypeMethodDescription@Nullable String@Nullable String@Nullable Integer@Nullable Integer@Nullable String@Nullable String@Nullable String@Nullable BigDecimal@Nullable Double@Nullable Integer@Nullable BigDecimal@Nullable Double@Nullable Integer@Nullable String@Nullable String@Nullable OptionsLoaderType@Nullable String@Nullable Integer@Nullable Integer@Nullable String@Nullable StringbooleanisLookup()
-
Method Details
-
isLookup
boolean isLookup() -
getRowsCount
@Nullable Integer getRowsCount() -
getFormWidth
@Nullable String getFormWidth() -
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
-
getLookupScreen
@Nullable String getLookupScreen()
-