메시지 구성요소: 태그 정의

Business Process Choreographer 탐색기 메시지 구성요소는 JSF(JavaServer Faces) 응용프로그램에 commonj.sdo.DataObject 오브젝트 및 프리미티브 유형(예: 정수 및 문자열)을 표현합니다.

Message 구성요서는 JSF 구성요소 태그로 구성: bpe:form.

구성요소 클래스

com.ibm.bpe.jsf.component.MessageComponent

예제 구문

<bpe:form model="#{TaskInstanceDetailsBean.inputMessageWrapper}"
          simplification="true" readOnly="true"
          styleClass4table="messageData"
          styleClass4output="messageDataOutput">
</bpe:form>

태그 속성

표 1. bpe:form 속성
속성 필수 설명
모델 yes commonj.sdo.DataObject 오브젝트 또는 com.ibm.bpc.clientcore.MessageWrapper 오브젝트를 참조하는 값 바인딩 표현식.
simplification no 이 속성을 true로 설정하면 0 또는 1의 카디낼리티가 있는 등록 정보가 표시됩니다. 기본적으로 이 속성은 false로 설정됩니다.
readOnly no 이 속성을 true로 설정하면 읽기 전용 양식이 표현됩니다. 기본적으로 이 속성은 false로 설정됩니다.
style4validinput no 유효한 입력을 표현하기 위한 캐스케이딩 스타일시트(CSS) 스타일.
style4invalidinput no 유효하지 않은 입력을 표현하기 위한 CSS 스타일.
styleClass4validInput no 유효한 입력을 표현하기 위한 CSS 클래스 이름.
styleClass4invalidInput no 유효하지 않은 입력을 표현하기 위한 CSS 클래스 이름.
styleClass4output no 출력 요소를 표현하기 위한 CSS 스타일 클래스 이름.
styleClass4table no 메시지 구성요소가 표현하는 테이블을 표현하기 위한 CSS 테이블 스타일의 클래스 이름.
buttonStyleClass no 배열 또는 목록에서 작동하는 단추의 CSS 스타일.

Terms of use |

Last updated: Mon Mar 20 08:51:56 2006

(c) Copyright IBM Corporation 2005, 2006.
This information center is powered by Eclipse technology (http://www.eclipse.org)