public interface DerivedProperty extends TransientProperty
Modifier and Type | Interface and Description |
---|---|
static interface |
DerivedProperty.Provider
Responsible for providing values derived from other values
|
TransientProperty.Builder
Property.ValueProvider
BIG_DECIMAL_ROUNDING_MODE, DATE_FORMAT, DEFAULT_FOREIGN_KEY_FETCH_DEPTH, DEFAULT_MAXIMUM_FRACTION_DIGITS, FOREIGN_KEY_FETCH_DEPTH, MAXIMUM_FRACTION_DIGITS, TIME_FORMAT, TIMESTAMP_FORMAT, WILDCARD_CHARACTER
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getSourcePropertyIds() |
DerivedProperty.Provider |
getValueProvider() |
isModifiesEntity
getBeanProperty, getCaption, getDateTimeFormatPattern, getDateTimeFormatter, getDefaultValue, getDescription, getEntityId, getFormat, getMax, getMaximumFractionDigits, getMaxLength, getMin, getMnemonic, getPreferredColumnWidth, getPropertyId, getType, getTypeClass, hasDefaultValue, is, is, isBigDecimal, isBoolean, isCharacter, isDate, isDecimal, isDouble, isHidden, isInteger, isLong, isNullable, isNumerical, isReadOnly, isString, isTemporal, isTime, isTimestamp, isType, validateType
java.util.List<java.lang.String> getSourcePropertyIds()
DerivedProperty.Provider getValueProvider()