Uses of Class
org.silverpeas.mobile.shared.dto.workflow.FieldPresentationDTO
-
Packages that use FieldPresentationDTO Package Description org.silverpeas.mobile.client.apps.workflow.pages.widgets org.silverpeas.mobile.shared.dto.workflow -
-
Uses of FieldPresentationDTO in org.silverpeas.mobile.client.apps.workflow.pages.widgets
Methods in org.silverpeas.mobile.client.apps.workflow.pages.widgets with parameters of type FieldPresentationDTO Modifier and Type Method Description voidField. setData(FieldPresentationDTO data) -
Uses of FieldPresentationDTO in org.silverpeas.mobile.shared.dto.workflow
Methods in org.silverpeas.mobile.shared.dto.workflow that return types with arguments of type FieldPresentationDTO Modifier and Type Method Description List<FieldPresentationDTO>WorkflowInstancePresentationFormDTO. getFields()Method parameters in org.silverpeas.mobile.shared.dto.workflow with type arguments of type FieldPresentationDTO Modifier and Type Method Description voidWorkflowInstancePresentationFormDTO. setFields(List<FieldPresentationDTO> fields)
-