コンポーネント・タグのbind属性へのバインドが可能な新規のマネージドBeanプロパティを作成する際に使用します。
public void setMyProperty(HtmlOutputLabel myProperty)
{
this.myProperty = myProperty;
}
public HtmlOutputLabel getMyProperty()
{
return myProperty;
}
JavaServer Facesの使用
Webページ編集ツール
JSFアプリケーションの作成
Copyright © 1997, 2009, Oracle. All rights reserved.