Class Tooltip

    • Method Detail

      • top

        public static Tooltip top​(String text,
                                  elemental2.dom.HTMLElement target)
      • right

        public static Tooltip right​(String text,
                                    elemental2.dom.HTMLElement target)
      • bottom

        public static Tooltip bottom​(String text,
                                     elemental2.dom.HTMLElement target)
      • left

        public static Tooltip left​(String text,
                                   elemental2.dom.HTMLElement target)
      • auto

        public static Tooltip auto​(String text,
                                   elemental2.dom.HTMLElement target)
      • show

        public void show()
      • hide

        public void hide()
      • leftAligned

        public Tooltip leftAligned()