|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The HoverCard widget adds hover behavior to any element. On hover, the specified content is lazily loaded on the left or right side of the element.
Usage: <HoverCard> <AWContent name="link"> <AWHyperlink action="$profileClicked">User A <AWContent name="content">
Bindings | |||
---|---|---|---|
position
*
|
Can force the position of the hover card. Supported values: bottom |
String (get) |
|
disableLazyDiv
*
|
Don't lazily initialize the hover card content. |
boolean (get) |
|
shouldOpen
*
|
Should keep the hover card content open. |
boolean (get) |
|
class
*
|
CSS class for wrapper and match card element. "Card" will be appended for the hover card content/pointer name. Example: .foo { // style wrapper } .fooCard .hcContent { // style content field } .fooCard hcPointer { // style pointer } Specify contentClass if need to add style (or change some style) of the class hcContent. |
String (get) |
java.lang.Objectariba.ui.aribaweb.util.AWBaseObject
ariba.ui.aribaweb.core.AWComponent
ariba.ui.widgets.HoverCard
public class HoverCard
Nested Class Summary |
---|
Nested classes/interfaces inherited from class ariba.ui.aribaweb.core.AWComponent |
---|
AWComponent.RenderingFilter, AWComponent.RenderingListener |
Nested classes/interfaces inherited from interface ariba.ui.aribaweb.core.AWResponseGenerating |
---|
AWResponseGenerating.ResponseSubstitution |
Constructor Summary | |
---|---|
HoverCard()
|
Method Summary | |
---|---|
boolean |
disableLazyDiv()
|
java.lang.String |
hcClass()
|
Methods inherited from class ariba.ui.aribaweb.util.AWBaseObject |
---|
debugString, getFieldValue, isKindOfClass, localizedJavaString, logString, logWarning, setFieldValue |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface ariba.ui.aribaweb.util.AWObject |
---|
getFieldValue, isKindOfClass, setFieldValue |
Constructor Detail |
---|
public HoverCard()
Method Detail |
---|
public boolean disableLazyDiv()
public java.lang.String hcClass()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |