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

<inlineMessage>要素は、BC4Jデータ・プロバイダへの単純化したデータ・バインディングを使用して、UIXのinlineMessageコンポーネントへのインタフェースを定義します。

構文
<inlineMessage
    [ attrName="string" ]
>
</inlineMessage>

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

  • 説明

    <inlineMessage>要素は、BC4Jデータ・プロバイダへの単純化したデータ・バインディングを使用して、UIXのinlineMessageコンポーネントへのインタフェースを定義します。 このBeanのプロンプトのデフォルト値は、(現在のattrScopeの)現在の属性の名前になります。required属性のデフォルト値は、この属性が必須かどうかによって異なります。


        <bc4j:rootAppModuleScope name="EmpAppModule" >
         <contents>
          <bc4j:viewObjectScope name="AllEmpsVO" >
           <contents>
            <bc4j:inlineMessage prompt="Edit Attribute"
                                   attrName="Empno">
             <contents>
              <textInput name="attrName">
               <boundAttribute name="text">
                <bc4j:attrDefProperty name="name" />
               </boundAttribute>
              </textInput>
              <textInput name="attrValue">
               <boundAttribute name="text">
                <bc4j:attrProperty name="value" />
               </boundAttribute>
              </textInput>
             </contents>
            </inlineMessage>
           </contents>
          </bc4j:viewObjectScope>
         </contents>
        </bc4j:rootAppModuleScope>

    属性

    説明
    attrName attrName属性は、アクセスする属性情報を識別します。 この値を省略した場合、現在のattrScopeが使用されます。
    string