Uses of Interface
cn.dinodev.spring.commons.data.ValueLabel
Packages that use ValueLabel
-
Uses of ValueLabel in cn.dinodev.spring.commons.data
Classes in cn.dinodev.spring.commons.data that implement ValueLabelMethods in cn.dinodev.spring.commons.data with parameters of type ValueLabelModifier and TypeMethodDescriptionstatic <V extends Serializable>
Option<V>Option.fromValueLabel(ValueLabel<V> vl) 从 ValueLabel 对象创建一个 Option 对象。static <V extends Serializable>
Option<V>Option.fromValueLabel(ValueLabel<V> vl, Function<V, String> iconMapper) 从 ValueLabel 对象创建一个 Option 对象,并映射图标。static <V extends Serializable>
Option<V>Option.fromValueLabel(ValueLabel<V> vl, Function<V, String> iconMapper, Function<V, String> styleMapper) 从 ValueLabel 对象创建一个 Option 对象,并映射图标和样式。static <V extends Serializable>
Option<V>Option.fromValueLabel(ValueLabel<V> vl, Function<V, String> iconMapper, Function<V, String> styleMapper, Function<V, String> descMapper) 从 ValueLabel 对象创建一个 Option 对象,并映射图标、样式和描述。static <V extends Serializable>
Option<V>Option.fromValueLabel(ValueLabel<V> vl, Supplier<String> iconSupplier) 从 ValueLabel 对象创建一个 Option 对象,并映射图标。static <V extends Serializable>
Option<V>Option.fromValueLabel(ValueLabel<V> vl, Supplier<String> iconSupplier, Supplier<String> styleSupplier) 从 ValueLabel 对象创建一个 Option 对象,并映射图标和样式。static <V extends Serializable>
Option<V>Option.fromValueLabel(ValueLabel<V> vl, Supplier<String> iconSupplier, Supplier<String> styleSupplier, Supplier<String> descSupplier) 从 ValueLabel 对象创建一个 Option 对象,并映射图标、样式和描述。