Packages

package template

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package adhoc
  2. package query

Type Members

  1. case class ConstantTemplate(query: String = "") extends Type with Product with Serializable
  2. case class CustomTemplate(values: List[String]) extends Type with Product with Serializable
  3. case class DatasourceTemplate(query: String = "", regex: Option[String] = None) extends Type with Product with Serializable
  4. case class IntervalTemplate(values: List[FiniteDuration], autoCount: Option[Int] = None, autoMin: Option[FiniteDuration] = None, auto: Boolean = false) extends Type with Product with Serializable
  5. case class Template(allValue: Option[String] = None, current: Option[TemplateOption] = None, options: List[TemplateOption] = List.empty, description: Option[String] = None, hide: TemplateHide = TemplateHide.None, includeAll: Boolean = false, label: Option[String] = None, multi: Boolean = false, name: String, tags: List[String] = List.empty, typed: Type) extends Product with Serializable
  6. sealed abstract class TemplateHide extends IntEnumEntry
  7. case class TemplateOption(selected: Boolean = false, text: String = "", value: String = "", tags: List[String] = List.empty) extends Product with Serializable
  8. case class TextBoxTemplate(query: String = "") extends Type with Product with Serializable

Value Members

  1. object ConstantTemplate extends Serializable
  2. object CustomTemplate extends Serializable
  3. object DatasourceTemplate extends Serializable
  4. object IntervalTemplate extends Serializable
  5. object Template extends Serializable
  6. object TemplateHide extends IntEnum[TemplateHide] with IntCirceEnum[TemplateHide]
  7. object TemplateOption extends Serializable
  8. object TextBoxTemplate extends Serializable

Ungrouped