@Retention(value=RUNTIME)
public static @interface Widget.WidgetAttribute
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
name
Sets the name of the attribute.
|
Modifier and Type | Optional Element and Description |
---|---|
boolean |
isOptional
Defines the attribute as optional.
|
public abstract java.lang.String name
*.fp
) and in widget
hierarchy as method name: setXxx()
where Xxx
is this attribute name value.public abstract boolean isOptional