|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JsmException | |
net.sf.jsm.exceptions | |
net.sf.jsm.table.utils | |
net.sf.jsm.widgets |
Uses of JsmException in net.sf.jsm.exceptions |
Subclasses of JsmException in net.sf.jsm.exceptions | |
class |
ConversionException
|
Uses of JsmException in net.sf.jsm.table.utils |
Methods in net.sf.jsm.table.utils that throw JsmException | |
static java.util.ArrayList |
JsmTableUtil.generateJsmTrs(java.util.Collection valueObjects,
java.lang.String[] propertyPathsToRetrieveValues,
java.lang.String[] propertyPathsForRowMetaData,
GenerateJsmTrsCallback callback)
Generates a JsmTr object for each of the valueObjects. |
static java.util.ArrayList |
JsmTableUtil.generateJsmTrs(java.util.Collection valueObjects,
java.util.List propertyPathsToRetrieveValues,
java.lang.String[] propertyPathsForRowMetaData,
GenerateJsmTrsCallback callback)
Generates a JsmTr object for each of the valueObjects. |
static void |
JsmTableUtil.setValuesOnObject(java.lang.Object object,
JSONObject json,
java.util.HashMap converters)
Sets values from a JSONObject back into a bean optionally using converters |
Uses of JsmException in net.sf.jsm.widgets |
Methods in net.sf.jsm.widgets that throw JsmException | |
JsmSelectField |
JsmSelectField.addOptions(java.util.List valueObjects,
java.lang.String pathForValue,
java.lang.String pathForLabel)
Add options for the list of value objects where the value is retrieved using the path 'pathForValue' and the label using the path 'pathForLabel' |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |