Package | Description |
---|---|
com.darwino.domino.napi.wrap.design |
Modifier and Type | Method and Description |
---|---|
NSFFormField |
NSFForm.getField(String fieldName,
boolean includeSubforms)
Returns the field for the provided (case-insensitive) name, or
null if
the field does not exist on the form. |
NSFFormField |
NSFDatabaseDesign.getSharedField(String sharedFieldName) |
Modifier and Type | Method and Description |
---|---|
List<NSFFormField> |
NSFForm.getFields(boolean includeSubforms)
Returns a
List of the fields on the form, as NSFFormField , in their order on the form. |
Copyright © 2014–2018. All rights reserved.