Uses of Class
org.eclipse.rap.json.JsonObject
Packages that use JsonObject
-
Uses of JsonObject in org.eclipse.rap.json
Methods in org.eclipse.rap.json that return JsonObjectModifier and TypeMethodDescriptionAdds a new member at the end of this object, with the specified name and the JSON representation of the specifiedboolean
value.Adds a new member at the end of this object, with the specified name and the JSON representation of the specifieddouble
value.Adds a new member at the end of this object, with the specified name and the JSON representation of the specifiedfloat
value.Adds a new member at the end of this object, with the specified name and the JSON representation of the specifiedint
value.Adds a new member at the end of this object, with the specified name and the JSON representation of the specifiedlong
value.Adds a new member at the end of this object, with the specified name and the JSON representation of the specified string.Adds a new member at the end of this object, with the specified name and the specified JSON value.JsonObject.asObject()
JsonValue.asObject()
Returns this JSON value asJsonObject
, assuming that this value represents a JSON object.static JsonObject
Reads a JSON object from the given reader.static JsonObject
Reads a JSON object from the given string.Removes a member with the specified name from this object.Sets the value of the member with the specified name to the JSON representation of the specifiedboolean
value.Sets the value of the member with the specified name to the JSON representation of the specifieddouble
value.Sets the value of the member with the specified name to the JSON representation of the specifiedfloat
value.Sets the value of the member with the specified name to the JSON representation of the specifiedint
value.Sets the value of the member with the specified name to the JSON representation of the specifiedlong
value.Sets the value of the member with the specified name to the JSON representation of the specified string.Sets the value of the member with the specified name to the specified JSON value.static JsonObject
JsonObject.unmodifiableObject
(JsonObject object) Returns an unmodifiable JsonObject for the specified one.Methods in org.eclipse.rap.json with parameters of type JsonObjectModifier and TypeMethodDescriptionstatic JsonObject
JsonObject.unmodifiableObject
(JsonObject object) Returns an unmodifiable JsonObject for the specified one.Constructors in org.eclipse.rap.json with parameters of type JsonObjectModifierConstructorDescriptionJsonObject
(JsonObject object) Creates a new JsonObject, initialized with the contents of the specified JSON object. -
Uses of JsonObject in org.eclipse.rap.rwt.remote
Methods in org.eclipse.rap.rwt.remote with parameters of type JsonObjectModifier and TypeMethodDescriptionvoid
RemoteObject.call
(String method, JsonObject parameters) Calls the method with the given name on the remote object.void
AbstractOperationHandler.handleCall
(String method, JsonObject parameters) void
OperationHandler.handleCall
(String method, JsonObject parameters) Handles a call operation from the remote object.void
AbstractOperationHandler.handleNotify
(String event, JsonObject properties) void
OperationHandler.handleNotify
(String event, JsonObject properties) Handles a notify operation from the remote object.void
AbstractOperationHandler.handleSet
(JsonObject properties) void
OperationHandler.handleSet
(JsonObject properties) Handles a set operation from the remote object. -
Uses of JsonObject in org.eclipse.rap.rwt.template
Methods in org.eclipse.rap.rwt.template that return JsonObjectModifier and TypeMethodDescriptionprotected JsonObject
Cell.toJson()
Creates a JSON representation of this cell.protected JsonObject
ImageCell.toJson()
protected JsonObject
TextCell.toJson()