Packages

o

com.datasolvr.services.facade

DashboardOptions

object DashboardOptions extends OptionDescriptionBuilder

Defines the options that can be used on a dashboard.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DashboardOptions
  2. OptionDescriptionBuilder
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val COLOR_ORDER: String

    A comma-separated list of integers representing a permutation of the color list from EnvironmentVariables.DATASOLVR_CHART_COLORS.

  5. val CUSTOM_FUNCTIONS: String

    A comma-separated list of ids for function plugins to be usable in the dashboard.

  6. val LABEL_COLORS: String

    A map connecting a color index a list of labels

  7. val LABEL_ORDER: String

    A comma-separated list of labels to always use in the given order.

  8. val LIVE_ENABLED: String

    A comma-separated list of source ids to run when live refreshing the dashboard.

  9. val MONITORED_DISPLAYS: String

    A comma-separated list of display identifiers to monitor.

    A comma-separated list of display identifiers to monitor. A display identifier is build as [component-id][display-id].

  10. def Mandatory(name: String, validation: (String) ⇒ Option[String] = s => None): OptionDescription
    Attributes
    protected
    Definition Classes
    OptionDescriptionBuilder
  11. def Optional(name: String, default: Option[String] = None, validation: (String) ⇒ Option[String] = s => None): OptionDescription
    Attributes
    protected
    Definition Classes
    OptionDescriptionBuilder
  12. val TAG: String

    A tag to use when reading from the collection of results.

    A tag to use when reading from the collection of results. This will prefer the tagged result if available, but allows use of untagged results.

  13. val TIME_OF_DAY: String

    Whether to display dates as end-of-day or start-of-day.

    Whether to display dates as end-of-day or start-of-day. Default is start-of-day.

  14. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  16. def descriptions(descriptions: OptionDescription*): OptionDescriptions
    Attributes
    protected
    Definition Classes
    OptionDescriptionBuilder
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  19. def get: OptionDescriptions
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def legacyOptions: Set[String]
    Definition Classes
    OptionDescriptionBuilder
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from OptionDescriptionBuilder

Inherited from AnyRef

Inherited from Any

Ungrouped