public class DateInputCompound extends AbstractInput implements FormCheckerElement
| Modifier and Type | Field and Description |
|---|---|
static int |
DAY |
static int |
MONTH |
static int |
YEAR |
desc, name, preSetValue, value| Constructor and Description |
|---|
DateInputCompound() |
| Modifier and Type | Method and Description |
|---|---|
static DateInputCompound |
build(String name) |
String |
getDatePartTag(int field,
Map<String,String> attributes) |
Date |
getDateValue() |
String |
getInputTag(Map<String,String> attributes) |
int |
getLastTabIndex() |
String |
getValue() |
void |
init(javax.servlet.http.HttpServletRequest request,
boolean firstRun,
Validator validator) |
DateInputCompound |
presetValue(Date t) |
buildAllAttributes, buildMaxLen, buildRequiredAttribute, changeDescription, getCompleteInput, getCriteria, getDescription, getElementId, getHelpText, getInputTag, getLabel, getName, getPreSetValue, getTabIndex, getTabIndexTag, getTabIndexTagIncreaseBy, getValidationResult, getValueHtmlEncoded, isRequired, isValid, setCriterias, setDescription, setFormChecker, setHelpText, setInvalid, setPreSetValue, setRequired, setTabIndex, setValidationResult, setValueclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitchangeDescription, getCompleteInput, getCriteria, getDescription, getHelpText, getInputTag, getLabel, getName, getPreSetValue, getTabIndex, getValidationResult, getValueHtmlEncoded, isRequired, isValid, setDescription, setFormChecker, setInvalid, setPreSetValue, setRequired, setTabIndex, setValidationResult, setValuepublic static final int MONTH
public static final int DAY
public static final int YEAR
public static DateInputCompound build(String name)
public String getInputTag(Map<String,String> attributes)
getInputTag in interface FormCheckerElementpublic DateInputCompound presetValue(Date t)
public void init(javax.servlet.http.HttpServletRequest request,
boolean firstRun,
Validator validator)
init in interface FormCheckerElementinit in class AbstractInputpublic int getLastTabIndex()
getLastTabIndex in interface FormCheckerElementgetLastTabIndex in class AbstractInputpublic String getValue()
getValue in interface FormCheckerElementgetValue in class AbstractInputpublic Date getDateValue()
Copyright © 2016. All rights reserved.