Package | Description |
---|---|
psdi.webclient.system.controller | |
psdi.webclient.system.runtime |
Modifier and Type | Class and Description |
---|---|
class |
LabelCache
This class is used to cache all of the id/property values for a single app
instance.
|
class |
LabelCacheMgr |
class |
Property
class used to wrap property values and provide an additional long value which can be used to set additional
boolean values on the property.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
ControlInstance.findProperty(java.lang.String key) |
java.lang.String |
ComponentInstance.findProperty(java.lang.String key) |
java.lang.String |
ComponentInstance.getProperty(java.lang.String key) |
java.lang.String |
BaseInstance.getProperty(java.lang.String key) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
BaseDescriptor.getProperty(java.lang.Object key)
Returns the String value of the specified property
|
static boolean |
WebClientRuntime.isNull(java.lang.String val)
Returns true if the specified string is null or empty string
|
static boolean |
WebClientRuntime.isNullCheck(java.lang.String val) |