| java.lang.Object | |
| ↳ | com.carto.ui.BalloonPopupButtonClickInfo |
A container class that provides information about a click performed on
a BalloonPopupButton element.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| synchronized void | delete() | ||||||||||
| boolean |
equals(Object obj)
Checks if this object is equal to the specified object.
| ||||||||||
| BalloonPopupButton |
getButton()
Returns the clicked button.
| ||||||||||
| ClickType |
getClickType()
Returns the click type.
| ||||||||||
| VectorElement |
getVectorElement()
Returns the clicked vector element.
| ||||||||||
| int |
hashCode()
Returns the hash value of this object.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Checks if this object is equal to the specified object.
| obj | The reference object. |
|---|
Returns the clicked button.
Returns the clicked vector element.
Returns the hash value of this object.