|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.extjs.gxt.ui.client.data.BaseModelData
com.extjs.gxt.ui.client.data.BaseModel
com.extjs.gxt.charts.client.model.ToolTip
public class ToolTip
Base class for an OFC tooltip element
Nested Class Summary | |
---|---|
static class |
ToolTip.MouseStyle
Enumeration MouseStyle - used with tooltip. |
Field Summary |
---|
Fields inherited from class com.extjs.gxt.ui.client.data.BaseModel |
---|
changeEventSupport |
Fields inherited from class com.extjs.gxt.ui.client.data.BaseModelData |
---|
allowNestedValues, map |
Fields inherited from interface com.extjs.gxt.ui.client.data.ChangeEventSource |
---|
Add, Remove, Update |
Constructor Summary | |
---|---|
ToolTip()
Create a new ToolTip instance |
|
ToolTip(ToolTip.MouseStyle mouse)
Create a new ToolTip instance with the given mouse style |
Method Summary | |
---|---|
java.lang.String |
getBackgroundColour()
Returns the background colour. |
java.lang.String |
getBodyStyle()
Returns the body style. |
java.lang.String |
getColour()
Returns the colour. |
ToolTip.MouseStyle |
getMouse()
Returns the mouse. |
int |
getStroke()
Returns the stroke. |
java.lang.String |
getTitleStyle()
Gets the title style. |
void |
setBackgroundColour(java.lang.String backgroundColour)
Sets the background colour. |
void |
setBodyStyle(java.lang.String bodyStyle)
Sets the body style. |
void |
setColour(java.lang.String colour)
Sets the colour. |
void |
setMouse(ToolTip.MouseStyle mouse)
Sets the mouse. |
void |
setStroke(int stroke)
Sets the stroke. |
void |
setTitleStyle(java.lang.String titleStyle)
Sets the title style. |
Methods inherited from class com.extjs.gxt.ui.client.data.BaseModel |
---|
addChangeListener, addChangeListener, fireEvent, fireEvent, isSilent, notify, notifyPropertyChanged, remove, removeChangeListener, removeChangeListeners, set, setSilent |
Methods inherited from class com.extjs.gxt.ui.client.data.BaseModelData |
---|
get, get, getProperties, getPropertyNames, isAllowNestedValues, setAllowNestedValues, setProperties |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.extjs.gxt.ui.client.data.ModelData |
---|
get, getProperties, getPropertyNames |
Constructor Detail |
---|
public ToolTip()
public ToolTip(ToolTip.MouseStyle mouse)
mouse
- the mouse styleMethod Detail |
---|
public java.lang.String getBackgroundColour()
public java.lang.String getBodyStyle()
public java.lang.String getColour()
public ToolTip.MouseStyle getMouse()
public int getStroke()
public java.lang.String getTitleStyle()
public void setBackgroundColour(java.lang.String backgroundColour)
backgroundColour
- the background colour to setpublic void setBodyStyle(java.lang.String bodyStyle)
bodyStyle
- the body style to setpublic void setColour(java.lang.String colour)
colour
- the colour to setpublic void setMouse(ToolTip.MouseStyle mouse)
mouse
- the mouse to setpublic void setStroke(int stroke)
stroke
- the stroke to setpublic void setTitleStyle(java.lang.String titleStyle)
titleStyle
- the title style to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |