Uses of Class
com.e1c.g5.v8.dt.gsw.Fields
-
Packages that use Fields Package Description com.e1c.g5.v8.dt.gsw com.e1c.g5.v8.dt.gsw.ui com.e1c.g5.v8.dt.gsw.ui.creating -
-
Uses of Fields in com.e1c.g5.v8.dt.gsw
Methods in com.e1c.g5.v8.dt.gsw that return types with arguments of type Fields Modifier and Type Method Description List<Fields>
ModuleProcessor. getFillingFields()
Returns a collection of collections where each collection is basic-object-sensitiveMethod parameters in com.e1c.g5.v8.dt.gsw with type arguments of type Fields Modifier and Type Method Description String
ModuleProcessor. generateŠ”ode(List<Fields> filledModelFields)
Returns generated codeString
ModuleProcessor. generateŠ”ode(List<Fields> filledModelFields, boolean addTabularSection)
Returns generated code -
Uses of Fields in com.e1c.g5.v8.dt.gsw.ui
Methods in com.e1c.g5.v8.dt.gsw.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 filling fieldsConstructor parameters in com.e1c.g5.v8.dt.gsw.ui with type arguments of type Fields Constructor Description ConstructorDialog(org.eclipse.swt.widgets.Shell parentShell, BasicDbObject creatingObject, List<Fields> inputFields, ModuleProcessor moduleProcessor, IBmModelManager bmModelManager, Configuration configuration, boolean canEdit)
Creates a dialog for this creating object.PreviewDialog(Configuration configuration, BasicDbObject creatingObject, org.eclipse.swt.widgets.Shell parentShell, ModuleProcessor moduleProcessor, List<Fields> filledModelFields)
Create preview dialog. -
Uses of Fields in com.e1c.g5.v8.dt.gsw.ui.creating
Methods in com.e1c.g5.v8.dt.gsw.ui.creating that return types with arguments of type Fields Modifier and Type Method Description List<Fields>
CreatingObjectSection. createFillingFields()
Creates Fields used treeItem from creating object sectionMethod parameters in com.e1c.g5.v8.dt.gsw.ui.creating with type arguments of type Fields Modifier and Type Method Description void
CreatingObjectSection. fillSection(List<Fields> inputFields)
Fills creating object section
-