|
|||||||||
| 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.BarChart.Bar
public static class BarChart.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 | |
|---|---|
BarChart.Bar(java.lang.Number top)
Creates a new bar. |
|
BarChart.Bar(java.lang.Number top,
java.lang.Number bottom)
Creates a new bar. |
|
BarChart.Bar(java.lang.Number top,
java.lang.Number bottom,
java.lang.String colour)
Creates a new bar. |
|
BarChart.Bar(java.lang.Number top,
java.lang.String colour)
Creates a new bar. |
|
| Method Summary | |
|---|---|
java.lang.Number |
getBottom()
Gets the bottom. |
java.lang.String |
getColour()
Gets the colour. |
java.lang.String |
getTooltip()
Gets the tooltip. |
java.lang.Number |
getTop()
Gets the top. |
void |
setBottom(java.lang.Number bottom)
Sets the bottom. |
void |
setColour(java.lang.String colour)
Sets the colour in HTML hex format (#ffffff) |
void |
setTooltip(java.lang.String tooltip)
Sets the tooltip. |
void |
setTop(java.lang.Number top)
Sets the top. |
| 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 BarChart.Bar(java.lang.Number top)
top - the top
public BarChart.Bar(java.lang.Number top,
java.lang.Number bottom)
top - the topbottom - the bottom
public BarChart.Bar(java.lang.Number top,
java.lang.Number bottom,
java.lang.String colour)
top - the topbottom - the bottomcolour - the colour
public BarChart.Bar(java.lang.Number top,
java.lang.String colour)
top - the topcolour - the colour| Method Detail |
|---|
public java.lang.Number getBottom()
public java.lang.String getColour()
public java.lang.String getTooltip()
public java.lang.Number getTop()
public void setBottom(java.lang.Number bottom)
bottom - the new bottompublic void setColour(java.lang.String colour)
colour - the new colourpublic void setTooltip(java.lang.String tooltip)
tooltip - the new tooltippublic void setTop(java.lang.Number top)
top - the new top
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||