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

<messageInput>要素は、対応するコンポーネントを自動的に選択し、属性をレンダリングします。

構文
<messageInput
    [ readOnly="boolean" ]
>
</messageInput>

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

  • 説明

    <messageInput>要素は、対応するコンポーネントを自動的に選択し、属性をレンダリングします。


    <bc4j:rootAppModuleScope name="EmpAppModule" >
     <contents>
      <bc4j:viewObjectScope name="AllDeptsVO" >
       <contents>
        <bc4j:region automatic="true" >
         <bc4j:attrStamp>
          <bc4j:messageInput readOnly="true" />
         </bc4j:attrStamp>
        </bc4j:region>
       </contents>
      </bc4j:viewObjectScope>
     </contents>
    </bc4j:rootAppModuleScope>

    属性

    説明
    readOnly この要素を、読取り専用としてレンダリングするかどうかを指定します。
    boolean