org.seasar.cubby.tags
クラス SelectTag

java.lang.Object
  上位を拡張 javax.servlet.jsp.tagext.SimpleTagSupport
      上位を拡張 org.seasar.cubby.tags.DynamicAttributesTagSupport
          上位を拡張 org.seasar.cubby.tags.SelectTag
すべての実装されたインタフェース:
DynamicAttributes, JspTag, SimpleTag

public class SelectTag
extends DynamicAttributesTagSupport


コンストラクタの概要
SelectTag()
           
 
メソッドの概要
 void doTag()
           
 String getEmptyOptionLabel()
           
 Object getItems()
           
 String getLabelProperty()
           
 String getValueProperty()
           
 boolean isEmptyOption()
           
 void setEmptyOption(boolean emptyOption)
           
 void setEmptyOptionLabel(String emptyOptionLabel)
           
 void setItems(Object items)
           
 void setLabelProperty(String labelProperty)
           
 void setValueProperty(String valueProperty)
           
 
クラス org.seasar.cubby.tags.DynamicAttributesTagSupport から継承されたメソッド
getDynamicAttribute, getPageContext, getRequest, setDynamicAttribute, toString
 
クラス javax.servlet.jsp.tagext.SimpleTagSupport から継承されたメソッド
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

SelectTag

public SelectTag()
メソッドの詳細

getItems

public Object getItems()

setItems

public void setItems(Object items)

getLabelProperty

public String getLabelProperty()

setLabelProperty

public void setLabelProperty(String labelProperty)

getValueProperty

public String getValueProperty()

setValueProperty

public void setValueProperty(String valueProperty)

isEmptyOption

public boolean isEmptyOption()

setEmptyOption

public void setEmptyOption(boolean emptyOption)

getEmptyOptionLabel

public String getEmptyOptionLabel()

setEmptyOptionLabel

public void setEmptyOptionLabel(String emptyOptionLabel)

doTag

public void doTag()
           throws JspException,
                  IOException
定義:
インタフェース SimpleTag 内の doTag
オーバーライド:
クラス SimpleTagSupport 内の doTag
例外:
JspException
IOException


Copyright ツゥ 2006-2007 The Seasar Foundation and the others. All rights reserved.. All Rights Reserved.