Package 

Class RangePicker


  • 
    public class RangePicker
    extends JsObject
                        

    The RangePicker class contains methods for configuring range picker.

    • Method Summary

      Modifier and Type Method Description
      static RangePicker instantiate()
      String getJsBase()
      void dispose() Disposes range picker.
      void format() Getter for the input and output date time format.
      void format(String format) Setter for the input and output date time format.
      void fromLabelText() Getter for the text for 'from'-label.
      RangePicker fromLabelText(String text) Setter for the text for 'from'-label.
      void getElement() Returns the editable DOM element or null if this field.
      void render(Stock parentElement) Renders the range picker.
      void target(Stock chart) Sets stock chart for range picker.
      void toLabelText() Getter for the text for 'to'-label.
      RangePicker toLabelText(String text) Setter for the text for 'to'-label.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait