|
|||||||||
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.charts.DataConfig
com.extjs.gxt.charts.client.model.charts.HorizontalBarChart.Bar
public static class HorizontalBarChart.Bar
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 | |
---|---|
HorizontalBarChart.Bar(java.lang.Number right)
Creates a new bar. |
|
HorizontalBarChart.Bar(java.lang.Number left,
java.lang.Number right)
Creates a new bar. |
|
HorizontalBarChart.Bar(java.lang.Number left,
java.lang.Number right,
java.lang.String colour)
Creates a new bar. |
|
HorizontalBarChart.Bar(java.lang.Number right,
java.lang.String colour)
Creates a new bar. |
Method Summary | |
---|---|
java.lang.String |
getColour()
Gets the colour. |
java.lang.Number |
getLeft()
Gets the left. |
java.lang.Number |
getRight()
Gets the right. |
java.lang.String |
getTooltip()
Gets the tooltip. |
void |
setColour(java.lang.String colour)
Sets the colour in HTML hex format (#ffffff). |
void |
setLeft(java.lang.Number left)
Sets the left. |
void |
setRight(java.lang.Number right)
Sets the right. |
void |
setTooltip(java.lang.String tooltip)
Sets the tooltip. |
Methods inherited from class com.extjs.gxt.charts.client.model.charts.DataConfig |
---|
getFirstValue, getSecondValue, getValue, setValue |
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 HorizontalBarChart.Bar(java.lang.Number right)
right
- the rightpublic HorizontalBarChart.Bar(java.lang.Number left, java.lang.Number right)
left
- the leftright
- the rightpublic HorizontalBarChart.Bar(java.lang.Number right, java.lang.String colour)
right
- the rightcolour
- the colourpublic HorizontalBarChart.Bar(java.lang.Number left, java.lang.Number right, java.lang.String colour)
left
- the leftright
- the rightcolour
- the colourMethod Detail |
---|
public java.lang.String getColour()
public java.lang.Number getLeft()
public java.lang.Number getRight()
public java.lang.String getTooltip()
public void setColour(java.lang.String colour)
colour
- the new colourpublic void setLeft(java.lang.Number left)
left
- the new leftpublic void setRight(java.lang.Number right)
right
- the new rightpublic void setTooltip(java.lang.String tooltip)
tooltip
- the new tooltip
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |