1.02
com.rootsoft.rspopupmenu.RSPopupMenu
RSPopupMenu
android.widget.PopupMenu
activity
Initialize
Initializes the Popup Menu.
A PopupMenu displays a Menu in a modal popup window anchored to a View.
The popup will appear below the anchor view if there is room, or above it if there is not.
If the IME is visible the popup will not overlap it until it is touched.
Touching outside of the popup will dismiss it.
void
ba
anywheresoftware.b4a.BA
EventName
java.lang.String
view
anywheresoftware.b4a.objects.ConcreteViewWrapper
AddSubMenuItem
Add a new item to the menu.
void
ItemId
int
Order
int
Title
java.lang.String
Show
Show the menu popup anchored to the view specified during construction.
void
Dismiss
Dismiss the menu popup.
void
AddMenuItem
Add a new item to the menu.
void
ItemId
int
Order
int
Title
java.lang.String
AddMenuItem2
Add a new item to the menu.
void
GroupId
int
ItemId
int
Order
int
Title
java.lang.String
AddSubMenuItem2
Add a new item to the menu.
void
GroupId
int
ItemId
int
Order
int
Title
java.lang.String
Initialize2
Initializes the Popup Menu.
A PopupMenu displays a Menu in a modal popup window anchored to a View.
The popup will appear below the anchor view if there is room, or above it if there is not.
If the IME is visible the popup will not overlap it until it is touched.
Touching outside of the popup will dismiss it.
void
ba
anywheresoftware.b4a.BA
EventName
java.lang.String
view
anywheresoftware.b4a.objects.ConcreteViewWrapper
Gravity
int
IsInitialized
boolean
1.0
XverhelstX