|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.rednels.ofcgwt.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. |
| Constructor Summary | |
|---|---|
ToolTip()
Create a new ToolTip instance |
|
ToolTip(ToolTip.MouseStyle mouse)
Create a new ToolTip instance with the given mouse style |
|
| Method Summary | |
|---|---|
com.google.gwt.json.client.JSONValue |
buildJSON()
Build (and return) a JSONObject that contains all the items of this object. |
java.lang.String |
getBackgroundcolour()
Gets the background colour. |
java.lang.String |
getBodystyle()
Gets the body style. |
java.lang.String |
getColour()
Gets the colour. |
ToolTip.MouseStyle |
getMouse()
Gets the mouse. |
java.lang.Integer |
getStroke()
Gets 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(java.lang.Integer stroke)
Sets the stroke. |
void |
setTitlestyle(java.lang.String titlestyle)
Sets the title style. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ToolTip()
public ToolTip(ToolTip.MouseStyle mouse)
mouse - MouseStyle| Method Detail |
|---|
public com.google.gwt.json.client.JSONValue buildJSON()
JSONizable
buildJSON in interface JSONizablepublic java.lang.String getBackgroundcolour()
public java.lang.String getBodystyle()
public java.lang.String getColour()
public ToolTip.MouseStyle getMouse()
public java.lang.Integer 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(java.lang.Integer 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 | ||||||||