Uses of Interface
com.rosetta.model.lib.reports.Tabulator.FieldValue
Packages that use Tabulator.FieldValue
-
Uses of Tabulator.FieldValue in com.rosetta.model.lib.reports
Subinterfaces of Tabulator.FieldValue in com.rosetta.model.lib.reportsModifier and TypeInterfaceDescriptionstatic interfaceDeprecated.static interfaceDeprecated.Classes in com.rosetta.model.lib.reports that implement Tabulator.FieldValueModifier and TypeClassDescriptionstatic classDeprecated.static classDeprecated.static classDeprecated.Methods in com.rosetta.model.lib.reports that return types with arguments of type Tabulator.FieldValueModifier and TypeMethodDescriptionOptional<? extends List<? extends List<? extends Tabulator.FieldValue>>> Tabulator.MultiNestedFieldValue.getValue()Deprecated.Optional<? extends List<? extends List<? extends Tabulator.FieldValue>>> Tabulator.MultiNestedFieldValueImpl.getValue()Deprecated.Optional<? extends List<? extends Tabulator.FieldValue>> Tabulator.NestedFieldValue.getValue()Deprecated.Optional<? extends List<? extends Tabulator.FieldValue>> Tabulator.NestedFieldValueImpl.getValue()Deprecated.Methods in com.rosetta.model.lib.reports with parameters of type Tabulator.FieldValueModifier and TypeMethodDescriptionvoidTabulator.FieldValueVisitor.visitSingle(Tabulator.FieldValue fieldValue, C context) Deprecated.Constructor parameters in com.rosetta.model.lib.reports with type arguments of type Tabulator.FieldValueModifierConstructorDescriptionMultiNestedFieldValueImpl(Tabulator.Field field, Optional<? extends List<? extends List<? extends Tabulator.FieldValue>>> value) Deprecated.NestedFieldValueImpl(Tabulator.Field field, Optional<? extends List<? extends Tabulator.FieldValue>> value)