|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.convert.DateTimeConverter
public class DateTimeConverter
This tag associates a date time converter with the nearest parent UIComponent. Unless otherwise specified, all attributes accept static values or EL expressions. see Javadoc of JSF Specification
| Field Summary | |
|---|---|
static java.lang.String |
CONVERTER_ID
|
| Constructor Summary | |
|---|---|
DateTimeConverter()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
getAsObject(FacesContext context,
UIComponent component,
java.lang.String value)
|
java.lang.String |
getAsString(FacesContext context,
UIComponent component,
java.lang.Object value)
|
java.lang.String |
getDateStyle()
The style of the date. |
java.util.Locale |
getLocale()
The name of the locale to be used, instead of the default. |
java.lang.String |
getPattern()
A custom Date formatting pattern, in the format used by java.text.SimpleDateFormat. |
java.lang.String |
getTimeStyle()
The style of the time. |
java.util.TimeZone |
getTimeZone()
The time zone to use instead of GMT (the default timezone). |
java.lang.String |
getType()
Specifies whether the date, time, or both should be parsed/formatted. |
boolean |
isTransient()
|
void |
restoreState(FacesContext facesContext,
java.lang.Object state)
|
java.lang.Object |
saveState(FacesContext facesContext)
|
void |
setDateStyle(java.lang.String dateStyle)
|
void |
setLocale(java.util.Locale locale)
|
void |
setPattern(java.lang.String pattern)
|
void |
setTimeStyle(java.lang.String timeStyle)
|
void |
setTimeZone(java.util.TimeZone timeZone)
|
void |
setTransient(boolean aTransient)
|
void |
setType(java.lang.String type)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String CONVERTER_ID
| Constructor Detail |
|---|
public DateTimeConverter()
| Method Detail |
|---|
public java.lang.Object getAsObject(FacesContext context,
UIComponent component,
java.lang.String value)
throws ConverterException
getAsObject in interface ConverterConverterException
public java.lang.String getAsString(FacesContext context,
UIComponent component,
java.lang.Object value)
throws ConverterException
getAsString in interface ConverterConverterException
public void restoreState(FacesContext facesContext,
java.lang.Object state)
restoreState in interface StateHolderpublic java.lang.Object saveState(FacesContext facesContext)
saveState in interface StateHolderpublic java.lang.String getDateStyle()
public void setDateStyle(java.lang.String dateStyle)
public java.util.Locale getLocale()
public void setLocale(java.util.Locale locale)
public java.lang.String getPattern()
public void setPattern(java.lang.String pattern)
public java.lang.String getTimeStyle()
public void setTimeStyle(java.lang.String timeStyle)
public java.util.TimeZone getTimeZone()
public void setTimeZone(java.util.TimeZone timeZone)
public boolean isTransient()
isTransient in interface StateHolderpublic void setTransient(boolean aTransient)
setTransient in interface StateHolderpublic java.lang.String getType()
public void setType(java.lang.String type)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||