ControlTemplate クラス

定義

の抽象入力テンプレート Control

[Android.Runtime.Register("android/service/controls/templates/ControlTemplate", ApiSince=30, DoNotGenerateAcw=true)]
public abstract class ControlTemplate : Java.Lang.Object
[<Android.Runtime.Register("android/service/controls/templates/ControlTemplate", ApiSince=30, DoNotGenerateAcw=true)>]
type ControlTemplate = class
    inherit Object
継承
ControlTemplate
派生
属性

注釈

の抽象入力テンプレート Control

特定の に対してユーザーに表示されるレイアウトを Control指定します。

の一部の Control インスタンスは、(ユーザーの操作を介して) アクションを開始して、関連付けられている状態を変更できます。 特定 Control の に使用できるアクションは、その ControlTemplateによって決まります。

の Java ドキュメント android.service.controls.templates.ControlTemplate

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

コンストラクター

ControlTemplate(IntPtr, JniHandleOwnership)

の抽象入力テンプレート Control

フィールド

TypeError
古い.

によって #getErrorTemplate()返されるテンプレートの型識別子。

TypeNoTemplate
古い.

ControlTemplate#getNoTemplateObject型識別子。

TypeRange
古い.

RangeTemplate型識別子。

TypeStateless
古い.

StatelessTemplate型識別子。

TypeTemperature
古い.

TemperatureControlTemplate型識別子。

TypeThumbnail
古い.

ThumbnailTemplate型識別子。

TypeToggle
古い.

ToggleTemplate型識別子。

TypeToggleRange
古い.

ToggleRangeTemplate型識別子。

プロパティ

Class

この Objectのランタイム クラスを返します。

(継承元 Object)
ErrorTemplate

の抽象入力テンプレート Control

Handle

基になる Android インスタンスへのハンドル。

(継承元 Object)
JniIdentityHashCode

の抽象入力テンプレート Control

(継承元 Object)
JniPeerMembers

の抽象入力テンプレート Control

NoTemplateObject

直接ユーザー入力をサポートしないシングルトン ControlTemplateを取得します。

PeerReference

の抽象入力テンプレート Control

(継承元 Object)
TemplateId

の抽象入力テンプレート Control

TemplateType

の抽象入力テンプレート Control

ThresholdClass

の抽象入力テンプレート Control

ThresholdType

の抽象入力テンプレート Control

メソッド

Clone()

このオブジェクトのコピーを作成して返します。

(継承元 Object)
Dispose()

の抽象入力テンプレート Control

(継承元 Object)
Dispose(Boolean)

の抽象入力テンプレート Control

(継承元 Object)
Equals(Object)

他のオブジェクトがこのオブジェクトと "等しい" かどうかを示します。

(継承元 Object)
GetHashCode()

オブジェクトのハッシュ コード値を返します。

(継承元 Object)
JavaFinalize()

ガベージ コレクションがオブジェクトへの参照がなくなったと判断したときに、オブジェクトのガベージ コレクターによって呼び出されます。

(継承元 Object)
Notify()

このオブジェクトのモニターで待機している 1 つのスレッドをウェイクアップします。

(継承元 Object)
NotifyAll()

このオブジェクトのモニターで待機しているすべてのスレッドをウェイクアップします。

(継承元 Object)
SetHandle(IntPtr, JniHandleOwnership)

Handle プロパティを設定します。

(継承元 Object)
ToArray<T>()

の抽象入力テンプレート Control

(継承元 Object)
ToString()

オブジェクトの文字列形式を返します。

(継承元 Object)
UnregisterFromRuntime()

の抽象入力テンプレート Control

(継承元 Object)
Wait()

現在のスレッドが起動するまで待機します。通常<>は、通知</em> または <em>割り込み</em によって待機します>。

(継承元 Object)
Wait(Int64)

現在のスレッドが起動するまで待機します。通常<>は、通知</em> または>< em 割り込み</em>、または一定のリアルタイムが経過するまで待機します。

(継承元 Object)
Wait(Int64, Int32)

現在のスレッドが起動するまで待機します。通常<>は、通知</em> または>< em 割り込み</em>、または一定のリアルタイムが経過するまで待機します。

(継承元 Object)

明示的なインターフェイスの実装

IJavaPeerable.Disposed()

の抽象入力テンプレート Control

(継承元 Object)
IJavaPeerable.DisposeUnlessReferenced()

の抽象入力テンプレート Control

(継承元 Object)
IJavaPeerable.Finalized()

の抽象入力テンプレート Control

(継承元 Object)
IJavaPeerable.JniManagedPeerState

の抽象入力テンプレート Control

(継承元 Object)
IJavaPeerable.SetJniIdentityHashCode(Int32)

の抽象入力テンプレート Control

(継承元 Object)
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates)

の抽象入力テンプレート Control

(継承元 Object)
IJavaPeerable.SetPeerReference(JniObjectReference)

の抽象入力テンプレート Control

(継承元 Object)

拡張メソッド

JavaCast<TResult>(IJavaObject)

Android ランタイムチェック型変換を実行します。

JavaCast<TResult>(IJavaObject)

の抽象入力テンプレート Control

GetJniTypeName(IJavaPeerable)

の抽象入力テンプレート Control

適用対象