AI2 Component
(Version nb184)
|
Public Member Functions | |
ViewGroup | getLayoutManager () |
void | add (AndroidViewComponent child) |
A layout component allowing subcomponents to be placed in tabular form.
Definition at line 26 of file TableLayout.java.
void com.google.appinventor.components.runtime.TableLayout.add | ( | AndroidViewComponent | component | ) |
Adds the specified component to this layout.
component | component to add |
Implements com.google.appinventor.components.runtime.Layout.
Definition at line 109 of file TableLayout.java.
ViewGroup com.google.appinventor.components.runtime.TableLayout.getLayoutManager | ( | ) |
Returns the view group (which is a container with a layout manager) associated with the layout.
Implements com.google.appinventor.components.runtime.Layout.
Definition at line 105 of file TableLayout.java.