Flying Saucer Project Release ${app.version}

org.xhtmlrenderer.extend
Interface UserInterface

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

public interface UserInterface

Author:
Torbjörn Gannholm

Method Summary
 boolean isActive(org.w3c.dom.Element e)
          Gets the active attribute of the UserInterface object
 boolean isFocus(org.w3c.dom.Element e)
          Gets the focus attribute of the UserInterface object
 boolean isHover(org.w3c.dom.Element e)
          Gets the hover attribute of the UserInterface object
 

Method Detail

isHover

boolean isHover(org.w3c.dom.Element e)
Gets the hover attribute of the UserInterface object

Parameters:
e - PARAM
Returns:
The hover value

isActive

boolean isActive(org.w3c.dom.Element e)
Gets the active attribute of the UserInterface object

Parameters:
e - PARAM
Returns:
The active value

isFocus

boolean isFocus(org.w3c.dom.Element e)
Gets the focus attribute of the UserInterface object

Parameters:
e - PARAM
Returns:
The focus value

Flying Saucer Project Release ${app.version}

Flying Saucer Project Home