org.seasar.tuigwaa.view
クラス FormElement
java.lang.Object
org.seasar.tuigwaa.view.FormElement
- public class FormElement
- extends Object
クラス 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.