Class SimpleCustomDataValue<T>

java.lang.Object
ch.tocco.nice2.netui.spi.bind.SimpleCustomDataValue<T>
All Implemented Interfaces:
CustomDataValue<T>

@Deprecated public class SimpleCustomDataValue<T> extends Object implements CustomDataValue<T>
Deprecated.
  • Constructor Details

    • SimpleCustomDataValue

      public SimpleCustomDataValue(TypedValue<T> typedValue)
      Deprecated.
    • SimpleCustomDataValue

      public SimpleCustomDataValue(TypedValue<T> typedValue, boolean hasEmptyCrawlableValue)
      Deprecated.
  • Method Details