Uses of Interface
lumis.content.wizard.IEditFieldParams
-
Packages that use IEditFieldParams Package Description lumis.content.wizard lumis.service.content.wizard -
-
Uses of IEditFieldParams in lumis.content.wizard
Methods in lumis.content.wizard with parameters of type IEditFieldParams Modifier and Type Method Description void
ContentWizardManager. editFields(SessionConfig sessionConfig, IEditFieldParams editFieldParams, ITransaction transaction)
void
IContentWizardManager. editFields(SessionConfig sessionConfig, IEditFieldParams editFieldParams, ITransaction transaction)
Edit field of first service source -
Uses of IEditFieldParams in lumis.service.content.wizard
Classes in lumis.service.content.wizard that implement IEditFieldParams Modifier and Type Class Description class
EditFieldsParams
IEditFieldParams
implementation for reading the parameters from aServletRequest
.
-