<format>要素
ネームスペース: http://xmlns.oracle.com/uix/ui
派生元: <ui:boundValue>要素
グループ: UIX Components
要素の型: BoundValue

<format>要素は、書式設定されていない値にフォーマッタを適用してから、書式設定された結果を評価します。

構文
<format>
     <!-- The following child can be anything derived from the given element -->
   <boundValue></boundValue>
</format>

注意:
  • この要素は派生元要素のすべての属性と子要素を持つことができます。

  • 説明

    <format>要素は、書式設定されていない値にフォーマッタを適用してから、書式設定された結果を評価します。 最初の子要素は、書式設定される値のバインド値で、2番目の子要素は、フォーマッタのバインド値です。


    <styledText styleClass="OraInstructionText">
      <boundAttribute name="text">
        <format>
          <fixed text="STRINGS CAN BE CHANGED TO ALL LOWER CASE FOR EXAMPLE"/>
          <dataObject select="formatter" source="format"/>
        </format>
      </boundAttribute>
    </styledText>

    子要素

    説明 必須 組込み可能な数
    <(その他の要素)>
    boundValueを表す2つの子要素。
    はい 2