1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

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

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

セーフサーチについて

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

該当件数 : 72



例文

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

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

For example, you use the Listbox component's rows property to specify the length of the rendered listbox, and you use the multiple property to specify whether the page visitor can select more than one item in the list. 例文帳に追加

たとえば、「リストボックス」コンポーネントの「rows」プロパティーを使用して、リストボックスの長さを指定し、「multiple」プロパティーを使用して、ページの訪問者がリストから複数の項目を選択できるかどうかを指定します。 - NetBeans

Internet Explorer 7 AddRemove Listbox Headers Description: Headers for adding and removing listboxes did not extend to edge of their associated listboxes. 例文帳に追加

「プロジェクト」ウィンドウで、MoviesClassLibrary プロジェクトノードを右クリックし、コンテキストメニューから「プロジェクトを構築」を選択します。 - NetBeans

Drag and drop a Listbox component from the Woodstock Basic section of the Palette to below the Text Field component. 例文帳に追加

「パレット」の「Woodstock 基本」セクションから「リストボックス」コンポーネントをドラッグし、「テキストフィールド」コンポーネントの下にドロップします。 - NetBeans

例文

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

「ラジオボタングループ」、「チェックボックスグループ」、「ドロップダウンリスト」、「リストボックス」、および「追加・削除リスト」の各コンポーネントは、よく似ています。 - 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 the running application, select one or more items in the listbox and click the Submit button.例文帳に追加

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

Description: Due to a change in Woodstock components, resize handles have been removed from the following Woodstock components: TextField, Text Area,Password Field, Drop Down and List Box. 例文帳に追加

説明: Woodstock コンポーネントの変更により、TextField、TextArea、PasswordField、DropDown、および ListBox の各 Woodstock コンポーネントからサイズ変更のハンドルが削除されました。 - 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

例文

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

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

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

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

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

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

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

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

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

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 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

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




  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS