public class EditRecord extends Object
Modifier and Type | Class and Description |
---|---|
(package private) static class |
EditRecord.Viewer
An extension of the ViewRecord.Viewer that adds the ability to start an
action under which fields of the record can be modified.
|
Modifier and Type | Field and Description |
---|---|
(package private) static javax.wvcm.PropertyRequestItem.NestedPropertyName<?>[] |
fieldMetaProperties
The field meta-properties requested and displayed
|
(package private) static javax.wvcm.PropertyRequestItem.PropertyRequest |
RECORD_PROPERTIES
The record properties read prior to editing the record
|
Constructor and Description |
---|
EditRecord() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args)
Extends the ViewRecord example by adding buttons on the record view
window to start an edit action, add an attachment, or remove an
attachment
|
(package private) static boolean |
matches(javax.wvcm.PropertyNameList.PropertyName n1,
javax.wvcm.PropertyNameList.PropertyName n2)
Determines if the given PropertyName's have the same root name and
namespace (ignoring any nested properties they may have).
|
static javax.wvcm.PropertyRequestItem.NestedPropertyName<?>[] fieldMetaProperties
static final javax.wvcm.PropertyRequestItem.PropertyRequest RECORD_PROPERTIES
public EditRecord()
public static void main(String[] args)
args
- not usedstatic boolean matches(javax.wvcm.PropertyNameList.PropertyName n1, javax.wvcm.PropertyNameList.PropertyName n2)
n1
- A PropertyName. Must not be nulln2
- Another PropertyName. Must not be nullCopyright © IBM 2016. All rights reserved.