public static class DropDownComponent.ScrollablePopupMenuEvent extends EventObject
Modifier and Type | Field and Description |
---|---|
static int |
ITEMS_ADDED |
static int |
ITEMS_REMOVED |
source
Constructor and Description |
---|
ScrollablePopupMenuEvent(Object source,
int type,
int itemNumber,
String details)
Creates the ScrollablePopupMenuEvent.
|
Modifier and Type | Method and Description |
---|---|
String |
getDetails()
Gets the event details.
|
int |
getItemNumber()
Gets the item number.
|
int |
getType()
Gets the event type.
|
void |
initEvent(int type,
int itemNumber,
String details)
Initializes this event.
|
getSource, toString
public static final int ITEMS_ADDED
public static final int ITEMS_REMOVED
public void initEvent(int type, int itemNumber, String details)
public String getDetails()
public int getItemNumber()
public int getType()
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.