@CompileStatic class ViewUtils extends Object
Utility methods for the views project
| Constructor and description |
|---|
ViewUtils() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
static boolean |
getBooleanFromMap(String key, Map<?, ?> map, boolean defaultValue)Retrieves a boolean value from a Map for the given key |
|
static List<String> |
getStringListFromMap(String key, Map map, List<String> defaultValue)Obtains a list of strings from the map for the given key |
Retrieves a boolean value from a Map for the given key
key - The key that references the boolean valuemap - The map to look in