Uses of Interface
com.google.gwt.core.ext.typeinfo.JField
-
Packages that use JField Package Description com.google.gwt.core.ext.typeinfo Type-introspection support classes used by generators. -
-
Uses of JField in com.google.gwt.core.ext.typeinfo
Subinterfaces of JField in com.google.gwt.core.ext.typeinfo Modifier and Type Interface Description interfaceJEnumConstantAn enumeration constant declared in an enumerated type.Methods in com.google.gwt.core.ext.typeinfo that return JField Modifier and Type Method Description JFieldJClassType. findField(java.lang.String name)JFieldJClassType. getField(java.lang.String name)JField[]JClassType. getFields()Methods in com.google.gwt.core.ext.typeinfo with parameters of type JField Modifier and Type Method Description static voidTypeOracle. sort(JField[] fields)Convenience method to sort fields in a consistent way.
-