Package

org.ada.web.services

widgetgen

Permalink

package widgetgen

Visibility
  1. Public
  2. All

Type Members

  1. trait AbstractChiSquareTestWidget[C <: NoOptionsCalculatorTypePack] extends CalculatorWidgetGenerator[IndependenceTestWidgetSpec, IndependenceTestWidget, C] with NoOptionsCalculatorWidgetGenerator[IndependenceTestWidgetSpec]

    Permalink
  2. trait AbstractOneWayAnovaTestWidgetGenerator[C <: NoOptionsCalculatorTypePack] extends CalculatorWidgetGenerator[IndependenceTestWidgetSpec, IndependenceTestWidget, C] with NoOptionsCalculatorWidgetGenerator[IndependenceTestWidgetSpec]

    Permalink
  3. trait CalculatorWidgetGenerator[S <: WidgetSpec, +W <: Widget, C <: CalculatorTypePack] extends WidgetGenerator[S, W] with CalculatorExecutors

    Permalink
  4. case class CalculatorWidgetGeneratorLoaded[S <: WidgetSpec, +W <: Widget, C <: CalculatorTypePack](generator: CalculatorWidgetGenerator[S, W, C], spec: S, fields: Seq[Field]) extends Product with Serializable

    Permalink
  5. abstract class CumulativeCountWidgetGenerator[W <: Widget] extends CalculatorWidgetGenerator[CumulativeCountWidgetSpec, W, CumulativeOrderedCountsCalcTypePack[Any]] with CumulativeCountWidgetGeneratorHelper with NoOptionsCalculatorWidgetGenerator[CumulativeCountWidgetSpec]

    Permalink

    Abstract generator of a cumulative count widget (both numeric and categorical)

    Abstract generator of a cumulative count widget (both numeric and categorical)

    W

    Result widget type

  6. trait CumulativeCountWidgetGeneratorHelper extends AnyRef

    Permalink

    Helper trait for generation of cumulative count widget(s).

  7. trait DistributionWidgetGeneratorHelper extends AnyRef

    Permalink
  8. abstract class GroupCumulativeCountWidgetGenerator[W <: Widget] extends CalculatorWidgetGenerator[CumulativeCountWidgetSpec, W, GroupCumulativeOrderedCountsCalcTypePack[Any, Any]] with CumulativeCountWidgetGeneratorHelper with NoOptionsCalculatorWidgetGenerator[CumulativeCountWidgetSpec]

    Permalink

    Abstract generator of a grouped cumulative count widget (both numeric and categorical)

    Abstract generator of a grouped cumulative count widget (both numeric and categorical)

    W

    Result widget type

  9. trait NoOptionsCalculatorWidgetGenerator[S] extends AnyRef

    Permalink
  10. trait WidgetGenerator[S <: WidgetSpec, +W <: Widget] extends AnyRef

    Permalink

Value Members

  1. object BasicStatsWidgetGenerator extends CalculatorWidgetGenerator[BasicStatsWidgetSpec, BasicStatsWidget, BasicStatsCalcTypePack] with NoOptionsCalculatorWidgetGenerator[BasicStatsWidgetSpec]

    Permalink
  2. object BoxWidgetGenerator extends CalculatorWidgetGenerator[BoxWidgetSpec, BoxWidget[Any], QuartilesCalcNoOptionsTypePack[Any]] with NoOptionsCalculatorWidgetGenerator[BoxWidgetSpec]

    Permalink
  3. object CategoricalCheckboxCountWidgetGenerator

    Permalink
  4. object CategoricalCumulativeCountWidgetGenerator extends CumulativeCountWidgetGenerator[CategoricalCountWidget]

    Permalink

    Generator of a cumulative count widget for categorical field types.

  5. object CategoricalDistributionWidgetGenerator extends CalculatorWidgetGenerator[DistributionWidgetSpec, CategoricalCountWidget, UniqueDistributionCountsCalcTypePack[Any]] with DistributionWidgetGeneratorHelper with NoOptionsCalculatorWidgetGenerator[DistributionWidgetSpec]

    Permalink
  6. object CategoricalGroupCumulativeCountWidgetGenerator extends GroupCumulativeCountWidgetGenerator[CategoricalCountWidget]

    Permalink

    Generator of a grouped cumulative count widget for categorical field types.

  7. object ChiSquareTestWidgetGenerator extends AbstractChiSquareTestWidget[MultiChiSquareTestCalcTypePack[Option[Any], Any]]

    Permalink
  8. object CumulativeNumericBinCountWidgetGenerator

    Permalink
  9. object GridDistributionCountWidgetGenerator

    Permalink
  10. object GroupBoxWidgetGenerator extends CalculatorWidgetGenerator[BoxWidgetSpec, BoxWidget[Any], GroupQuartilesCalcNoOptionsTypePack[Any, Any]] with NoOptionsCalculatorWidgetGenerator[BoxWidgetSpec]

    Permalink
  11. object GroupCategoricalDistributionWidgetGenerator extends CalculatorWidgetGenerator[DistributionWidgetSpec, CategoricalCountWidget, GroupUniqueDistributionCountsCalcTypePack[Any, Any]] with DistributionWidgetGeneratorHelper with NoOptionsCalculatorWidgetGenerator[DistributionWidgetSpec]

    Permalink
  12. object GroupCumulativeNumericBinCountWidgetGenerator

    Permalink
  13. object GroupLineWidgetGenerator

    Permalink
  14. object GroupNumericDistributionWidgetGenerator

    Permalink
  15. object GroupScatterWidgetGenerator

    Permalink
  16. object GroupUniqueCumulativeCountWidgetGenerator extends WidgetGenerator[CumulativeCountWidgetSpec, NumericalCountWidget[Any]] with CumulativeCountWidgetGeneratorHelper

    Permalink
  17. object GroupUniqueIntDistributionWidgetGenerator extends CalculatorWidgetGenerator[DistributionWidgetSpec, NumericalCountWidget[Any], GroupUniqueDistributionCountsCalcTypePack[Any, Long]] with DistributionWidgetGeneratorHelper with NoOptionsCalculatorWidgetGenerator[DistributionWidgetSpec]

    Permalink
  18. object HeatmapAggWidgetGenerator

    Permalink
  19. object LineWidgetGenerator

    Permalink
  20. object MatthewsCorrelationWidgetGenerator

    Permalink
  21. object NullExcludedChiSquareTestWidgetGenerator extends AbstractChiSquareTestWidget[NullExcludedMultiChiSquareTestCalcTypePack[Any, Any]]

    Permalink
  22. object NullExcludedOneWayAnovaTestWidgetGenerator extends AbstractOneWayAnovaTestWidgetGenerator[NullExcludedMultiOneWayAnovaTestCalcTypePack[Any]]

    Permalink
  23. object NumericCumulativeCountWidgetGenerator extends CumulativeCountWidgetGenerator[NumericalCountWidget[Any]]

    Permalink

    Generator of a cumulative count widget for numeric field types.

  24. object NumericDistributionWidgetGenerator

    Permalink
  25. object NumericGroupCumulativeCountWidgetGenerator extends GroupCumulativeCountWidgetGenerator[NumericalCountWidget[Any]]

    Permalink

    Generator of a grouped cumulative count widget for numeric field types.

  26. object OneWayAnovaTestWidgetGenerator extends AbstractOneWayAnovaTestWidgetGenerator[MultiOneWayAnovaTestCalcTypePack[Option[Any]]]

    Permalink
  27. object PearsonCorrelationWidgetGenerator

    Permalink
  28. object ScatterWidgetGenerator

    Permalink
  29. object UniqueCumulativeCountWidgetGenerator extends WidgetGenerator[CumulativeCountWidgetSpec, NumericalCountWidget[Any]] with CumulativeCountWidgetGeneratorHelper

    Permalink
  30. object UniqueIntDistributionWidgetGenerator extends CalculatorWidgetGenerator[DistributionWidgetSpec, NumericalCountWidget[Any], UniqueDistributionCountsCalcTypePack[Long]] with DistributionWidgetGeneratorHelper with NoOptionsCalculatorWidgetGenerator[DistributionWidgetSpec]

    Permalink
  31. object ValueScatterWidgetGenerator

    Permalink

Ungrouped