| 意味 | 例文 |
listboxを含む例文一覧と使い方
該当件数 : 72件
16.2.2.3 Hierarchical ListBox例文帳に追加
16.2.2.3 ハイアラキカルリストボックス - Python
This driver will only generated the listbox element and content. 例文帳に追加
このドライバは、listbox 要素とその内容のみを処理します。 - PEAR
Initializing the Listbox Properties 例文帳に追加
リストボックスのプロパティーの初期化 - NetBeans
Binding the Properties to the Listbox 例文帳に追加
リストボックスへのプロパティーのバインド - NetBeans
Defining and Preserving Listbox Properties 例文帳に追加
リストボックスのプロパティーの定義と維持 - NetBeans
Designing and Preserving Listbox Properties 例文帳に追加
リストボックスのプロパティーの設計と維持 - NetBeans
Internet Explorer 7 AddRemove Listbox Headers 例文帳に追加
Internet Explorer 7 の追加・削除リストボックスのヘッダー - NetBeans
Binding Properties to the Listbox Component 例文帳に追加
リストボックスコンポーネントへのプロパティーのバインド - NetBeans
Displaying the Selected Listbox Items 例文帳に追加
リストボックスで選択された項目の表示 - NetBeans
Figure 10: Listbox Properties in the Properties Window 例文帳に追加
図 10: 「プロパティー」ウィンドウのリストボックスのプロパティー - NetBeans
Try It. A Listbox component is similar to a Drop Down List component.Try replacing the Drop Down List component with a Listbox component. 例文帳に追加
「ドロップダウンリスト」コンポーネントを「リストボックス」コンポーネントに置き換えてみてください。 - NetBeans
Figure 4: Listbox Application Running in Browser 例文帳に追加
図 4:ブラウザで実行中のリストボックスアプリケーション - NetBeans
DropDown and ListBox components are automatically resized to the size of the longest item by the browser. 例文帳に追加
DropDown コンポーネントと ListBox コンポーネントは、ブラウザによって、最長の項目に合わせて自動的にサイズが調整されます。 - NetBeans
The following figure shows the properties for a Listbox component. 例文帳に追加
リストボックスコンポーネントのプロパティーを次の図に示します。 - NetBeans
Description: Due to a change in Woodstock components, resize handles have been removed from the following Woodstock components: TextField, TextArea,PasswordField, DropDown and ListBox. 例文帳に追加
説明: Woodstock コンポーネントが変更され、TextField、TextArea、PasswordField、DropDown、および ListBox の各 Woodstock コンポーネントからサイズ変更のハンドルが削除されました。 - NetBeans
You also populate the listOptions property with an initial set of items for the listbox.例文帳に追加
また、「listOptions」プロパティーに、リストボックスの初期項目を設定します。 - NetBeans
Drag a Text Area component onto the page and drop it under the listbox, and then make the component as wide as the listbox. 例文帳に追加
「テキスト領域」コンポーネントをページ上にドラッグし、リストボックスの下にドロップします。 次に、コンポーネントの幅をリストボックスと同じ幅にします。 - NetBeans
Right-click the Listbox component and choose Add Binding Attribute. 例文帳に追加
「リストボックス」コンポーネントを右クリックし、「バインド属性を追加」を選択します。 - NetBeans
In the Visual Designer, right-click the Listbox component and choose Configure Ajax Transactions. 例文帳に追加
ビジュアルデザイナで「リストボックス」コンポーネントを右クリックし、「Configure Ajax Transactions」を選択します。 - NetBeans
The tables in the consult database appear in the Available Tables listbox. 例文帳に追加
consult データベース内の表が「使用可能な表」リストボックスに表示されます。 - NetBeans
A value of True enables the user to select multiple items in the Listbox. 例文帳に追加
値を True にすると、ユーザーがリストボックス内の項目を複数選択できます。 - NetBeans
You also populate the listOptions property with an initial set of items for the Listbox component. 例文帳に追加
また「listOptions」プロパティーに、リストボックスコンポーネントの初期の項目セットを入れます。 - NetBeans
You may have noticed that the standard completion listbox is divided into two parts separated by a black line.例文帳に追加
標準の補完リストボックスは黒い線で 2 つに区切られています。 - NetBeans
In the Visual Designer, right-click the Listbox component and choose Bind to Data. 例文帳に追加
ビジュアルデザイナで「リストボックス」コンポーネントを右クリックし、「データにバインド」を選択します。 - NetBeans
Double-click the Listbox component and replace the existing code with the following code. 例文帳に追加
「リストボックス」コンポーネントをダブルクリックし、既存のコードを次のコードに置き換えます。 - NetBeans
In this section, you add two properties to SessionBean1 to store the listbox data. 例文帳に追加
ここでは、リストボックスデータを格納するために 2 つのプロパティーを SessionBean1 に追加します。 - NetBeans
Right-click the Listbox component and choose Bind to Data from the pop-up menu. 例文帳に追加
「リストボックス」コンポーネントを右クリックし、ポップアップメニューから「データにバインド」を選択します。 - NetBeans
The second parameter (for example, My Choice 1) is the text displayed in the listbox. 例文帳に追加
2 番目のパラメータ (ここでは「選択項目 1」) は、リストボックスに表示されるテキストです。 - NetBeans
In the Properties window for the Listbox, click the ellipsis (...) button for the selected property. 例文帳に追加
リストボックスの「プロパティー」ウィンドウで、「selected」プロパティーの省略符号ボタン (...) をクリックします。 - NetBeans
The text area will be used to display the items that are selected in the listbox. 例文帳に追加
このテキスト領域には、リストボックス内で選択された項目を表示します。 - NetBeans
Create a page, make it the start page, and drop a Listbox component onto the page. 例文帳に追加
ページを作成し、それを開始ページに設定して、「リストボックス」コンポーネントをドロップします。 - NetBeans
Drop Down and List Box have been enhanced to include a new width property. 例文帳に追加
DropDown コンポーネントと ListBox コンポーネントが拡張され、新しい width プロパティーを含むようになりました。 - NetBeans
In this final section, you create buttons that add and remove items from the listbox.例文帳に追加
最後の節では、リストボックスの項目を追加および削除するボタンを追加します。 - NetBeans
Run the application to see how the listbox is filled with data from the table. 例文帳に追加
アプリケーションを実行して、表のデータがリストボックスに表示されていることを確認します。 - NetBeans
Select the Listbox component, and in the Properties window, add the following parameter to the onChange property. 例文帳に追加
「リストボックス」コンポーネントを選択し、「プロパティー」ウィンドウで次のパラメータを onChange プロパティーに追加します。 - NetBeans
From the Basic section of the Palette, drag a Listbox component to the upper left corner of the page. 例文帳に追加
パレットの「基本」セクションから、「リストボックス」コンポーネントをページの左上隅までドラッグします。 - NetBeans
This value is captured in the value property of the Listbox component when you select an item. 例文帳に追加
この値は、項目が選択されたときにリストボックスコンポーネントの「value」プロパティーに取得されます。 - NetBeans
In the Visual Designer, right click on Listbox component and select Edit Event Handler processValueChange. 例文帳に追加
ビジュアルデザイナで「リストボックス」コンポーネントを右クリックし、「イベントハンドラを編集」「processValueChange」を選択します。 - NetBeans
In this final section, you create buttons that will add and remove items from the listbox. 例文帳に追加
この最後の節では、リストボックスの項目を追加および削除するボタンを作成します。 - NetBeans
A value of True enables the user to select multiple items in the listbox.例文帳に追加
True に設定すると、ユーザーはリストボックスで複数の項目を選択できるようになります。 - NetBeans
Drag a Button component from the Palette and drop it on the page to the right of the listbox. 例文帳に追加
「パレット」から「ボタン」コンポーネントをドラッグし、リストボックスの右側のページ上にドロップします。 - NetBeans
If a name matching those letters is found in the database, the name is listed 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, 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
| 意味 | 例文 |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| Copyright © 2001 - 2008 by the PEAR Documentation Group. This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/ ). |
| Copyright 2001-2004 Python Software Foundation.All rights reserved. Copyright 2000 BeOpen.com.All rights reserved. Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved. Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved. |
| © 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会員(無料)になると
|