|
Download Sources | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liguorien.flex.generator.writers.as3.BuilderPropertyWriter
com.liguorien.flex.generator.writers.as3.properties.BasicMapProperty
com.liguorien.flex.generator.writers.as3.properties.EntityMapProperty
com.liguorien.flex.generator.writers.as3.properties.EntityMapElement
public class EntityMapElement
| Field Summary |
|---|
| Fields inherited from class com.liguorien.flex.generator.writers.as3.properties.BasicMapProperty |
|---|
_entryClass, _keyClass |
| Fields inherited from interface com.liguorien.flex.generator.writers.PropertyWriter |
|---|
COMPARATOR |
| Constructor Summary | |
|---|---|
EntityMapElement()
Creates a new instance of EntityMapElement |
|
| Method Summary | |
|---|---|
void |
writeProperty(java.io.Writer w,
FlexGenerator g,
FlexModelBuilderHandler handler,
java.lang.String varName,
java.beans.PropertyDescriptor prop)
Writes code to access a property. |
| Methods inherited from class com.liguorien.flex.generator.writers.as3.properties.EntityMapProperty |
|---|
acceptProperty, getPriority |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EntityMapElement()
| Method Detail |
|---|
public void writeProperty(java.io.Writer w,
FlexGenerator g,
FlexModelBuilderHandler handler,
java.lang.String varName,
java.beans.PropertyDescriptor prop)
throws java.io.IOException
PropertyWriter
writeProperty in interface PropertyWriter<FlexModelBuilderHandler>writeProperty in class EntityMapPropertyw - The Writerg - The current generatorhandler - The current handlervarName - The name of variable where the property is accessedprop - The ProspectorDescriptor of the current property
java.io.IOException
|
FlexGenerator | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||