Modifier and Type | Class and Description |
---|---|
class |
UIOptions
Configuration for the TreeGrid UI options
|
Modifier and Type | Class and Description |
---|---|
class |
GWASerializationHelper |
Modifier and Type | Class and Description |
---|---|
class |
CircularDependenciesSerializationHelper |
class |
HierarchySerializationHelper |
class |
MaxSerializationHelper |
Modifier and Type | Interface and Description |
---|---|
interface |
UISerializationHelper |
Modifier and Type | Method and Description |
---|---|
static boolean |
PropertyUtil.getBooleanProperty(HasProperties props,
java.lang.String prop,
boolean defValue) |
static int |
PropertyUtil.getIntProperty(HasProperties props,
java.lang.String prop,
int defValue) |
static <T> T |
PropertyUtil.getProperty(HasProperties props,
java.lang.String prop)
Gets a System Property from the SKD System Properties (remember, don't
pass skd.
|
static <T> T |
PropertyUtil.getProperty(HasProperties props,
java.lang.String prop,
T def) |