public class

BalloonPopupButtonClickInfo

extends Object
java.lang.Object
   ↳ com.carto.ui.BalloonPopupButtonClickInfo

Class Overview

A container class that provides information about a click performed on
a BalloonPopupButton element.

Summary

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

Public Methods

public synchronized void delete ()

public boolean equals (Object obj)

Checks if this object is equal to the specified object.

Parameters
obj The reference object.
Returns
  • True when objects are equal, false otherwise.

public BalloonPopupButton getButton ()

Returns the clicked button.

Returns
  • The button on which the click was performed.

public ClickType getClickType ()

Returns the click type.

Returns
  • The type of the click performed.

public VectorElement getVectorElement ()

Returns the clicked vector element.

Returns
  • The vector element on which the click was performed.

public int hashCode ()

Returns the hash value of this object.

Returns
  • The hash value of this object.