public class DialogObjectConstantHelper extends Object
| Constructor and Description |
|---|
DialogObjectConstantHelper() |
| Modifier and Type | Method and Description |
|---|---|
static List<DialogObjectConstant> |
getTabOrder(DialogObjectConstant windowBlock)
Get the tab order for a window block.
|
static boolean |
isAutoCompleteEntry(DialogObjectConstant field)
Check if widget type is ace_AutoCompleteEntry.
|
static boolean |
isDateTimeEntry(DialogObjectConstant field)
Check if widget type is ace_DateTimeEntry.
|
static boolean |
isJavaTimeType(DialogObjectConstant field)
Check if attribute type is of Java time.
|
static boolean |
isJodaType(DialogObjectConstant field)
Check if attribute type is Joda DateTime.
|
static boolean |
isLocalDate(DialogObjectConstant field)
Check if attribute type is LocalDate.
|
static boolean |
isLocalDateTime(DialogObjectConstant field)
Check if attribute type is LocalDateTime.
|
static boolean |
isLocalTime(DialogObjectConstant field)
Check if attribute type is LocalTime.
|
public static List<DialogObjectConstant> getTabOrder(DialogObjectConstant windowBlock)
windowBlock - the window block with a tab orderpublic static boolean isJavaTimeType(DialogObjectConstant field)
field - to checkpublic static boolean isLocalDate(DialogObjectConstant field)
field - to checkpublic static boolean isLocalTime(DialogObjectConstant field)
field - to checkpublic static boolean isLocalDateTime(DialogObjectConstant field)
field - to checkpublic static boolean isJodaType(DialogObjectConstant field)
field - to checkpublic static boolean isAutoCompleteEntry(DialogObjectConstant field)
field - to checkpublic static boolean isDateTimeEntry(DialogObjectConstant field)
field - to checkCopyright © 2006–2020 Esito AS. All rights reserved.