JavaScript is disabled on your browser.
Method Summary
All Methods Instance Methods Abstract Methods
Never throws exception when user cannot read the field, or the object is unresolvable.
This method can be used also when the parent object is unresolvable or user has no permission to access.
Method Details
asString
Never throws exception when user cannot read the field, or the object is unresolvable. Same as
ScalarField.getIfCan()
Returns:
the value formatted as String. Never returns null.
render
Description copied from interface: Field
This method can be used also when the parent object is unresolvable or user has no permission to access.
In both cases the method will just render nothing and not throw any exceptions.
Specified by:
render
in interface CanRender <Renderer <? extends Renderer <?>>>
Specified by:
render
in interface Field