FileDocCategorySizeDatePackage
TableLayout.javaAPI DocAndroid 5.1 API4331Sat Mar 14 14:09:38 GMT 2015android.widget

TableLayout

public class TableLayout extends android.widget.LinearLayout

Fields Summary
Constructors Summary
public TableLayout(android.content.Context context)

 super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!"); 
public TableLayout(android.content.Context context, android.util.AttributeSet attrs)

 super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!"); 
Methods Summary
public voidaddView(android.view.View child)

 throw new RuntimeException("Stub!"); 
public voidaddView(android.view.View child, int index)

 throw new RuntimeException("Stub!"); 
public voidaddView(android.view.View child, android.view.ViewGroup.LayoutParams params)

 throw new RuntimeException("Stub!"); 
public voidaddView(android.view.View child, int index, android.view.ViewGroup.LayoutParams params)

 throw new RuntimeException("Stub!"); 
protected booleancheckLayoutParams(android.view.ViewGroup.LayoutParams p)

 throw new RuntimeException("Stub!"); 
protected android.widget.LinearLayout.LayoutParamsgenerateDefaultLayoutParams()

 throw new RuntimeException("Stub!"); 
public android.widget.TableLayout$LayoutParamsgenerateLayoutParams(android.util.AttributeSet attrs)

 throw new RuntimeException("Stub!"); 
protected android.widget.LinearLayout.LayoutParamsgenerateLayoutParams(android.view.ViewGroup.LayoutParams p)

 throw new RuntimeException("Stub!"); 
public booleanisColumnCollapsed(int columnIndex)

 throw new RuntimeException("Stub!"); 
public booleanisColumnShrinkable(int columnIndex)

 throw new RuntimeException("Stub!"); 
public booleanisColumnStretchable(int columnIndex)

 throw new RuntimeException("Stub!"); 
public booleanisShrinkAllColumns()

 throw new RuntimeException("Stub!"); 
public booleanisStretchAllColumns()

 throw new RuntimeException("Stub!"); 
public voidonInitializeAccessibilityEvent(android.view.accessibility.AccessibilityEvent event)

 throw new RuntimeException("Stub!"); 
public voidonInitializeAccessibilityNodeInfo(android.view.accessibility.AccessibilityNodeInfo info)

 throw new RuntimeException("Stub!"); 
protected voidonLayout(boolean changed, int l, int t, int r, int b)

 throw new RuntimeException("Stub!"); 
protected voidonMeasure(int widthMeasureSpec, int heightMeasureSpec)

 throw new RuntimeException("Stub!"); 
public voidrequestLayout()

 throw new RuntimeException("Stub!"); 
public voidsetColumnCollapsed(int columnIndex, boolean isCollapsed)

 throw new RuntimeException("Stub!"); 
public voidsetColumnShrinkable(int columnIndex, boolean isShrinkable)

 throw new RuntimeException("Stub!"); 
public voidsetColumnStretchable(int columnIndex, boolean isStretchable)

 throw new RuntimeException("Stub!"); 
public voidsetOnHierarchyChangeListener(android.view.ViewGroup.OnHierarchyChangeListener listener)

 throw new RuntimeException("Stub!"); 
public voidsetShrinkAllColumns(boolean shrinkAllColumns)

 throw new RuntimeException("Stub!"); 
public voidsetStretchAllColumns(boolean stretchAllColumns)

 throw new RuntimeException("Stub!");