AI2 Component
(Version nb184)
|
Public Member Functions | |
ViewGroup | getLayoutManager () |
void | add (AndroidViewComponent component) |
The Layout interface provides methods for working with Simple component layouts.
Definition at line 16 of file Layout.java.
void com.google.appinventor.components.runtime.Layout.add | ( | AndroidViewComponent | component | ) |
Adds the specified component to this layout.
component | component to add |
Implemented in com.google.appinventor.components.runtime.LinearLayout, and com.google.appinventor.components.runtime.TableLayout.
ViewGroup com.google.appinventor.components.runtime.Layout.getLayoutManager | ( | ) |
Returns the view group (which is a container with a layout manager) associated with the layout.
Implemented in com.google.appinventor.components.runtime.TableLayout, and com.google.appinventor.components.runtime.LinearLayout.