org.seasar.s2click.control
クラス DateFieldYYYYMMDD

java.lang.Object
  上位を拡張 net.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
すべての実装されたインタフェース:
java.io.Serializable, net.sf.click.Control

public class DateFieldYYYYMMDD
extends net.sf.click.extras.control.DateField

YYYY/MM/DD形式で日付を表示するDateField拡張コントロール。

作成者:
Naoki Takezoe
関連項目:
直列化された形式

フィールドの概要
 
クラス 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
 

コンストラクタの詳細

DateFieldYYYYMMDD

public DateFieldYYYYMMDD()

DateFieldYYYYMMDD

public DateFieldYYYYMMDD(java.lang.String name,
                         boolean required)

DateFieldYYYYMMDD

public DateFieldYYYYMMDD(java.lang.String name,
                         java.lang.String label,
                         boolean required)

DateFieldYYYYMMDD

public DateFieldYYYYMMDD(java.lang.String name,
                         java.lang.String label)

DateFieldYYYYMMDD

public DateFieldYYYYMMDD(java.lang.String name)