|
GWT 2.3.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Deprecated public interface Splittable
This interface provides an abstraction around the underlying data model
(JavaScriptObject, org.json
, or XML) used to encode an AutoBeanCodex
payload.
AutoBeans has moved to
com.google.web.bindery.autobeans
. This package will be
removed in a future version of GWT.
Method Summary | |
---|---|
java.lang.String |
asString()
Deprecated. Returns a string representation of the data. |
Splittable |
get(int index)
Deprecated. Returns the nth element of a list. |
Splittable |
get(java.lang.String key)
Deprecated. Returns the named property. |
java.lang.String |
getPayload()
Deprecated. Returns a wire-format representation of the data. |
java.util.List<java.lang.String> |
getPropertyKeys()
Deprecated. Returns all keys available in the Splittable. |
boolean |
isIndexed()
Deprecated. Returns true if size() and get(int) can be
expected to return meaningful values. |
boolean |
isKeyed()
Deprecated. Returns true if getPropertyKeys() and get(String)
can be expected to return meaningful values. |
boolean |
isNull(int index)
Deprecated. Indicates if the nth element of a list is null. |
boolean |
isNull(java.lang.String key)
Deprecated. Indicates if the named property is null. |
boolean |
isString()
Deprecated. Returns true if asString() can be expected to return a
meaningful value. |
int |
size()
Deprecated. Returns the size of the list. |
Method Detail |
---|
java.lang.String asString()
Splittable get(int index)
Splittable get(java.lang.String key)
java.lang.String getPayload()
java.util.List<java.lang.String> getPropertyKeys()
boolean isIndexed()
true if size()
and get(int)
can be
expected to return meaningful values.
boolean isKeyed()
true if getPropertyKeys()
and get(String)
can be expected to return meaningful values.
boolean isNull(int index)
boolean isNull(java.lang.String key)
boolean isString()
true if asString()
can be expected to return a
meaningful value.
int size()
|
GWT 2.3.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |