org.seasar.tuigwaa.view
クラス FormElement

java.lang.Object
  拡張org.seasar.tuigwaa.view.FormElement

public class FormElement
extends Object


コンストラクタの概要
FormElement(String attrName, String name, String label, String element, boolean required, String description)
           
 
メソッドの概要
 String getAttrName()
           
 String getDescription()
           
 String getElement()
           
 String getLabel()
           
 String getName()
           
 boolean isRequired()
           
 void setAttrName(String attrName)
           
 void setDescription(String description)
           
 void setElement(String element)
           
 void setLabel(String label)
           
 void setName(String name)
           
 void setRequired(boolean required)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

FormElement

public FormElement(String attrName,
                   String name,
                   String label,
                   String element,
                   boolean required,
                   String description)
メソッドの詳細

setAttrName

public void setAttrName(String attrName)

getAttrName

public String getAttrName()

getElement

public String getElement()

setElement

public void setElement(String element)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getLabel

public String getLabel()

setLabel

public void setLabel(String label)

getName

public String getName()

setName

public void setName(String name)

isRequired

public boolean isRequired()

setRequired

public void setRequired(boolean required)


Copyright © 2005-2006 The Seasar Foundation and the others.. All Rights Reserved.