public final class UIXHelper
extends Object
| Constructor and Description |
|---|
UIXHelper() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getColorOptions(Map<String,Object> info)
sample method showing how to create options from a global enumeration - see post/color
|
static String |
getNamePrefixOptions(Map<String,Object> info)
sample method returning the options for a select for split name
|
static String |
getRegexConstraint(Map<String,Object> info)
find for given type/att a regular expression constraint, return regex
|
static String |
getWTBaseURL(Map<String,Object> info)
pass thru to StaticHelper's no-args method
|
static String |
prettyPrint(Map<String,Object> info) |
static Boolean |
skipIfTest(Map<String,Object> info) |
public static final int MAJOR
public static final int MINOR
public static String getWTBaseURL(Map<String,Object> info)
throws Exception
info - unusedExceptionpublic static String getNamePrefixOptions(Map<String,Object> info)
throws Exception
info - Exceptionpublic static String getColorOptions(Map<String,Object> info)
throws Exception
info - Exceptionpublic static String getRegexConstraint(Map<String,Object> info)
throws Exception
info - Exceptionpublic static Boolean skipIfTest(Map<String,Object> info)
throws Exception
Exceptionpublic static String prettyPrint(Map<String,Object> info)
throws Exception
Exception