org.seasar.tuigwaa.view
クラス AbstractGenericFormComponent

java.lang.Object
  拡張org.seasar.tuigwaa.view.AbstractFormComponent
      拡張org.seasar.tuigwaa.view.AbstractGenericFormComponent
すべての実装インタフェース:
FormComponent, GenericFormComponent
直系の既知のサブクラス:
EntityFormComponent, SearchFormComponent

public abstract class AbstractGenericFormComponent
extends AbstractFormComponent
implements GenericFormComponent


フィールドの概要
 
クラス org.seasar.tuigwaa.view.AbstractFormComponent から継承したフィールド
SUBMIT_BUTTON
 
コンストラクタの概要
AbstractGenericFormComponent(TgwEntity entity, String javascript)
           
 
メソッドの概要
 TgwEntity getEntity()
           
abstract  List getFormElements()
           
abstract  String getName()
           
 
クラス org.seasar.tuigwaa.view.AbstractFormComponent から継承したメソッド
getActionFullPath, getActionName, getActionPath, getDisplayName, getEnctypeAttribute, getFormName, getFormTagStart, getForwardPageName, getHiddenFields, getHiddenProperties, getJavascript, getMessage, getOnSubmitAttribute, getOnSubmitFunction, getSiteName, getThisPageName, isJspTemplate, isMultiPart, isNeedJavaScript, setActionName, setActionPath, setDisplayName, setFormName, setForwardPageName, setJspTemplate, setNeedJavaScript, setServerUrl, setThisPageName
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

AbstractGenericFormComponent

public AbstractGenericFormComponent(TgwEntity entity,
                                    String javascript)
メソッドの詳細

getEntity

public TgwEntity getEntity()

getName

public abstract String getName()

getFormElements

public abstract List getFormElements()


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