|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectqx.core.Object
qx.event.type.Event
qx.io.remote.Response
public class Response
Constructor Summary | |
---|---|
Response()
|
|
Response(java.lang.Object eventType)
|
Method Summary | |
---|---|
java.lang.Object |
getContent()
Returns the (computed) value of the property content . |
void |
getData()
|
java.lang.Object |
getResponseHeader(java.lang.Object vHeader)
|
java.lang.Object |
getResponseHeaders()
Returns the (computed) value of the property responseHeaders . |
java.lang.Integer |
getState()
Returns the (computed) value of the property state . |
java.lang.Integer |
getStatusCode()
Returns the (computed) value of the property statusCode . |
void |
initContent(java.lang.Object arg)
Calls the apply method and dispatches the change event of the property content
with the default value defined by the class developer. |
void |
initResponseHeaders(java.lang.Object arg)
Calls the apply method and dispatches the change event of the property responseHeaders
with the default value defined by the class developer. |
void |
initState(java.lang.Integer arg)
Calls the apply method and dispatches the change event of the property state
with the default value defined by the class developer. |
void |
initStatusCode(java.lang.Integer arg)
Calls the apply method and dispatches the change event of the property statusCode
with the default value defined by the class developer. |
void |
resetContent()
Resets the user value of the property content . |
void |
resetResponseHeaders()
Resets the user value of the property responseHeaders . |
void |
resetState()
Resets the user value of the property state . |
void |
resetStatusCode()
Resets the user value of the property statusCode . |
void |
setContent(java.lang.Object arg)
Sets the user value of the property content . |
void |
setResponseHeaders(java.lang.Object arg)
Sets the user value of the property responseHeaders . |
void |
setState(java.lang.Integer arg)
Sets the user value of the property state . |
void |
setStatusCode(java.lang.Integer arg)
Sets the user value of the property statusCode . |
Methods inherited from class qx.event.type.Event |
---|
getBubbles, getCurrentTarget, getDefaultPrevented, getOriginalTarget, getPropagationStopped, getRelatedTarget, getTarget, getType, preventDefault, stopPropagation |
Methods inherited from class qx.core.Object |
---|
_disposeFields, _disposeObjectDeep, _disposeObjects, base, dispose, get, getDisposed, isDisposed, reset, self, set, toHashCode, toString_ |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Response()
public Response(java.lang.Object eventType)
Method Detail |
---|
public java.lang.Object getContent()
Returns the (computed) value of the property content
.
For further details take a look at the property definition: content
.
public void getData()
public java.lang.Object getResponseHeader(java.lang.Object vHeader)
public java.lang.Object getResponseHeaders()
Returns the (computed) value of the property responseHeaders
.
For further details take a look at the property definition: responseHeaders
.
public java.lang.Integer getState()
Returns the (computed) value of the property state
.
For further details take a look at the property definition: state
.
public java.lang.Integer getStatusCode()
Returns the (computed) value of the property statusCode
.
For further details take a look at the property definition: statusCode
.
public void initContent(java.lang.Object arg)
Calls the apply method and dispatches the change event of the property content
with the default value defined by the class developer. This function can
only be called from the constructor of a class.
For further details take a look at the property definition: content
.
public void initResponseHeaders(java.lang.Object arg)
Calls the apply method and dispatches the change event of the property responseHeaders
with the default value defined by the class developer. This function can
only be called from the constructor of a class.
For further details take a look at the property definition: responseHeaders
.
public void initState(java.lang.Integer arg)
Calls the apply method and dispatches the change event of the property state
with the default value defined by the class developer. This function can
only be called from the constructor of a class.
For further details take a look at the property definition: state
.
public void initStatusCode(java.lang.Integer arg)
Calls the apply method and dispatches the change event of the property statusCode
with the default value defined by the class developer. This function can
only be called from the constructor of a class.
For further details take a look at the property definition: statusCode
.
public void resetContent()
Resets the user value of the property content
.
The computed value falls back to the next available value e.g. appearance, init or inheritance value depeneding on the property configuration and value availability.
For further details take a look at the property definition: content
.
public void resetResponseHeaders()
Resets the user value of the property responseHeaders
.
The computed value falls back to the next available value e.g. appearance, init or inheritance value depeneding on the property configuration and value availability.
For further details take a look at the property definition: responseHeaders
.
public void resetState()
Resets the user value of the property state
.
The computed value falls back to the next available value e.g. appearance, init or inheritance value depeneding on the property configuration and value availability.
For further details take a look at the property definition: state
.
public void resetStatusCode()
Resets the user value of the property statusCode
.
The computed value falls back to the next available value e.g. appearance, init or inheritance value depeneding on the property configuration and value availability.
For further details take a look at the property definition: statusCode
.
public void setContent(java.lang.Object arg)
Sets the user value of the property content
.
For further details take a look at the property definition: content
.
public void setResponseHeaders(java.lang.Object arg)
Sets the user value of the property responseHeaders
.
For further details take a look at the property definition: responseHeaders
.
public void setState(java.lang.Integer arg)
Sets the user value of the property state
.
For further details take a look at the property definition: state
.
public void setStatusCode(java.lang.Integer arg)
Sets the user value of the property statusCode
.
For further details take a look at the property definition: statusCode
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |