JavaScript is disabled on your browser.
All Superinterfaces:
CanBeCustomField
, CanRender <Renderer <? extends Renderer <?>>>
, Field
, ScalarField <String >
All Known Subinterfaces:
AttachmentBaseUrlField
, AvatarField
, FieldReferenceField
, HyperlinkUriField
, LinkedResourcePositionField
, SpaceField
, UpdatableFieldReferenceField
, UpdatableStringField
Since:
3.9.0
Method Summary
All Methods Instance Methods Abstract Methods
Returns empty string when null is in persistence.
Returns the value if user can read this field and the container object can be resolved, otherwise returns empty string.
Method Details
get
Returns empty string when null is in persistence.
Returned value is trimmed.
Specified by:
get
in interface ScalarField <String >
Returns:
the value or null
getIfCan
Returns the value if user can read this field and the container object can be resolved, otherwise returns empty string.
Never throws exception when user cannot read the field, or the object is unresolvable.
Returned value is trimmed.
Specified by:
getIfCan
in interface ScalarField <String >
Returns:
the value or null