org.seasar.tuigwaa.view
クラス AbstractFormComponent
java.lang.Object
org.seasar.tuigwaa.view.AbstractFormComponent
- すべての実装インタフェース:
- FormComponent
- 直系の既知のサブクラス:
- AbstractGenericFormComponent, TableFormComponent
- public abstract class AbstractFormComponent
- extends Object
- implements FormComponent
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SUBMIT_BUTTON
protected static final String SUBMIT_BUTTON
- 関連項目:
- 定数フィールド値
AbstractFormComponent
public AbstractFormComponent(String siteName,
String javascript)
setServerUrl
public void setServerUrl(String serverUrl)
setActionName
public final void setActionName(String actionName)
setFormName
public final void setFormName(String formName)
getActionName
public final String getActionName()
getFormName
public final String getFormName()
- 定義:
- インタフェース
FormComponent
内の getFormName
setNeedJavaScript
public void setNeedJavaScript(boolean needJavaScript)
isNeedJavaScript
public boolean isNeedJavaScript()
setJspTemplate
public void setJspTemplate(boolean jspTemplate)
isJspTemplate
public boolean isJspTemplate()
getForwardPageName
public final String getForwardPageName()
setForwardPageName
public void setForwardPageName(String pageName)
getThisPageName
public String getThisPageName()
setThisPageName
public void setThisPageName(String thisPageName)
getOnSubmitAttribute
public String getOnSubmitAttribute()
getEnctypeAttribute
public String getEnctypeAttribute()
- 定義:
- インタフェース
FormComponent
内の getEnctypeAttribute
setDisplayName
public void setDisplayName(String displayName)
getDisplayName
public String getDisplayName()
getJavascript
public final String getJavascript()
- 定義:
- インタフェース
FormComponent
内の getJavascript
getHiddenFields
public final String getHiddenFields()
getSiteName
public String getSiteName()
getFormTagStart
public final String getFormTagStart()
setActionPath
public final void setActionPath(String path)
getActionPath
public final String getActionPath()
- 定義:
- インタフェース
FormComponent
内の getActionPath
getActionFullPath
public final String getActionFullPath()
getMessage
protected String getMessage(String key)
getOnSubmitFunction
protected abstract String getOnSubmitFunction()
isMultiPart
protected abstract boolean isMultiPart()
getHiddenProperties
protected abstract Map getHiddenProperties()
Copyright © 2005-2006 The Seasar Foundation and the others.. All Rights Reserved.