public final class TooltipLabelColor extends JavaScriptObjectContainer
TooltipLabelColor
Constructor and Description |
---|
TooltipLabelColor()
Needed for GWt injection.
|
Modifier and Type | Method and Description |
---|---|
IsColor |
getBackgroundColor()
Returns the background color
|
java.lang.String |
getBackgroundColorAsString()
Returns the background color as string
|
IsColor |
getBorderColor()
Returns the border color
|
java.lang.String |
getBorderColorAsString()
Returns the border color as string
|
GenericJavaScriptObject |
getObject()
Returns the JavaScript object with properties
|
void |
setBackgroundColor(IsColor backgroundColor)
Sets background color
|
void |
setBackgroundColor(java.lang.String backgroundColor)
Sets background color as string
|
void |
setBorderColor(IsColor borderColor)
Sets border color
|
void |
setBorderColor(java.lang.String borderColor)
Sets border color as string
|
java.lang.String |
toString()
String representation of this object
|
checkAndGetDoubleValues, checkAndGetEnumValues, checkAndGetIntegerValues, checkAndGetStringValues, checkAndSetDoubleValues, checkAndSetEnumValues, checkAndSetIntegerValues, checkAndSetStringValues, getDoubleArray, getIntegerArray, getJavaScriptObject, getObjectArray, getStringArray, getValue, getValue, getValue, getValue, getValue, getValue, getValue, has, has, hasToBeRegistered, isEmpty, keys, remove, remove, removeIfExists, setDoubleArray, setEnumValueArray, setIntegerArray, setObjectArray, setStringArray, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, type
public final IsColor getBackgroundColor()
public final java.lang.String getBackgroundColorAsString()
public void setBackgroundColor(java.lang.String backgroundColor)
backgroundColor
- background colorpublic void setBackgroundColor(IsColor backgroundColor)
backgroundColor
- background colorpublic final java.lang.String getBorderColorAsString()
public final IsColor getBorderColor()
public void setBorderColor(java.lang.String borderColor)
borderColor
- border colorpublic void setBorderColor(IsColor borderColor)
borderColor
- border colorpublic final GenericJavaScriptObject getObject()
GenericJavaScriptObject
public java.lang.String toString()
toString
in class JavaScriptObjectContainer