The tip item style provides page or section level hints to the user. This is a very essential component that Oracle Apps Framework as there is always a demand for tips to be displayed once the mouse is hovered over any component.
Typically, the only indexed child of the tip will be a TextNode, but as many children as necessary can be added and will be laid out as with a flowLayout.
Corresponding web bean: OATipBean
Import Path: import oracle.apps.fnd.framework.webui.beans.OATipBean;