Uses of Class
com.levigo.jadice.web.client.messaging.PropertyProfileDTO
Packages that use PropertyProfileDTO
-
Uses of PropertyProfileDTO in com.levigo.jadice.web.client.messaging
Methods in com.levigo.jadice.web.client.messaging that return PropertyProfileDTOModifier and TypeMethodDescriptionstatic PropertyProfileDTO
PropertyProfileDTO.create
(String type, com.google.gwt.core.client.JavaScriptObject params, String propertyName, com.google.gwt.core.client.JsArray<LabelDTO> labels, com.google.gwt.core.client.JavaScriptObject defaultValue, boolean virtual, ToolkitBasedFactoryDTO editorFactory, com.google.gwt.core.client.JsArray<com.google.gwt.core.client.JavaScriptObject> preferredValues) Replacement constructor.static PropertyProfileDTO
PropertyProfileDTO.from
(PropertyProfile property) Methods in com.levigo.jadice.web.client.messaging that return types with arguments of type PropertyProfileDTOModifier and TypeMethodDescriptioncom.google.gwt.core.client.JsArray
<PropertyProfileDTO> AnnotationTypeDTO.getPropertyProfiles()
Methods in com.levigo.jadice.web.client.messaging with parameters of type PropertyProfileDTOModifier and TypeMethodDescriptionstatic PropertyProfile
PropertyProfileDTO.to
(PropertyProfileDTO dto) Method parameters in com.levigo.jadice.web.client.messaging with type arguments of type PropertyProfileDTOModifier and TypeMethodDescriptionvoid
AnnotationTypeDTO.setPropertyProfiles
(com.google.gwt.core.client.JsArray<PropertyProfileDTO> propertyProfiles)