AI2 Component  (Version nb184)
com.google.appinventor.components.runtime.TableLayout Class Reference
Inheritance diagram for com.google.appinventor.components.runtime.TableLayout:
com.google.appinventor.components.runtime.Layout

Public Member Functions

ViewGroup getLayoutManager ()
 
void add (AndroidViewComponent child)
 

Detailed Description

A layout component allowing subcomponents to be placed in tabular form.

Author
lizlo.nosp@m.oney.nosp@m.@goog.nosp@m.le.c.nosp@m.om (Liz Looney)

Definition at line 26 of file TableLayout.java.

Member Function Documentation

◆ add()

void com.google.appinventor.components.runtime.TableLayout.add ( AndroidViewComponent  component)

Adds the specified component to this layout.

Parameters
componentcomponent to add

Implements com.google.appinventor.components.runtime.Layout.

Definition at line 109 of file TableLayout.java.

◆ getLayoutManager()

ViewGroup com.google.appinventor.components.runtime.TableLayout.getLayoutManager ( )

Returns the view group (which is a container with a layout manager) associated with the layout.

Returns
view group

Implements com.google.appinventor.components.runtime.Layout.

Definition at line 105 of file TableLayout.java.


The documentation for this class was generated from the following file: