public static class DateOptionPropertyAdapter.Builder extends ValueOptionPropertyAdapter.BuilderBase<DateOptionPropertyAdapter.Builder,DateOptionPropertyAdapter>
DateOptionPropertyAdapter
.Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DateOptionPropertyAdapter |
build()
Builds the
PropertyAdapter . |
DateOptionPropertyAdapter.Builder |
withDateFormat(String value)
Sets the date format.
|
lazy, self, withNullStyle
public DateOptionPropertyAdapter build()
ValueOptionPropertyAdapter.BuilderBase
PropertyAdapter
.build
in class ValueOptionPropertyAdapter.BuilderBase<DateOptionPropertyAdapter.Builder,DateOptionPropertyAdapter>
public DateOptionPropertyAdapter.Builder withDateFormat(String value)
value
- the format string in SimpleDateFormat
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.