最終更新:2012-10-09 (火) 01:23:55 (4218d)  

android.widget.ToggleButton
Top / android.widget.ToggleButton

Displays checked/unchecked states as a button with a "light" indicator and by default accompanied with the text "ON" or "OFF".

http://developer.android.com/reference/android/widget/ToggleButton.html

親クラス

メソッド

  • ToggleButton.getTextOff?()
  • ToggleButton.getTextOn?()
  • ToggleButton.onInitializeAccessibilityEvent?(AccessibilityEvent? event)
  • ToggleButton.onInitializeAccessibilityNodeInfo?(AccessibilityNodeInfo? info)
  • ToggleButton.setBackgroundDrawable?(Drawable d)
  • ToggleButton.setChecked?(boolean checked)
  • ToggleButton.setTextOff?(CharSequence textOff)
  • ToggleButton.setTextOn?(CharSequence textOn)