|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectnet.sf.click.control.AbstractControl
net.sf.click.control.Field
net.sf.click.control.TextField
net.sf.click.extras.control.DateField
org.seasar.s2click.control.DateFieldYYYYMMDD
public class DateFieldYYYYMMDD
YYYY/MM/DD形式で日付を表示するDateField
拡張コントロール。
フィールドの概要 |
---|
クラス net.sf.click.extras.control.DateField から継承されたフィールド |
---|
calendarPattern, dateFormat, formatPattern, HTML_IMPORTS, showTime, style |
クラス net.sf.click.control.TextField から継承されたフィールド |
---|
maxLength, minLength, size, VALIDATE_TEXTFIELD_FUNCTION |
クラス net.sf.click.control.Field から継承されたフィールド |
---|
disabled, error, focus, form, help, label, listener, listenerMethod, readonly, required, tabindex, title, validate, value |
クラス net.sf.click.control.AbstractControl から継承されたフィールド |
---|
attributes, messages, name, parent, styles |
インタフェース net.sf.click.Control から継承されたフィールド |
---|
CONTROL_MESSAGES |
コンストラクタの概要 | |
---|---|
DateFieldYYYYMMDD()
|
|
DateFieldYYYYMMDD(java.lang.String name)
|
|
DateFieldYYYYMMDD(java.lang.String name,
boolean required)
|
|
DateFieldYYYYMMDD(java.lang.String name,
java.lang.String label)
|
|
DateFieldYYYYMMDD(java.lang.String name,
java.lang.String label,
boolean required)
|
メソッドの概要 |
---|
クラス net.sf.click.extras.control.DateField から継承されたメソッド |
---|
getCalendarPattern, getDate, getDateFormat, getFirstDayOfWeek, getFormatPattern, getHtmlImports, getLocale, getShowTime, getStyle, getTimestamp, getValueObject, onDeploy, parseDateFormatPattern, setDate, setFormatPattern, setName, setShowTime, setStyle, setValueObject, toString, validate |
クラス net.sf.click.control.TextField から継承されたメソッド |
---|
getMaxLength, getMinLength, getSize, getType, getValidationJavaScript, setMaxLength, setMinLength, setSize |
クラス net.sf.click.control.Field から継承されたメソッド |
---|
bindRequestValue, getError, getErrorLabel, getFocus, getFocusJavaScript, getForm, getHelp, getId, getLabel, getRequestValue, getTabIndex, getTextAlign, getTitle, getValidate, getValue, getWidth, invokeListener, isDisabled, isHidden, isReadonly, isRequired, isValid, onDestroy, onInit, onProcess, onRender, setDisabled, setError, setErrorMessage, setErrorMessage, setErrorMessage, setErrorMessage, setFocus, setForm, setHelp, setLabel, setListener, setReadonly, setRequired, setTabIndex, setTextAlign, setTitle, setValidate, setValue, setWidth |
クラス net.sf.click.control.AbstractControl から継承されたメソッド |
---|
addStyleClass, appendAttributes, getAttribute, getAttributes, getContext, getMessage, getMessage, getMessage, getMessages, getName, getPage, getParent, getStyle, getStyles, hasAttribute, hasAttributes, hasStyles, removeStyleClass, setAttribute, setId, setParent, setStyle |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
コンストラクタの詳細 |
---|
public DateFieldYYYYMMDD()
public DateFieldYYYYMMDD(java.lang.String name, boolean required)
public DateFieldYYYYMMDD(java.lang.String name, java.lang.String label, boolean required)
public DateFieldYYYYMMDD(java.lang.String name, java.lang.String label)
public DateFieldYYYYMMDD(java.lang.String name)
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |