| Package | Description |
|---|---|
| net.inveed.gwt.editor.client.model.properties | |
| net.inveed.gwt.editor.client.types |
| Modifier and Type | Method and Description |
|---|---|
JSTimeInterval.Format |
DurationPropertyModel.getFormat() |
| Modifier and Type | Method and Description |
|---|---|
static JSTimeInterval.Format |
JSTimeInterval.Format.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JSTimeInterval.Format[] |
JSTimeInterval.Format.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static JSTimeInterval |
JSTimeInterval.parse(com.google.gwt.json.client.JSONValue json,
JSTimeInterval.Format format) |
static JSTimeInterval |
JSTimeInterval.parse(String v,
JSTimeInterval.Format format) |
| Constructor and Description |
|---|
JSTimeInterval(int months,
double seconds,
JSTimeInterval.Format format) |
JSTimeInterval(Integer years,
Integer months,
Integer days,
Integer hours,
Integer minutes,
Double seconds,
JSTimeInterval.Format format) |
Copyright © 2018. All rights reserved.