Uses of Class
com.e1c.g5.v8.dt.mw.Fields
-
Packages that use Fields Package Description com.e1c.g5.v8.dt.mw com.e1c.g5.v8.dt.mw.ui com.e1c.g5.v8.dt.mw.ui.register -
-
Uses of Fields in com.e1c.g5.v8.dt.mw
Methods in com.e1c.g5.v8.dt.mw that return types with arguments of type Fields Modifier and Type Method Description List<Fields>
ModuleProcessor. getRegisterFillingFields()
Returns a collection of collections where each collection is register-sensitiveList<Fields>
ModuleProcessor. getStartFields()
Generate start fields for movement constuctorMethod parameters in com.e1c.g5.v8.dt.mw with type arguments of type Fields Modifier and Type Method Description String
ModuleProcessor. generateŠ”ode(List<Fields> filledModelFields)
Returns generated code -
Uses of Fields in com.e1c.g5.v8.dt.mw.ui
Methods in com.e1c.g5.v8.dt.mw.ui that return types with arguments of type Fields Modifier and Type Method Description List<Fields>
ConstructorDialog. getResult()
Returns fields collectionList<Fields>
PreviewDialog. getResult()
Returns register filling fieldsConstructor parameters in com.e1c.g5.v8.dt.mw.ui with type arguments of type Fields Constructor Description ConstructorDialog(org.eclipse.swt.widgets.Shell parentShell, Document document, List<Fields> inputFields, ModuleProcessor moduleProcessor, IBmEditingContext bmEditingContext, Configuration configuration, boolean canEdit, MdTypeUtil mdTypeUtil, IEObjectProvider typeProvider, DerivedStateComputerUtil derivedStateComputerUtil)
Creates a dialog for this document.PreviewDialog(Configuration configuration, Document document, org.eclipse.swt.widgets.Shell parentShell, ModuleProcessor moduleProcessor, List<Fields> filledModelFields)
Create preview dialog. -
Uses of Fields in com.e1c.g5.v8.dt.mw.ui.register
Methods in com.e1c.g5.v8.dt.mw.ui.register that return Fields Modifier and Type Method Description Fields
RegisterSection. createFillingFields(MovementConstructorTreeItem treeItem)
Creates Fields used treeItem from register sectionMethods in com.e1c.g5.v8.dt.mw.ui.register that return types with arguments of type Fields Modifier and Type Method Description List<Fields>
RegisterSection. createFillingFields()
Create filling fields by register treeMethod parameters in com.e1c.g5.v8.dt.mw.ui.register with type arguments of type Fields Modifier and Type Method Description void
RegisterSection. fillSection(List<Fields> inputFields)
Fills register section
-