Package org.xhtmlrenderer.extend
Interface UserInterface
- All Known Implementing Classes:
BasicPanel
,RootPanel
,ScalableXHTMLPanel
,XHTMLPanel
public interface UserInterface
- Author:
- Torbjörn Gannholm
-
Method Summary
-
Method Details
-
isHover
Gets the hover attribute of the UserInterface object- Parameters:
e
- PARAM- Returns:
- The hover value
-
isActive
Gets the active attribute of the UserInterface object- Parameters:
e
- PARAM- Returns:
- The active value
-
isFocus
Gets the focus attribute of the UserInterface object- Parameters:
e
- PARAM- Returns:
- The focus value
-