Package | Description |
---|---|
com.darwino.domino.napi.wrap.design |
Modifier and Type | Method and Description |
---|---|
NSFForm |
NSFDatabaseDesign.getForm(String formName)
Returns the
NSFForm matching the provided name or alias. |
NSFForm |
NSFFormField.getParent() |
NSFForm |
NSFDatabaseDesign.getSubform(String subformName)
Returns the
NSFForm matching the provided name or alias, if it is a subform. |
Modifier and Type | Method and Description |
---|---|
List<NSFForm> |
NSFDatabaseDesign.getForms()
Returns a
List of the forms in the database. |
Constructor and Description |
---|
NSFFormField(NSFForm parent,
Collection<CDFieldStruct> structs)
Constructs an
NSFFormField using the provided collection of field-related structs. |
Copyright © 2014–2018. All rights reserved.