public class SimpleUpdateField extends SimpleField implements UpdateField
UpdateField to be used with Update| Constructor and Description |
|---|
SimpleUpdateField(String name) |
SimpleUpdateField(String name,
Object value)
Creates new instance with
DEFAULT_ACTION |
SimpleUpdateField(String name,
Object value,
UpdateAction action) |
| Modifier and Type | Method and Description |
|---|---|
UpdateAction |
getAction()
UpdateAction to perform during update |
Object |
getValue()
Get value for field
|
void |
setValue(Object value) |
equals, getName, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetValuepublic SimpleUpdateField(String name)
public SimpleUpdateField(String name, @Nullable Object value)
DEFAULT_ACTIONname - value - public SimpleUpdateField(String name, @Nullable Object value, UpdateAction action)
name - value - action - public UpdateAction getAction()
UpdateFieldUpdateAction to perform during updategetAction in interface UpdateField@Nullable public Object getValue()
ValueHoldingFieldgetValue in interface ValueHoldingFieldCopyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.