Uses of Class
fr.cnes.sitools.form.components.model.FormComponent

Packages that use FormComponent
fr.cnes.sitools.form.components   
 

Uses of FormComponent in fr.cnes.sitools.form.components
 

Methods in fr.cnes.sitools.form.components that return FormComponent
 FormComponent AbstractFormComponentsResource.getObject(org.restlet.representation.Representation representation, org.restlet.representation.Variant variant)
          Get the object from representation
 FormComponent FormComponentsStoreXML.update(FormComponent formComponent)
           
 

Methods in fr.cnes.sitools.form.components that return types with arguments of type FormComponent
 SitoolsStore<FormComponent> AbstractFormComponentsResource.getStore()
          Gets the store value
 SitoolsStore<FormComponent> FormComponentsApplication.getStore()
          Gets the store value
 java.util.List<FormComponent> FormComponentsStoreXML.retrieveByParent(java.lang.String id)
           
 

Methods in fr.cnes.sitools.form.components with parameters of type FormComponent
 FormComponent FormComponentsStoreXML.update(FormComponent formComponent)
           
 

Method parameters in fr.cnes.sitools.form.components with type arguments of type FormComponent
 void AbstractFormComponentsResource.setStore(SitoolsStore<FormComponent> store)
          Sets the value of store
 void FormComponentsStoreXML.sort(java.util.List<FormComponent> result, ResourceCollectionFilter filter)
          Sort the list (by default on the name)
 



Copyright © 2010-2013 CNES. All Rights Reserved.