Interface ItemPropertyDescriptorDecorator

All Known Implementing Classes:
ItemPropertyDescriptorDecoratorImpl

public interface ItemPropertyDescriptorDecorator
Interface for decorators of IItemPropertyDescriptor. There are setters to define decorators of specified features.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Set a calculator for value choices that intercepts the regular value selection process.
  • Method Details

    • setValueChoiceCalculator

      void setValueChoiceCalculator(ValueChoiceCalculator calculator)
      Set a calculator for value choices that intercepts the regular value selection process.
      Parameters:
      calculator - The intercepting calculator to use.
      See Also: