|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IMouseEventCapability
GIves mouseOver and mouseOut event managements capabilities
| Method Summary | |
|---|---|
void |
addMouseOutListener(IMouseOutListener facesListener)
Adds a listener to the component for the mouseOut event |
void |
addMouseOverListener(IMouseOverListener facesListener)
Adds a listener to the component for the mouseOver event |
FacesListener[] |
listMouseOutListeners()
Returns a list of mouseOut listener for the component |
FacesListener[] |
listMouseOverListeners()
Returns a list of mouseOver listener for the component |
void |
removeMouseOutListener(IMouseOutListener facesListener)
Removes a listener from the component for the mouseOut event |
void |
removeMouseOverListener(IMouseOverListener facesListener)
Removes a listener from the component for the mouseOver event |
| Method Detail |
|---|
void addMouseOverListener(IMouseOverListener facesListener)
facesListener - the mouseOver listener to addvoid removeMouseOverListener(IMouseOverListener facesListener)
facesListener - the mouseOver listener to removeFacesListener[] listMouseOverListeners()
void addMouseOutListener(IMouseOutListener facesListener)
facesListener - the mouseOut listener to addvoid removeMouseOutListener(IMouseOutListener facesListener)
facesListener - the mouseOut listener to removeFacesListener[] listMouseOutListeners()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||