|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.apache.click.control.AbstractControl org.apache.click.control.AbstractContainer org.apache.click.control.Form org.seasar.s2click.control.S2ClickForm org.seasar.s2click.jdbc.EntityForm
@Experimental public class EntityForm
エンティティを登録、更新、削除するための入力フォームです。
このクラスは開発中であるため、今後大幅に変更される可能性があります。
入れ子のクラスの概要 | |
---|---|
static class |
EntityForm.EntityFormMode
EntityForm のモードを指定するための列挙型です。 |
フィールドの概要 | |
---|---|
protected EntityPagesConfig |
config
|
protected EntityForm.EntityFormMode |
mode
|
クラス org.seasar.s2click.control.S2ClickForm から継承されたフィールド |
---|
confirmMessages, fieldAutoRegisteration, noJavaScriptValidateActions |
クラス org.apache.click.control.Form から継承されたフィールド |
---|
actionURL, ALIGN_CENTER, ALIGN_LEFT, ALIGN_RIGHT, buttonAlign, buttonList, buttonStyle, columns, defaultFieldSize, disabled, enctype, error, errorsAlign, errorsPosition, errorsStyle, fieldList, fieldStyle, fieldWidths, FOCUS_JAVASCRIPT, FORM_NAME, formSubmission, javaScriptValidation, labelAlign, labelsPosition, labelStyle, method, MULTIPART_FORM_DATA, POSITION_BOTTOM, POSITION_LEFT, POSITION_MIDDLE, POSITION_TOP, readonly, SUBMIT_CHECK, validate |
クラス org.apache.click.control.AbstractContainer から継承されたフィールド |
---|
controlMap, controls |
クラス org.apache.click.control.AbstractControl から継承されたフィールド |
---|
actionListener, attributes, behaviors, headElements, listener, listenerMethod, messages, name, parent, styles |
インタフェース org.apache.click.Control から継承されたフィールド |
---|
CONTROL_MESSAGES |
コンストラクタの概要 | |
---|---|
EntityForm(java.lang.String name,
EntityPagesConfig config,
EntityForm.EntityFormMode mode)
コンストラクタ。 |
メソッドの概要 | |
---|---|
protected void |
createButtons()
エンティティを編集するフォームのボタンを作成します。 |
protected void |
createFields()
エンティティを編集するフォームのフィールドを作成します。 |
org.apache.click.control.Submit |
getCancelButton()
キャンセルボタンのインスタンスを取得します。 |
org.apache.click.control.Submit |
getSubmitButton()
送信ボタンのインスタンスを取得します。 |
クラス org.seasar.s2click.control.S2ClickForm から継承されたメソッド |
---|
add, addConfirmMessage, addNoJavaScriptValidateAction, copyFrom, copyFrom, copyTo, copyTo, getActionURL, isFieldAutoRegistration, onInit, renderHeader, renderHiddenFields, renderTagEnd, renderValidationJavaScript, requiresJavaScript, setFieldAutoRegisteration, startTag, toHidden |
クラス org.apache.click.control.Form から継承されたメソッド |
---|
add, add, add, clearErrors, clearValues, endTag, getButtonAlign, getButtonList, getButtonStyle, getColumns, getControlSizeEst, getDefaultFieldSize, getEnctype, getError, getErrorFields, getErrorsAlign, getErrorsPosition, getErrorsStyle, getField, getFieldList, getFields, getFieldStyle, getFieldValue, getFieldWidths, getFormSizeEst, getHeadElements, getJavaScriptValidation, getLabelAlign, getLabelsPosition, getLabelStyle, getMethod, getState, getTag, getValidate, hasPostError, insert, isDisabled, isFormSubmission, isJavaScriptValidation, isReadonly, isValid, onDestroy, onProcess, onSubmitCheck, onSubmitCheck, onSubmitCheck, performSubmitCheck, remove, removeField, removeFields, removeState, render, renderButtons, renderControls, renderErrors, renderFields, renderFocusJavaScript, replace, restoreState, saveState, setActionURL, setButtonAlign, setButtonStyle, setColumns, setDefaultFieldSize, setDisabled, setEnctype, setError, setErrorsAlign, setErrorsPosition, setErrorsStyle, setFieldStyle, setJavaScriptValidation, setLabelAlign, setLabelsPosition, setLabelStyle, setListener, setMethod, setName, setReadonly, setState, setValidate, validate, validateFileUpload |
クラス org.apache.click.control.AbstractContainer から継承されたメソッド |
---|
contains, getControl, getControlMap, getControls, hasControls, onRender, renderChildren, renderContent, renderTagEnd, toString |
クラス org.apache.click.control.AbstractControl から継承されたメソッド |
---|
addBehavior, addStyleClass, appendAttributes, dispatchActionEvent, getActionListener, getAttribute, getAttributes, getBehaviors, getContext, getHtmlImports, getId, getMessage, getMessage, getMessages, getName, getPage, getParent, getStyle, getStyles, hasAttribute, hasAttributes, hasBehaviors, hasStyles, isAjaxTarget, onDeploy, removeBehavior, removeStyleClass, renderTagBegin, setActionListener, setAttribute, setId, setParent, setStyle |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
インタフェース org.apache.click.Control から継承されたメソッド |
---|
getBehaviors, getContext, getId, getMessages, getName, getParent, hasBehaviors, isAjaxTarget, onDeploy, setParent |
フィールドの詳細 |
---|
protected EntityPagesConfig config
protected EntityForm.EntityFormMode mode
コンストラクタの詳細 |
---|
public EntityForm(java.lang.String name, EntityPagesConfig config, EntityForm.EntityFormMode mode)
name
- フォーム名config
- 設定mode
- モードメソッドの詳細 |
---|
protected void createFields()
protected void createButtons()
public org.apache.click.control.Submit getSubmitButton()
public org.apache.click.control.Submit getCancelButton()
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |