timerpick(時間控制項)
public integer getcurrenthour() //返回當前設定的小時
public integer getcurrentminute()//返回當前設定的分鐘
public boolean is24hourview() //判斷是否是24小時制
setcurrenthour(integer currenthour) //設定當前的小時數
setcurrentminute(integer currentminute) //設定當前的分鐘
setenabled(boolean enabled) //設定是否可用
setis24hourview(boolean is24hourview) //設定時間為24小時制
datepicker(日期控制項)
int getyear() //取得設定的年
int getmonth() //取得設定的月
int getdayofmonth() //取得設定的日
setenabled(boolean enabled) //設定是否可用
updatedate(int year, int monthofyear, int dayofmonth)//設定乙個指定的日期
spinner(下拉框)
public charsequence getprompt () //取得提示文字
public void setprompt (charsequence prompt)//設定元件的提示文字
public void setadapter (spinneradapter adapter)//設定下拉列表項
edittext屬性(輸入框)
android:selectallonfocus //在獲取焦點時,會全選文字內容
android:focusable //true表示獲取焦點 false表示不獲取焦點
android:enabled //true表示可編輯,false表示不可編輯
radiobutton(單選按鈕)
android:orietation="horizontal" //設定布局方式
android:checkedbutton="單選按鈕id" //設定預設選中的單選按鈕
ps:單選按鈕radiobutton,一般需要巢狀在radiogroup中達到單選的目的。
方法: getcheckedradiobuttonid();//獲得選中的按鈕的id
Android基本控制項與Activity
其中match parent 控制項大小與父布局一樣 wrap contents 控制項大小剛好包含所輸入內容大小,大小與其中的內容一致 例如 android ellipsize marquee 跑馬燈效果 android focusable true 讓控制項可獲取焦點 android focus...
獲取activity上所有指定型別的控制項
android獲取所有指定型別的子控制項,這樣就不需要逐個使用findviewbyid來獲取控制項,來達到控制狀態的目的了。獲取所有指定型別的子控制項 param t return private listgetallchildviews class t private listgetallchil...
常用控制項的縮寫
adrotator art button btn calendar cd checkbox chk checkboxlist chkl comparevalidator cpv customvalidator ctv datagrid dg datalist dl dropdownlist ddl ...