T - Type being wrappedpublic interface SCOContainer<T> extends SCO<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLoaded()
Method to return if the SCO has its contents loaded.
|
void |
load()
Inform the SCO that it should load itself fully now (in case it is using lazy loading).
|
void |
setValue(T value)
Method to change the delegate value this wraps (to save recreating the wrapper).
|
attachCopy, clone, detachCopy, getFieldName, getOwner, getValue, initialise, initialise, initialise, unsetOwnervoid load()
boolean isLoaded()
void setValue(T value)
value - The new valueCopyright © 2016. All rights reserved.