Package com.openhtmltopdf.extend
Interface UserInterface
-
- All Known Implementing Classes:
NullUserInterface
public interface UserInterface- Author:
- Torbjoern Gannholm
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisActive(Element e)Gets the active attribute of the UserInterface objectbooleanisFocus(Element e)Gets the focus attribute of the UserInterface objectbooleanisHover(Element e)Gets the hover attribute of the UserInterface object
-
-
-
Method Detail
-
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
-
-