org.seasar.s2click.control
クラス DateFieldYYYYMMDD

java.lang.Object
  上位を拡張 org.apache.click.control.AbstractControl
      上位を拡張 org.apache.click.control.Field
          上位を拡張 org.apache.click.control.TextField
              上位を拡張 org.apache.click.extras.control.DateField
                  上位を拡張 org.seasar.s2click.control.DateFieldYYYYMMDD
すべての実装されたインタフェース:
java.io.Serializable, org.apache.click.Control, org.apache.click.Stateful

public class DateFieldYYYYMMDD
extends org.apache.click.extras.control.DateField

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

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

フィールドの概要
 
クラス org.apache.click.extras.control.DateField から継承されたフィールド
calendarPattern, date, dateFormat, formatPattern, maximumYear, minimumYear, showCalendar, showTime, style
 
クラス org.apache.click.control.TextField から継承されたフィールド
maxLength, minLength, size, VALIDATE_TEXTFIELD_FUNCTION
 
クラス org.apache.click.control.Field から継承されたフィールド
disabled, error, focus, form, help, label, labelStyle, labelStyleClass, parentStyleClassHint, parentStyleHint, readonly, required, tabindex, title, trim, validate, value
 
クラス org.apache.click.control.AbstractControl から継承されたフィールド
actionListener, attributes, behaviors, headElements, listener, listenerMethod, messages, name, parent, styles
 
インタフェース org.apache.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)
           
 
メソッドの概要
 
クラス org.apache.click.extras.control.DateField から継承されたメソッド
addCalendarOptions, addCalenderTranslations, getCalendarPattern, getDate, getDateFormat, getFirstDayOfWeek, getFormatPattern, getHeadElements, getHelp, getLocale, getMaximumYear, getMinimumYear, getStyle, getTimestamp, getValueObject, isShowCalendar, isShowTime, loadFormatPattern, parseDateFormatPattern, render, renderCalendarButton, setDate, setFormatPattern, setMaximumYear, setMinimumYear, setName, setShowCalendar, setShowTime, setStyle, setValue, setValueObject, validate
 
クラス org.apache.click.control.TextField から継承されたメソッド
getControlSizeEst, getMaxLength, getMinLength, getSize, getTag, getType, getValidationJavaScript, setMaxLength, setMinLength, setSize
 
クラス org.apache.click.control.Field から継承されたメソッド
bindRequestValue, getError, getErrorLabel, getFocus, getFocusJavaScript, getForm, getId, getLabel, getLabelStyle, getLabelStyleClass, getParentStyleClassHint, getParentStyleHint, getRequestValue, getState, getTabIndex, getTextAlign, getTitle, getValidate, getValue, getWidth, isDisabled, isHidden, isReadonly, isRequired, isTrim, isValid, onProcess, removeState, renderTagBegin, restoreState, saveState, setDisabled, setError, setErrorMessage, setErrorMessage, setFocus, setForm, setHelp, setLabel, setLabelStyle, setLabelStyleClass, setListener, setParent, setParentStyleClassHint, setParentStyleHint, setReadonly, setRequired, setState, setTabIndex, setTextAlign, setTitle, setTrim, setValidate, setWidth
 
クラス org.apache.click.control.AbstractControl から継承されたメソッド
addBehavior, addStyleClass, appendAttributes, dispatchActionEvent, getActionListener, getAttribute, getAttributes, getBehaviors, getContext, getHtmlImports, getMessage, getMessage, getMessages, getName, getPage, getParent, getStyle, getStyles, hasAttribute, hasAttributes, hasBehaviors, hasStyles, isAjaxTarget, onDeploy, onDestroy, onInit, onRender, removeBehavior, removeStyleClass, renderTagEnd, setActionListener, setAttribute, setId, setStyle, toString
 
クラス 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)