| 例文 |
prerenderを含む例文一覧と使い方
該当件数 : 36件
Add the following code to the prerender method. 例文帳に追加
prerender メソッドに次のコードを追加します。 - NetBeans
Scroll in the Java source to the prerender method, or, if you prefer, type Ctrl-F and search for prerender. 例文帳に追加
Java ソースを prerender メソッドまでスクロールするか、Ctrl-F キーを押して prerender を検索します。 - NetBeans
Click in the Navigator window and type prerender. 例文帳に追加
「ナビゲータ」ウィンドウをクリックし、「prerender」と入力します。 - NetBeans
Open Page1 in the Java Editor and scroll to the prerender method. 例文帳に追加
Java エディタで Page1 を開き、 prerender メソッドまでスクロールします。 - NetBeans
Scroll to the prerender method and add the following code: 例文帳に追加
prerender メソッドまでスクロールし、次のコードを追加します。 - NetBeans
In the prerender method, add the following code shown in bold. 例文帳に追加
prerender メソッドに、次のコード (太字部分) を追加します。 - NetBeans
Scroll in the Java source to the prerender method, or, if you prefer, type Ctrl-F to open the Find dialog box and search for prerender. 例文帳に追加
Java ソースで prerender() メソッドまでスクロールします。 または、Ctrl-F キーを押して「検索」ダイアログを開き、prerender を検索します。 - NetBeans
Open the Trip page in the Java Editor and scroll to the prerender method. 例文帳に追加
Java エディタで「Trip」ページを開き、 prerender メソッドまでスクロールします。 - NetBeans
Add the following code shown in bold to the prerender method: 例文帳に追加
prerender メソッドに、次のボールドで示されるコードを追加します。 - NetBeans
Replace the body of the prerender method with the following code shown in bold: 例文帳に追加
prerender メソッドの本体を次のコード ( 太字 部分) に置き換えます。 - NetBeans
Code in the prerender method is invoked before a web browser starts to display the page. 例文帳に追加
prerender メソッドのコードは、Web ブラウザにページが表示される前に呼び出されます。 - NetBeans
Try It. You might wonder whether the duplicate code in the prerender and personIdDD_processValueChangemethods causes a double refreshing of the detail rowset.例文帳に追加
試してみましょう。 - NetBeans
Add the code shown below in bold to the prerender method and run the application again. 例文帳に追加
次のコード (太字部分) を prerender メソッドに追加し、アプリケーションを再度実行します。 - NetBeans
After the value change event handlers are called, the application calls the prerender method.例文帳に追加
値変更イベントハンドラが呼び出されたあとで、アプリケーションによって prerender メソッドが呼び出されます。 - NetBeans
Because the dropdown now has a selected value, the application skips over the if section in the prerender method.例文帳に追加
ドロップダウンリストで値が選択されているので、アプリケーションでは、prerender メソッドの if セクションが省略されます。 - NetBeans
In the Navigator window, double-click the prerender method to open it in the Java editor, and then add the following code shown in bold. 例文帳に追加
「ナビゲータ」ウィンドウで、prerender メソッドをダブルクリックして Java エディタで開き、次の太字のコードを追加します。 - NetBeans
In the Outline window, double-click the prerender method to open it in the Java editor, and then add the following code shown in bold. 例文帳に追加
「アウトライン」ウィンドウで、prerender メソッドをダブルクリックして Java エディタで開き、次の太字のコードを追加します。 - NetBeans
When the browser first requests the page, the application creates an instance of Page1 and calls prerender.例文帳に追加
ブラウザで最初にページが要求されるとき、アプリケーションによって Page1 のインスタンスが作成され、prerender が呼び出されます。 - NetBeans
The code in the prerender method is invoked before a web browser starts to display the page.Adding the code to the prerender method causes the page to display the information for the first person in the drop-down list when the user first visits the page.例文帳に追加
prerender メソッドにコードを追加することで、ユーザーがページを最初に訪問したとき、ドロップダウンリストの最初の人物の情報がページに表示されます。 - NetBeans
When the browser first requests the page, the application creates an instance of Page1 and calls the prerender method.例文帳に追加
ブラウザで最初にページが要求されるとき、アプリケーションによって Page1 のインスタンスが作成され、prerender メソッドが呼び出されます。 - NetBeans
Even if the page's prerender method has a staticText1.setText("sun") statement, the Static Text component shows "moon" when the application renders the page. 例文帳に追加
ページの prerender メソッドに staticText1.setText(太陽) 文があっても、アプリケーションでページが表示されるときに「静的テキスト」コンポーネントには「月」と表示されます。 - NetBeans
You set properties on components and added prerender and event code to insert, update, and delete data from the database and revert changes entered on the form. 例文帳に追加
コンポーネントのプロパティーを設定し、prerender と、データベース内のデータを挿入、更新、削除し、フォームに入力された変更内容を元に戻すイベントのコードを追加しました。 - NetBeans
Add code to the Page Bean's prerender method to call the detail RowSet object's setObject method to set the query parameters to some default, such as the first person in a drop-down list.例文帳に追加
ページ Bean の prerender メソッドに、詳細データの行セットオブジェクトの setObject メソッドを呼び出して、クエリーのパラメータをデフォルト値 (ドロップダウンリストの最初の名前) に設定するコードを追加します。 - NetBeans
Some common places to call the setter method are in the preprocess, prerender, value change, and action methods. 例文帳に追加
設定メソッドは、一般に前処理、事前描画、値変更、およびアクションの各メソッドで呼び出します。 - 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会員(無料)になると
|