Interface RebindValue
- All Known Implementing Classes:
 AbstractRebindValue,FreeSearchRebindValue,GeoSearchRebindValue,RangeRebindValue,RoomProposalRebindValue,SelectionRebindValue,SimpleRebindValue
Deprecated.
Represents a value as received back from the client.
 
To get to the value(s) you need to downcast it to one of the implementations.
- 
Method Details
- 
getComponentId
String getComponentId()Deprecated. - 
getFieldUri
URI getFieldUri()Deprecated. - 
getVersion
long getVersion()Deprecated. - 
isDirty
boolean isDirty()Deprecated. - 
hasValue
boolean hasValue()Deprecated.Tells if there is a value.- For a simple value that means: something not null.
 - For a selection value that means: at least one selection.
 
Note: this has absolutely nothing to do with
isDirty()! This instance may be dirty and have "no value" (something was removed), or be clean and have a value (an initial default value for example).- See Also:
 
 - 
hasNonEmptyValue
boolean hasNonEmptyValue()Deprecated.Tells if there is a value, and it's not "empty".- See Also:
 
 
 -