Expand the Validators section of the Palette.
「パレット」の「バリデータ」セクションを展開します。 - NetBeans
In the Palette, expand the Validators section.
「パレット」で「バリデータ」セクションを展開します。 - NetBeans
In this tutorial you learn about JSF 1.2 (Woodstock) Converters and Validators.
このチュートリアルでは、JSF 1.2 (Woodstock) のコンバータとバリデータについて学びます。 - NetBeans
Other validators include the Length Validator and the Long Range Validator.
その他のバリデータには、長さバリデータおよび Long 範囲バリデータが含まれています。 - NetBeans
As a result, none of the converters or validators on the page reject the submission. その結果、ページ上のコンバータやバリデータによって送信が拒否されません。 - NetBeans
This prevents the converters and validators on fields outside the table from rejecting the submission. そして、表の外のフィールドに対するコンバータやバリデータによって送信が拒否されません。 - NetBeans
The configuration to use for parsing and channel registry (needed for channel-specific validators).
パース作業およびチャネルレジストリに使用する設定(チャネル固有の検証のために必要です)。 - PEAR
Validators are used to verify that user input falls within specified ranges.
バリデータは、ユーザーの入力が指定された範囲内にあるかどうかを確認するために使用されます。 - NetBeans
Use validators to ensure that entered values are within a specified range and format.
バリデータを使用して、入力した値が指定した範囲内および書式であることを確認しました。 - NetBeans
As a result, the converters and validators on fields in the Add Movie section do not reject the submission. その結果、「Add Movie」セクション内のフィールドに対するコンバータとバリデータによって送信が拒否されません。 - NetBeans
As a result, the converters and validators on fields within the table do not reject the submission. その結果、表の中のフィールドに対するコンバータやバリデータによって送信が拒否されません。 - NetBeans
Tools for validating input include the required property, validators, and validation event handling.
入力の妥当性検査には、「required」プロパティー、バリデータ、および妥当性検査イベント処理を使用できます。 - NetBeans
As a result, converters and validators associated with those other inputs do not reject the submission.
その結果、ほかの入力に関連付けられているコンバータやバリデータによって送信が拒否されません。 - NetBeans
This section shows how to customize messages for the Length, Double Range, and Long Range validators in JSF 1.1 / J2EE 1.4.
この節では、JSF 1.1 または J2EE 1.4 で長さバリデータ、Double 範囲バリデータ、および Long 範囲バリデータのメッセージをカスタマイズする方法を説明します。 - NetBeans
If the standard validators do not perform the validation checking you need, you can easily add your own validation handler.
標準のバリデータが必要な妥当性検査チェックを実行しない場合、独自の妥当性検査ハンドラを簡単に追加できます。 - NetBeans
The IDE provides a set of components for validating user input; you access them from the Validators section of the Components Palette.
IDE にはユーザーの入力を検査する一連のコンポーネントが用意されています。 「コンポーネントパレット」の「バリデータ」セクションから、それらにアクセスできます。 - NetBeans
For example, after you add a Text Field component to a page in the Visual Designer, you can drag a Length Validator from the Validators section in the Palette and drop it on the Text Field.
たとえば、ビジュアルデザイナでページに「テキストフィールド」コンポーネントを追加したあと、「パレット」の「バリデータ」セクションから「長さバリデータ」をドラッグし、テキストフィールドの上にドロップします。 - NetBeans