|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HasHover
| Method Summary | |
|---|---|
String |
getContainer()
Get where the hover will render it's HTML code |
int |
getHideDelayMs()
Get the delay in MS to hide the hover component |
Placement |
getPlacement()
Get the Placement of the hover component |
int |
getShowDelayMs()
Get the delay in MS to show the hover component |
Trigger |
getTrigger()
Get the hover component's trigger |
boolean |
isAnimated()
Get whether or not the hover widget will be animated |
boolean |
isHtml()
Get whether or not the hover widget will render HTML |
void |
setContainer(String container)
Sets the custom container that the hover's HTML will render in |
void |
setHideDelayMs(int hideDelayMs)
Set the delay in MS that the hover component takes to hide |
void |
setIsAnimated(boolean isAnimated)
Set whether or not to animate the displaying of the hover widget |
void |
setIsHtml(boolean isHtml)
Set to make the hover widget display HTML code |
void |
setPlacement(Placement placement)
Sets the placement of the hover component |
void |
setShowDelayMs(int showDelayMs)
Set the delay in MS that the hover component takes to display |
void |
setTrigger(Trigger trigger)
Set what will trigger the showing of the hover component |
| Method Detail |
|---|
void setIsAnimated(boolean isAnimated)
isAnimated - boolean to animate or notboolean isAnimated()
void setIsHtml(boolean isHtml)
isHtml - boolean to render HTML code or notboolean isHtml()
void setPlacement(Placement placement)
placement - Placement of the hover componentPlacement getPlacement()
void setTrigger(Trigger trigger)
trigger - Trigger how the hover component will showTrigger getTrigger()
void setShowDelayMs(int showDelayMs)
showDelayMs - int number of MS to delay the displayint getShowDelayMs()
void setHideDelayMs(int hideDelayMs)
hideDelayMs - int number of MS to delay the hideint getHideDelayMs()
void setContainer(String container)
container - String selector of where to render the hover's HTML codeString getContainer()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||