| Package | Description |
|---|---|
| de.swm.commons.mobile.client.widgets.date | |
| de.swm.commons.mobile.client.widgets.popup |
| Modifier and Type | Method and Description |
|---|---|
static DateStyle |
DateStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DateStyle[] |
DateStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
DateCalculation.formatToRfc3339(Date date,
DateStyle dateStyle,
boolean isLocalTime)
Formats a date according to Rfc3339 spezification
|
Date |
DateCalculation.parseRfc3339(String pattern,
DateStyle dateStyle,
boolean isLocalTime)
Will pase a String in Rfc3339 spcification to an Date according teh DateStyle.
|
| Constructor and Description |
|---|
DatePopup(Date givenDate,
DateStyle dateStyle,
DatePopup.DateSelectionHandler handler)
Default constructor.
|
DateTextBox(DateStyle dateStyle)
Alternative UI constructor.
|
DateTextBoxReadOnly(DateStyle dateStyle) |
| Constructor and Description |
|---|
SimpleDatePopup(Date givenDate,
DateStyle dateStyle,
SimpleDatePopup.DateSelectionHandler handler)
Default constructor.
|
Copyright © 2011–2015 SWM. All rights reserved.