Panel
A Panel is a view that holds other child views.
You can add child views programmatically or by loading a layout file.
Events:
Touch (Action As Int, X As Float, Y As Float)
Click
LongClick
Members:
ACTION_DOWN As Int
ACTION_MOVE As Int
ACTION_UP As Int
AddView (View As android.view.View, Left As Int, Top As Int, Width As Int, Height As Int)
Background As android.graphics.drawable.Drawable
BringToFront
Color As Int [write only]
Enabled As Boolean
GetAllViewsRecursive As IterableList
GetView (Index As Int) As View
Height As Int
Initialize (EventName As String)
Invalidate
Invalidate2 (Rect As android.graphics.Rect)
Invalidate3 (Left As Int, Top As Int, Right As Int, Bottom As Int)
IsInitialized As Boolean
Left As Int
LoadLayout (LayoutFile As String) As LayoutValues
NumberOfViews As Int [read only]
RemoveAllViews
RemoveView
RemoveViewAt (Index As Int)
RequestFocus As Boolean
SendToBack
SetBackgroundImage (Bitmap As android.graphics.Bitmap)
SetLayout (Left As Int, Top As Int, Width As Int, Height As Int)
Tag As Object
Top As Int
Visible As Boolean
Width As Int