|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectflex.messaging.io.AbstractProxy
flex.messaging.io.PageableRowSetProxy
public class PageableRowSetProxy
A wrapped PageableRowSet instance requires custom serialization so this legacy type has been made to fit the PropertyProxy interface. TODO: This proxy is similar to features made possible with Externalizable so PageableRowSet/RecordSet should be moved to an Externalizable implementation.
| Field Summary | |
|---|---|
static String |
AS_TYPE_NAME
AS Object Type Name. |
static String |
COLUMN_NAMES
|
static String |
CURSOR
|
static int |
HUGE_PAGE_SIZE
|
static String |
ID
|
static String |
INITIAL_DATA
|
static List |
propertyNameCache
|
static Integer |
RECORD_SET_VERSION
|
static String |
SERVER_INFO
|
static String |
SERVICE_NAME
|
static String |
TOTAL_COUNT
ActionScript (AS) Object Key Names. |
static String |
VERSION
|
| Constructor Summary | |
|---|---|
PageableRowSetProxy()
|
|
PageableRowSetProxy(PageableRowSet defaultInstance)
|
|
PageableRowSetProxy(RowSet defaultInstance)
|
|
| Method Summary | |
|---|---|
Object |
clone()
Returns a copy of the PropertyProxy so that it can be used as a template without modifying/creating global references to instances, descriptors etc. |
String |
getAlias(Object instance)
The class name alias for the given instance. |
List |
getPropertyNames(Object instance)
The List of property names as Strings that make up the traits of the given instance. |
Class |
getType(Object instance,
String propertyName)
Looks up the Class type of the property by name on the given instance. |
Object |
getValue(Object instance,
String propertyName)
Looks up the value of a property by name for the given instance. |
void |
setValue(Object instance,
String propertyName,
Object value)
Updates the value of a property by name for the given instance. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int HUGE_PAGE_SIZE
public static final String AS_TYPE_NAME
public static final Integer RECORD_SET_VERSION
public static final String TOTAL_COUNT
public static final String COLUMN_NAMES
public static final String INITIAL_DATA
public static final String SERVICE_NAME
public static final String SERVER_INFO
public static final String VERSION
public static final String CURSOR
public static final String ID
public static final List propertyNameCache
| Constructor Detail |
|---|
public PageableRowSetProxy()
public PageableRowSetProxy(RowSet defaultInstance)
public PageableRowSetProxy(PageableRowSet defaultInstance)
| Method Detail |
|---|
public String getAlias(Object instance)
PropertyProxy
instance - the object to get the alias of.
public List getPropertyNames(Object instance)
PropertyProxy
instance - the object to examine
public Class getType(Object instance,
String propertyName)
PropertyProxy
instance - The instance that possesses the property.propertyName - The name of the property.
public Object getValue(Object instance,
String propertyName)
PropertyProxy
instance - The instance that possesses the requested property.propertyName - The name of the property.
public void setValue(Object instance,
String propertyName,
Object value)
PropertyProxy
instance - The instance that possesses the requested property.propertyName - The name of the property to update.value - The updated value for the property.public Object clone()
AbstractProxy
clone in interface PropertyProxyclone in class AbstractProxy
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/blazeds/1/javadoc/flex/messaging/io/PageableRowSetProxy.html