Android 7.0 중국어 API -- 스 피 너
Spinner
public class Spinner
extends AbsSpinner
implements DialogInterface.OnClickListener
java.lang.Object
↳
android.view.View
↳
android.view.ViewGroup
↳
android.widget.AdapterView
↳
android.widget.AbsSpinner
↳
android.widget.Spinner
A view that displays one child at a time and lets the user pick among them. The items in the Spinner come from the Adapter
associated with this view. 매번 값 에 하위 항목 을 표시 하 는 보기 로 사용자 가 선택 할 수 있 도록 합 니 다.Spinner 에 있 는 항목 들 은 이 보기 와 연 결 된 Adapter
에서 나 옵 니 다.
See the Spinners guide. Spinners 를 참고 하 세 요.
요약
XML 속성android:dropDownHorizontalOffset
드 롭 다운 메뉴 의 수평 오프셋 픽 셀 수 입 니 다. android:dropDownSelector
spinnerMode = "dropdown" 을 사용 하여 목록 선택 기 를 표시 합 니 다. android:dropDownVerticalOffset
드 롭 다운 메뉴 가 수직 으로 이동 하 는 픽 셀 수 입 니 다. android:dropDownWidth
spinnerMode = 'dropdown' 이 설 정 된 경우 드 롭 다운 단추 의 너비 입 니 다. android:gravity
현재 선택 한 항목 의 중력 값 설정 을 설정 합 니 다. android:popupBackground
배경 drawable, spinnerMode = "dropdown" 설정 에 사용 되 는 드 롭 다운 단추 입 니 다. android:prompt
spinner 대화 상자 에 표 시 된 알림 입 니 다. android:spinnerMode
spinner 옵션 의 디 스 플레이 모드 입 니 다.
XML 속성 계승
From class android.widget.AbsSpinner
From class android.view.ViewGroup
From class android.view.View
상수int
MODE_DIALOG
Use a dialog window for selecting spinner options. 하나의 대화 상자 창 을 사용 하여 Spinner 옵션 을 선택 하 십시오.int
MODE_DROPDOWN
Use a dropdown anchored to the Spinner for selecting spinner options. 스 피 너 옵션 을 선택 하려 면 드 롭 다운 단 추 를 누 르 십시오.
상속 상수
From class android.widget.AdapterView
From class android.view.ViewGroup
From class android.view.View
계승 필드
From class android.view.View
공공 구조 방법Spinner(Context context)
Constructs a new spinner with the given context 's theme. 지정 한 context 의 테마 로 새로운 Spinner 를 구성 합 니 다.Spinner(Context context, int mode)
Constructs a new spinner with the given context 's theme and the suppled mode of displaying choices. 지정 한 context 테마 와 지정 한 디 스 플레이 옵션 을 사용 한 모드 로 새로운 Spinner 를 만 듭 니 다.Spinner(Context context, AttributeSet attrs)
Constructs a new spinner with the given context 's theme and the suppled attribute set. 지정 한 context 테마 와 지정 한 속성 으로 새로운 Spinner 를 구성 합 니 다.Spinner(Context context, AttributeSet attrs, int defStyleAttr)
Constructs a new spinner with the given context 's theme, the supplied attribute set, and default style attribute. 지정 한 context 테 마 를 사용 하여 지정 한 속성 과 기본 스타일 속성 으로 새로운 Spinner 를 구성 합 니 다.Spinner(Context context, AttributeSet attrs, int defStyleAttr, int mode)
Constructs a new spinner with the given context 's theme, the supplied attribute set, and default style attribute. 지정 한 context 테 마 를 사용 하여 지정 한 속성 과 기본 스타일 속성 으로 새로운 Spinner 를 구성 합 니 다.Spinner(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes, int mode)
Constructs a new spinner with the given context 's theme, the supplied attribute set, and default styles. 지정 한 context 테 마 를 사용 하여 지정 한 속성 과 기본 스타일 로 새로운 Spinner 를 구성 합 니 다.Spinner(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes, int mode, Resources.Theme popupTheme)
Constructs a new spinner with the given context, the supplied attribute set, default styles, popup mode (one of MODE_DIALOG
or MODE_DROPDOWN
, and the theme against which the popup should be inflated. 지정 한 context 테마, 지정 한 속성, 기본 스타일, 팝 업 모드 MODE_DIALOG
또는 MODE_DROPDOWN
중 하 나 를 사용 하고 불 러 옵 니 다.(Inflate) 팝 업 창의 테마 가 새로운 Spinner 를 만 듭 니 다.
Public 방법
전체 내용 보기:http://www.zhdoc.net/android/reference/android/widget/Spinner.html
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
Bitrise에서 배포 어플리케이션 설정 테스트하기이 글은 Bitrise 광고 달력의 23일째 글입니다. 자체 또는 당사 등에서 Bitrise 구축 서비스를 사용합니다. 그나저나 며칠 전 Bitrise User Group Meetup #3에서 아래 슬라이드를 발표했...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.