1016万例文収録!

「Listbox」に関連した英語例文の一覧と使い方(2ページ目) - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

Listboxを含む例文一覧と使い方

該当件数 : 75



例文

Select the Listbox component, and in the Properties window, add the following parameter to the onChange property. 例文帳に追加

「リストボックス」コンポーネントを選択し、「プロパティー」ウィンドウで次のパラメータを onChange プロパティーに追加します。 - NetBeans

In this tutorial, you use the NetBeans Visual Web JSF framework to create an application that uses a JSF 1.2 (Woodstock) multi-select listbox. 例文帳に追加

このチュートリアルでは、NetBeans Visual Web JSF フレームワークを使用して JSF 1.2 (Woodstock) の複数選択リストボックスを使用するアプリケーションを作成します。 - NetBeans

When you choose one or more items from the listbox, the application shows the selected items in a text area using Ajax functionality. 例文帳に追加

リストボックスから 1 つまたは複数の項目を選択すると、選択した項目が、Ajax 機能を使用するテキスト領域に表示されます。 - NetBeans

In addition to the Listbox component, these concepts apply to the following components: Drop Down List, Checkbox Group, and Radio Button Group. 例文帳に追加

これらの概念は、リストボックスコンポーネントのほかにドロップダウンリスト、チェックボックスグループ、およびラジオボタングループにも適用できます。 - NetBeans

例文

From the Basic section of the Palette, drag a Listbox component to the upper left corner of the page. 例文帳に追加

パレットの「基本」セクションから、「リストボックス」コンポーネントをページの左上隅までドラッグします。 - NetBeans


例文

Place this component under the Listbox.The text area will be used to display the items that are selected in the listbox. 例文帳に追加

このコンポーネントはリストボックスの下に置きます。 テキスト領域は、リストボックスで選択された項目を表示するために使用します。 - NetBeans

Right-click the Listbox component, and then choose Bind to Data.The Bind to Data dialog box opens. 例文帳に追加

「リストボックス」コンポーネントを右クリックし、「データにバインド」を選択します。 「データにバインド」ダイアログが開きます。 - NetBeans

In the Visual Designer, right click on Listbox component and select Edit Event Handler processValueChange. 例文帳に追加

ビジュアルデザイナで「リストボックス」コンポーネントを右クリックし、「イベントハンドラを編集」「processValueChange」を選択します。 - NetBeans

In the Visual Designer, in the properties window for the Listbox, click the ellipsis(...) button for the onChange property. 例文帳に追加

ビジュアルデザイナで、リストボックスの「プロパティー」ウィンドウで「onChange」プロパティーの省略符号 (...) ボタンをクリックします。 - NetBeans

例文

For example, a Text Field component holds text, and a Listbox component holds the selected values. 例文帳に追加

たとえば、「テキストフィールド」コンポーネントはテキストを保持し、「リストボックス」コンポーネントは選択された値を保持します。 - NetBeans

例文

The Radio Button Group, Checkbox Group, Drop Down List, Listbox, and Add Remove List components are very similar. 例文帳に追加

「ラジオボタングループ」、「チェックボックスグループ」、「ドロップダウンリスト」、「リストボックス」、および「追加・削除リスト」の各コンポーネントは、よく似ています。 - NetBeans

In this tutorial, you use NetBeans Visual Web Pack 5.5 to create an application that uses a Listbox component that supports multiple selection. 例文帳に追加

このチュートリアルでは、NetBeans Visual Web Pack 5.5 を使用して、複数選択をサポートする「リストボックス」コンポーネントを使用したアプリケーションを作成します。 - NetBeans

When you choose one or more items from the listbox and click the Submit button, the application shows the selected items in a text area.例文帳に追加

リストボックスから 1 つまたは複数の項目を選択し、「送信」ボタンをクリックすると、選択した項目がテキスト領域に表示されます。 - NetBeans

This application needs to preserve listbox information throughout the user's session. 例文帳に追加

このアプリケーションでは、ユーザーのセッション全体にわたって、リストボックス情報を保存する必要があります。 - NetBeans

You use this dialog box to add the import statement for the Option class, which represents a single item in the listbox. 例文帳に追加

このダイアログを使用して、リストボックス内の単一の項目を表す Option クラスのインポート文を追加します。 - NetBeans

In Page1 in the Visual Designer, right-click the Listbox component and choose Bind to Data.The Bind to Data dialog box opens. 例文帳に追加

ビジュアルデザイナーの Page1 で、「リストボックス」コンポーネントを右クリックし、「データにバインド」を選択します。 「データにバインド」ダイアログが表示されます。 - NetBeans

In the running application, select one or more items in the listbox and click the Submit button.例文帳に追加

実行中のアプリケーションで、リストボックスから 1 つまたは複数の項目を選択し、「送信」ボタンをクリックします。 - NetBeans

In this application,the Listbox component's multiple property must not be checked, because only one item can be selected at a time.例文帳に追加

このアプリケーションでは、「リストボックス」コンポーネントの「multiple」プロパティーを有効にしてはいけません。 一度に選択できる項目の数が 1 つに限られているためです。 - NetBeans

In this section, you create a new Ajax transaction, then configure the Text Field component component to re-render the input returned by the Listbox component. 例文帳に追加

この節では、新しい Ajax トランザクションを作成したあと、リストボックスコンポーネントによって返される入力が再表示されるようにテキストフィールドコンポーネントを構成します。 - NetBeans

Set the Listbox's multiple property to True by selecting the checkbox in the Properties window.The multiple property is under the Data section of the Properties window. 例文帳に追加

「プロパティー」ウィンドウでチェックボックスを選択して、リストボックスの「multiple」プロパティーを True に設定します。 「multiple」プロパティーは、「プロパティー」ウィンドウの「データ」セクションの下にあります。 - NetBeans

To enable the application to preserve the listbox items across requests, you must save the items in a bean property, which is in Session scope 例文帳に追加

アプリケーションでリストボックスの項目を要求間で維持できるようにするには、項目を、セッションスコープにある Bean プロパティーに保存する必要があります。 - NetBeans

In the running application, select one or more items in the Listbox and the selected items appear in the text area without refreshing the page. 例文帳に追加

実行中のアプリケーションで、リストボックスで 1 つまたは複数の項目を選択すると、ページを再表示せずに、選択した項目がテキスト領域に表示されます。 - NetBeans

In this tutorial, you used the NetBeans Visual Web JSF framework to create an application that uses a multi-select listbox and a text area using Ajax functionality. 例文帳に追加

このチュートリアルでは、NetBeans Visual Web JSF フレームワークを使用して、複数選択のリストボックスと、Ajax 機能を使用するテキスト領域を使用するアプリケーションを作成しました。 - NetBeans

For example, you call the setText method to set a Text Field component's value, and you call the setSelected method to set a Listbox component's values. 例文帳に追加

たとえば、「テキストフィールド」コンポーネントの値を設定するには setText メソッドを呼び出し、「リストボックス」コンポーネントの値を設定するには setSelected メソッドを呼び出します。 - NetBeans

例文

In addition to the Listbox component,these concepts apply to the following components: Drop Down List, Checkbox Group,and Radio Button Group. 例文帳に追加

これらの概念は、「リストボックス」コンポーネントのほかに、「ドロップダウンリスト」、「チェックボックスグループ」、および「ラジオボタングループ」コンポーネントにも適用されます。 - NetBeans

索引トップ用語の索引



  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
© 2010, Oracle Corporation and/or its affiliates.
Oracle and Java are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2024 GRAS Group, Inc.RSS