Class/Object

org.hyperscala.jquery

ColorPicker

Related Docs: object ColorPicker | package jquery

Permalink

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
Visibility
  1. Public
  2. All

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def afterInit(f: ⇒ Unit): Unit

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

    Permalink

    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]

    Permalink

    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]

    Permalink

    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]

    Permalink

    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]]

    Permalink

    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

    Permalink
    Definition Classes
    Any
  11. val autoInit: Boolean

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

    Permalink

    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]

    Permalink

    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]

    Permalink

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

  15. val buttonImage: JavaScriptProperty[String]

    Permalink
  16. val buttonImageOnly: JavaScriptProperty[Boolean]

    Permalink
  17. val buttonText: JavaScriptProperty[String]

    Permalink

    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

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

    Permalink
    Definition Classes
    jQueryComponent
  20. def call(): Unit

    Permalink
    Definition Classes
    jQueryComponent
  21. def clone(): AnyRef

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

    Permalink

    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]

    Permalink

    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[EnumColor]

    Permalink

    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]

    Permalink

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

  26. val duration: JavaScriptProperty[String]

    Permalink

    Defaults to "fast"

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  29. def event[T <: BrowserEvent](mapping: MappedEvent[T]): UnitProcessor[T]

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

    Permalink
    Definition Classes
    jQueryComponent
  31. def finalize(): Unit

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

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

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

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

    Permalink

    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

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

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

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

    Permalink

    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]

    Permalink

    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

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

    Permalink

    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]

    Permalink

    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

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

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

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

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

    Permalink

    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

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

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

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

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

    Permalink
  54. val revert: JavaScriptProperty[Boolean]

    Permalink

    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]

    Permalink

    Whether or not to show the inputs for RGB.

    Whether or not to show the inputs for RGB.

    Defaults to true.

  56. def send(statement: Statement[_]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    jQueryComponent
  57. val showAnim: JavaScriptProperty[String]

    Permalink

    Animation when showing the picker.

    Animation when showing the picker.

    Defaults to "fadeIn"

  58. val showCancelButton: JavaScriptProperty[Boolean]

    Permalink

    Show the Cancel button if true.

    Show the Cancel button if true.

    Defaults to true.

  59. val showCloseButton: JavaScriptProperty[Boolean]

    Permalink

    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.

  60. val showNoneButton: JavaScriptProperty[Boolean]

    Permalink

    Show the None/Revert button if true.

    Show the None/Revert button if true.

    Defaults to false.

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

    Permalink

    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

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

    Permalink
    Definition Classes
    AnyRef
  63. lazy val tagSelector: jQuerySelector

    Permalink
    Definition Classes
    jQueryComponent
  64. val title: JavaScriptProperty[Null]

    Permalink

    Title to display in the header.

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

    Defaults to null.

  65. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  69. def webpage: Webpage

    Permalink
    Attributes
    protected
    Definition Classes
    WrappedComponent
  70. val wrapped: Input

    Permalink
    Definition Classes
    ColorPicker → WrappedComponent

Inherited from jQueryComponent

Inherited from WrappedComponent[HTMLTag]

Inherited from AnyRef

Inherited from Any

Ungrouped