Filter by API Level:
Package Index
|
Class Index
android
com.htc.app
com.htc.content
com.htc.fragment.content
com.htc.fragment.widget
com.htc.lockscreen.fusion.open
com.htc.lockscreen.open.phone
com.htc.painting.engine
com.htc.painting.engine.render
com.htc.painting.engine.stroke
com.htc.painting.pal
com.htc.painting.penmenu
com.htc.painting.penmenu.highlight
com.htc.painting.penmenu15
com.htc.painting.penmenu15.view
com.htc.painting.tool.pen
com.htc.pen
com.htc.provider
com.htc.res
com.htc.util.skin
com.htc.view
com.htc.view.table
com.htc.view.util
com.htc.widget
Interfaces
AbstractAdapterView.OnItemClickListener
AbstractAdapterView.OnItemLongClickListener
AbstractAdapterView.OnItemSelectedListener
AbstractTableView.OnScrollListener
AbstractTableView.RecyclerListener
Classes
AbstractAdapterView
<T extends
Adapter
>
AbstractAdapterView.AdapterContextMenuInfo
AbstractAdapterView.AdapterDataSetObserver
AbstractTableView
AbstractTableView.FlingRunnable
AbstractTableView.LayoutParams
HTableColleague
TableColleague
TableColleague.OrnMeasureSpec
TableLayoutParams
TableView
VTableColleague
Package Index
|
Class Index
Summary:
Constants
|
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
Since:
API Level 2.0
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
Object
clone
()
boolean
equals
(
Object
arg0)
void
finalize
()
final
Class
<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
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