Interface UserInterface

All Known Implementing Classes:
BasicPanel, RootPanel, ScalableXHTMLPanel, XHTMLPanel

public interface UserInterface
Author:
Torbjörn Gannholm
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Gets the active attribute of the UserInterface object
    boolean
    Gets the focus attribute of the UserInterface object
    boolean
    Gets the hover attribute of the UserInterface object
  • Method Details

    • isHover

      boolean isHover(Element e)
      Gets the hover attribute of the UserInterface object
      Parameters:
      e - PARAM
      Returns:
      The hover value
    • isActive

      boolean isActive(Element e)
      Gets the active attribute of the UserInterface object
      Parameters:
      e - PARAM
      Returns:
      The active value
    • isFocus

      boolean isFocus(Element e)
      Gets the focus attribute of the UserInterface object
      Parameters:
      e - PARAM
      Returns:
      The focus value