Package org.xhtmlrenderer.extend
Interface UserInterface
- All Known Implementing Classes:
BasicPanel
,BasicRenderer
,ITextRenderer.NullUserInterface
,Java2DRenderer.NullUserInterface
,PrinterRenderer
,RootPanel
,ScalableXHTMLPanel
,XHTMLPanel
public interface UserInterface
-
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
-