public class

TableLayoutParams

extends Object
java.lang.Object
   ↳ com.htc.view.table.TableLayoutParams

Class Overview

A layout for TableView

Summary

Constants
int HORIZONTAL
int VERTICAL
Public Constructors
TableLayoutParams()
Public Methods
void enableScrollOverBoundary(boolean enable)
void initialWithScrollControl(boolean yes)
void setOrientation(int orientation)
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int HORIZONTAL

Since: API Level 2.0

Constant Value: 0 (0x00000000)

public static final int VERTICAL

Since: API Level 2.0

Constant Value: 1 (0x00000001)

Public Constructors

public TableLayoutParams ()

Since: API Level 2.0

Public Methods

public void enableScrollOverBoundary (boolean enable)

Since: API Level 2.0

public void initialWithScrollControl (boolean yes)

Since: API Level 2.0

public void setOrientation (int orientation)

Since: API Level 2.0