org.hyperscala.jquery

ColorPicker

class ColorPicker extends jQueryComponent

Linear Supertypes
jQueryComponent, WrappedComponent[HTMLTag], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ColorPicker
  2. jQueryComponent
  3. WrappedComponent
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
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. def afterInit(f: ⇒ Unit): Unit

    Definition Classes
    WrappedComponent
  5. val alpha: JavaScriptProperty[Boolean]

    Whether or not to to show the inputs for alpha.

    Whether or not to to show the inputs for alpha.

    Defaults to false.

  6. val altAlpha: JavaScriptProperty[Boolean]

    Change the opacity of the altField element(s) according to the alpha setting.

    Change the opacity of the altField element(s) according to the alpha setting.

    Defaults to true.

  7. val altField: JavaScriptProperty[String]

    Change the background color of the elements specified in this element.

    Change the background color of the elements specified in this element.

    Defaults to "".

  8. val altOnChange: JavaScriptProperty[Boolean]

    If true, the altField element(s) are updated on every change, otherwise only upon closing.

    If true, the altField element(s) are updated on every change, otherwise only upon closing.

    Defaults to true.

  9. val altProperties: JavaScriptProperty[List[String]]

    List of CSS properties to set color of in the altField.

    List of CSS properties to set color of in the altField. The following properties are allowed, all others are ignored: - background-color - color - border-color - outline-color

    Defaults to List("background-color").

  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. val autoInit: Boolean

    Definition Classes
    ColorPicker → WrappedComponent
  12. val autoOpen: JavaScriptProperty[Boolean]

    If true, the dialog opens automatically upon page load.

    If true, the dialog opens automatically upon page load.

    Defaults to false.

  13. val buttonClass: JavaScriptProperty[String]

    If this option is set, the button will be assigned the class specified.

    If this option is set, the button will be assigned the class specified.

    Defaults to null.

  14. val buttonColorize: JavaScriptProperty[Boolean]

    If a buttonImage is specified, change the background color of the image when the color is changed.

  15. val buttonImage: JavaScriptProperty[String]

  16. val buttonImageOnly: JavaScriptProperty[Boolean]

  17. val buttonText: JavaScriptProperty[String]

    If null, use language default from jQueryUI.

    If null, use language default from jQueryUI.

    Defaults to null.

  18. def call(function: String, arg: Any): Unit

    Definition Classes
    jQueryComponent
  19. def call(function: String): Unit

    Definition Classes
    jQueryComponent
  20. def call(): Unit

    Definition Classes
    jQueryComponent
  21. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. val closeOnEscape: JavaScriptProperty[Boolean]

    Close the window when pressing the Escape key on the keyboard.

    Close the window when pressing the Escape key on the keyboard.

    Defaults to true.

  23. val closeOnOutside: JavaScriptProperty[Boolean]

    Close the window when clicking outside the colorpicker display.

    Close the window when clicking outside the colorpicker display.

    Defaults to true.

  24. val color: JavaScriptProperty[Color]

    The initial color will be set with the color option.

    The initial color will be set with the color option. If you don't pass in a color, it will use the value attribute on the input.

    Defaults to value of input.

  25. val draggable: JavaScriptProperty[Boolean]

    Make the dialog draggable if the header is visible and the dialog is not inline.

  26. val duration: JavaScriptProperty[String]

    Defaults to "fast"

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

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

    Definition Classes
    AnyRef → Any
  29. def event[Event](eventType: String, mapper: JSMapper[Event])(implicit manifest: Manifest[Event]): UnitProcessor[Event]

    Definition Classes
    jQueryComponent
  30. def event(eventType: String): UnitProcessor[jQueryEvent]

    Definition Classes
    jQueryComponent
  31. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  32. def functionName: String

    Definition Classes
    ColorPicker → jQueryComponent
  33. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  35. val hsv: JavaScriptProperty[Boolean]

    Whether or not to show the inputs for HSV.

    Whether or not to show the inputs for HSV.

    Defaults to true.

  36. def init(): Unit

    Definition Classes
    WrappedComponent
  37. def initializeComponent(values: Map[String, Any]): Unit

    Attributes
    protected
    Definition Classes
    jQueryComponent → WrappedComponent
  38. def initialized: Boolean

    Definition Classes
    WrappedComponent
  39. val inline: JavaScriptProperty[Boolean]

    If set to false, attaching to a non-input will still make the dialog a popup instead of inline.

    If set to false, attaching to a non-input will still make the dialog a popup instead of inline.

    Defaults to true.

  40. val inlineFrame: JavaScriptProperty[Boolean]

    If enabled, shows a border and background when inline.

    If enabled, shows a border and background when inline. Disabling may allow closer integration.

    Defaults to true.

  41. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  42. val modal: JavaScriptProperty[Boolean]

    Ensures no other controls on screen can be used while the dialog is opened.

    Ensures no other controls on screen can be used while the dialog is opened. Also look at showCancelButton and closeOnEscape to use in combination with the modal option. closeOnOutside is redundant when used with modal.

    Defaults to false.

  43. val mode: JavaScriptProperty[String]

    Determines the functionality of the map and bar components.

    Determines the functionality of the map and bar components. Allowed values are; 'h', 's', 'l', 'r', 'g', 'b' or 'a', for hue, saturation, luminosity, red, green, blue and alpha respectively.

    Defaults to "h".

  44. def modify(key: String, value: Any): Unit

    Attributes
    protected
    Definition Classes
    jQueryComponent → WrappedComponent
  45. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  48. val okOnEnter: JavaScriptProperty[Boolean]

    Close the window when pressing the Enter key on the keyboard, keeping the selected color when set to true.

    Close the window when pressing the Enter key on the keyboard, keeping the selected color when set to true.

    Defaults to false.

  49. def on(eventType: String, function: JavaScriptContent): Unit

    Definition Classes
    jQueryComponent
  50. def option(key: String, value: Any): Unit

    Definition Classes
    WrappedComponent
  51. def property[T](name: String, default: T, includeDefault: Boolean, toJS: (T) ⇒ JavaScriptContent)(implicit manifest: Manifest[T]): JavaScriptProperty[T]

    Attributes
    protected
    Definition Classes
    WrappedComponent
  52. def realtimeSelector: Option[Selector]

    Attributes
    protected
    Definition Classes
    jQueryComponent
  53. val regional: JavaScriptProperty[String]

  54. val revert: JavaScriptProperty[Boolean]

    If enabled, closing the dialog through any means but the OK button will revert the color back to the previous state, as if pressing the Cancel button.

    If enabled, closing the dialog through any means but the OK button will revert the color back to the previous state, as if pressing the Cancel button. The revert option changes the behaviour of the [X] button in the header, the Escape keyboard button and clicking outside the dialog, when any of these features are enabled.

    Defaults to false.

  55. val rgb: JavaScriptProperty[Boolean]

    Whether or not to show the inputs for RGB.

    Whether or not to show the inputs for RGB.

    Defaults to true.

  56. val showAnim: JavaScriptProperty[String]

    Animation when showing the picker.

    Animation when showing the picker.

    Defaults to "fadeIn"

  57. val showCancelButton: JavaScriptProperty[Boolean]

    Show the Cancel button if true.

    Show the Cancel button if true.

    Defaults to true.

  58. val showCloseButton: JavaScriptProperty[Boolean]

    Show the Close button if the header is visible.

    Show the Close button if the header is visible. If the dialog is inline, the close button is never shown.

    Defaults to true.

  59. val showNoneButton: JavaScriptProperty[Boolean]

    Show the None/Revert button if true.

    Show the None/Revert button if true.

    Defaults to false.

  60. val showOn: JavaScriptProperty[List[String]]

    Specified what user events will show the colorpicker if not inline.

    Specified what user events will show the colorpicker if not inline. - focus: When the element comes into focus (either tab or click) - click: When the element is clicked (for non-inputs) - alt: When clicking on an element specified with as altField - button: When clicking on the button created if this event is specified - both: Selects all possible triggers

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

    Definition Classes
    AnyRef
  62. lazy val tagSelector: jQuerySelector

    Definition Classes
    jQueryComponent
  63. val title: JavaScriptProperty[Null]

    Title to display in the header.

    Title to display in the header. If null, use language default.

    Defaults to null.

  64. def toString(): String

    Definition Classes
    AnyRef → Any
  65. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  68. def webpage: Webpage[Session]

    Attributes
    protected
    Definition Classes
    WrappedComponent
  69. val wrapped: Input

    Definition Classes
    ColorPicker → WrappedComponent

Inherited from jQueryComponent

Inherited from WrappedComponent[HTMLTag]

Inherited from AnyRef

Inherited from Any

Ungrouped