|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sencha.gxt.legacy.client.data.NestedModelUtil
public class NestedModelUtil
| Constructor Summary | |
|---|---|
NestedModelUtil()
|
|
| Method Summary | ||
|---|---|---|
static
|
getNestedValue(ModelData model,
List<String> paths)
|
|
static
|
getNestedValue(ModelData model,
String property)
|
|
static boolean |
isNestedProperty(String property)
|
|
static
|
setNestedValue(ModelData model,
List<String> paths,
Object value)
|
|
static
|
setNestedValue(ModelData model,
String property,
Object value)
|
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NestedModelUtil()
| Method Detail |
|---|
public static <X> X getNestedValue(ModelData model,
String property)
public static <X> X getNestedValue(ModelData model,
List<String> paths)
public static <X> X setNestedValue(ModelData model,
String property,
Object value)
public static <X> X setNestedValue(ModelData model,
List<String> paths,
Object value)
public static boolean isNestedProperty(String property)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||