|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.extjs.gxt.ui.client.widget.tips.ToolTipConfig
public class ToolTipConfig
Configuration information for a tool tip.
| Constructor Summary | |
|---|---|
ToolTipConfig()
Creates a new tool tip config. |
|
ToolTipConfig(java.lang.String text)
Creates a new tool tip config with the given text. |
|
ToolTipConfig(java.lang.String title,
java.lang.String text)
Creates a new tool tip config with the given title and text. |
|
| Method Summary | |
|---|---|
java.lang.String |
getAnchor()
|
int |
getAnchorOffset()
|
int |
getDismissDelay()
Returns the dismiss delay. |
int |
getHideDelay()
Returns the hide delay in milliseconds. |
int[] |
getMouseOffset()
Returns the mouse offset. |
Params |
getParams()
Returns the params. |
int |
getShowDelay()
Returns the show delay in milliseconds. |
com.google.gwt.user.client.Element |
getTarget()
Returns the element the configuration will be applied to. |
Template |
getTemplate()
Returns the template. |
java.lang.String |
getText()
Returns the tool tip text. |
java.lang.String |
getTitle()
Returns the tool tip title. |
boolean |
isAnchorToTarget()
|
boolean |
isAutoHide()
Returns true if auto hide is enabled. |
boolean |
isEnabled()
Returns true if the tool tip is enabled. |
boolean |
isTrackMouse()
Returns true if mouse tracking is enabled. |
void |
setAnchor(java.lang.String anchor)
|
void |
setAnchorOffset(int anchorOffset)
|
void |
setAnchorToTarget(boolean anchorToTarget)
|
void |
setAutoHide(boolean autoHide)
True to automatically hide the tooltip after the mouse exits the target element or after the dismissDelay has expired if set (defaults to
true). |
void |
setDismissDelay(int dismissDelay)
Delay in milliseconds before the tooltip automatically hides (defaults to 5000). |
void |
setEnabled(boolean enabled)
Sets whether the tool tip is enabled (defaults to true). |
void |
setHideDelay(int hideDelay)
Delay in milliseconds after the mouse exits the target element but before the tooltip actually hides (defaults to 200). |
void |
setMouseOffset(int[] mouseOffset)
An XY offset from the mouse position where the tooltip should be shown (defaults to [15,18]). |
void |
setParams(Params params)
The paramters to be used when a custom a template is specified. |
void |
setShowDelay(int showDelay)
Delay in milliseconds before the tooltip displays after the mouse enters the target element (defaults to 500). |
void |
setTemplate(Template template)
A optional template to be used to render the tool tip. |
void |
setText(java.lang.String text)
The tool tip text. |
void |
setTitle(java.lang.String title)
Sets the tool tip title. |
void |
setTrackMouse(boolean trackMouse)
True to have the tooltip follow the mouse as it moves over the target element (defaults to false). |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ToolTipConfig()
public ToolTipConfig(java.lang.String text)
text - the tool tip text
public ToolTipConfig(java.lang.String title,
java.lang.String text)
title - the tool tip titletext - the tool tip text| Method Detail |
|---|
public int getDismissDelay()
public int getHideDelay()
public int[] getMouseOffset()
public Params getParams()
public int getShowDelay()
public com.google.gwt.user.client.Element getTarget()
public Template getTemplate()
public java.lang.String getText()
public java.lang.String getTitle()
public boolean isAutoHide()
public boolean isEnabled()
public boolean isTrackMouse()
public void setAutoHide(boolean autoHide)
dismissDelay has expired if set (defaults to
true).
autoHide - the auto hide statepublic void setDismissDelay(int dismissDelay)
dismissDelay - the dismiss delaypublic void setEnabled(boolean enabled)
enabled - true to enablepublic void setHideDelay(int hideDelay)
hideDelay - the hide delaypublic void setMouseOffset(int[] mouseOffset)
mouseOffset - the offsetpublic void setParams(Params params)
template is specified.
params - the paramspublic void setShowDelay(int showDelay)
showDelay - the show delaypublic void setTemplate(Template template)
params
will be applied to the template. If specified, title and
text will be added to the params before being applied to the
template.
template - the templatepublic void setText(java.lang.String text)
text - the textpublic void setTitle(java.lang.String title)
title - the titlepublic void setTrackMouse(boolean trackMouse)
trackMouse - the track mouse statepublic void setAnchor(java.lang.String anchor)
public java.lang.String getAnchor()
public void setAnchorToTarget(boolean anchorToTarget)
public boolean isAnchorToTarget()
public void setAnchorOffset(int anchorOffset)
public int getAnchorOffset()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||