Package com.codename1.rad.annotations
Annotation Type RAD
- Author:
- shannah
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionWhen parsing XML fragment files.The initial value to assign to this property when instances are created.String[]When parsing XML fragment files.
-
Element Details
-
tag
String[] tag- Default:
- {}
-
property
String property- Default:
- ""
-
tagType
TagType tagTypeWhen parsing XML fragment files. The XML tag may be parsed as an Attribute or a Component. Default is Component.- Returns:
- Default:
- Component
-
childTagType
TagType childTagTypeWhen parsing XML fragment files. The child XML tags can be parsed as Attributes or Components. Default is Components.- Returns:
- Default:
- Component
-
initialValue
String initialValueThe initial value to assign to this property when instances are created.- Returns:
- Default:
- ""
-