|
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
public class EntityMapProperty
| 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 | |
|---|---|
EntityMapProperty()
|
|
| Method Summary | |
|---|---|
boolean |
acceptProperty(java.beans.PropertyDescriptor prop,
FlexModelBuilderHandler handler)
Accepts any Map properties with FlexMap annotation. |
int |
getPriority()
Returns the priority for this writer. |
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 java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EntityMapProperty()
| Method Detail |
|---|
public int getPriority()
PropertyWriter
getPriority in interface PropertyWriter<FlexModelBuilderHandler>getPriority in class BasicMapProperty
public boolean acceptProperty(java.beans.PropertyDescriptor prop,
FlexModelBuilderHandler handler)
BasicMapPropertyFlexMap annotation.
acceptProperty in interface PropertyWriter<FlexModelBuilderHandler>acceptProperty in class BasicMapPropertyprop - The property to checkhandler - The current generator handler
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 BasicMapPropertyw - 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 | |||||||||