io.continuum.bokeh.HasFields

Field

class Field[FieldType] extends AbstractField with ValidableField

Linear Supertypes
ValidableField, AbstractField, AnyRef, Any
Known Subclasses
Angular, Spatial, Vectorized, VectorizedWithUnits, above, action, active, active, active, active, active, active, always_active, always_active, anchor, angle, angle, angle, angle, angle, angle, angle, angle_units, arrows, axis_label, axis_label_standoff, background_fill, base, below, border_fill, border_space, bottom, botton_bar, bounds, bounds, buttons, canvas_height, canvas_width, char_width, checked, child, children, children, children, children, clicks, closable, closable, column_names, columns, columns, content, cx, cx0, cx1, cy, cy0, cy1, data, data_source, data_widget, days, default_action, dh, dh, dilate, dilate, dilate, dilate, dimension, dimensions, dimensions, direction, direction, direction, disabled, dw, dw, enabled, end, end, end, end_angle, end_angle, end_angle, end_angle_units, extra_x_ranges, extra_y_ranges, factors, field, fill_alpha, fill_color, fill_ratio, flip, format, formats, formatter, glyph, glyph_height, glyph_width, h, h_symmetry, header, height, height, height, icon, id, image, image, inline, inner_radius, inner_radius, internal, interval, label, label_height, label_standoff, label_width, labels, lat, left, left, legend_padding, legend_spacing, legends, length, length_units, line_alpha, line_cap, line_color, line_dash, line_dash_offset, line_join, line_width, lng, location, major_label_orientation, major_label_standoff, major_tick_in, major_tick_out, mantissas, map, map_options, map_type, max_interval, menu, min_border, min_border_bottom, min_border_left, min_border_right, min_border_top, min_interval, module, months, name, name, names, nonselection_glyph, num_labels, num_minor_ticks, options, orientation, orientation, outer_radius, outer_radius, palette, plot, plot, plot, plot_height, plot_width, power_limit_high, power_limit_low, pressure_angle, radius, radius, radius, radius_units, rangepadding, renderers, renderers, renderers, right, right, scale, select_every_mousemove, select_x, select_y, selected, selection_glyph, shaft_size, size, size, sorting, source, source, source, sources, spin, start, start, start, start_angle, start_angle, start_angle, start_angle_units, step, strict, tabs, teeth, text, text, text_align, text_alpha, text_baseline, text_color, text_font, text_font_size, text_font_style, ticker, ticker, tickers, title, title, title, title, tool, toolbar_location, tools, tooltips, top, type, type, type, unchecked, url, use_hdpi, use_scientific, v_symmetry, value, visible, visible, w, width, width, width, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x, x0, x0, x0, x1, x1, x1, x_mapper_type, x_range, x_range_name, x_range_name, xs, xs, xselect, y, y, y, y, y, y, y, y, y, y, y, y, y, y, y, y0, y0, y0, y1, y1, y1, y_mapper_type, y_range, y_range_name, y_range_name, ys, ys, yselect, zoom
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Field
  2. ValidableField
  3. AbstractField
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Field(value: FieldType)(implicit arg0: DefaultValue[FieldType], arg1: Writes[FieldType])

  2. new Field()(implicit arg0: DefaultValue[FieldType], arg1: Writes[FieldType])

Type Members

  1. type ValueType = FieldType

    Definition Classes
    Field → AbstractField

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def :=(value: FieldType): Unit

  4. final def <<=(fn: (FieldType) ⇒ FieldType): Unit

  5. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  6. var _dirty: Boolean

    Attributes
    protected
  7. def _toJson: JsValue

  8. var _value: Option[FieldType]

    Attributes
    protected
  9. final def apply(): SelfType

  10. final def apply(value: FieldType): SelfType

  11. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def defaultValue: Option[FieldType]

  14. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  16. val fieldName: Option[String]

  17. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  20. final def isDirty: Boolean

  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  25. def owner: SelfType

  26. def set(value: Option[FieldType]): Unit

    Definition Classes
    Field → AbstractField
  27. def setValue(value: Option[FieldType]): Unit

  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  29. def toJson: Option[JsValue]

  30. def toSerializable: Option[Any]

  31. def toString(): String

    Definition Classes
    AnyRef → Any
  32. def validate(value: ValueType): List[String]

    Definition Classes
    ValidableField
  33. def validates(value: ValueType): Unit

    Definition Classes
    ValidableField
  34. def validators: List[Validator[ValueType]]

    Definition Classes
    ValidableField
  35. def value: FieldType

    Definition Classes
    Field → AbstractField
  36. def valueOpt: Option[FieldType]

    Definition Classes
    Field → AbstractField
  37. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ValidableField

Inherited from AbstractField

Inherited from AnyRef

Inherited from Any

Ungrouped