コンポーネント・タグのbind属性へのバインドが可能な新規のマネージドBeanプロパティを作成する際に使用します。
public void setMyProperty(HtmlOutputLabel myProperty)
{
this.myProperty = myProperty;
}
public HtmlOutputLabel getMyProperty()
{
return myProperty;
}
マネージドBeanについて
属性のバインドを使用したプログラムによるコンポーネントの制御
Copyright © 1997, 2006, Oracle. All rights reserved.