@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface ParticleView
View
interface. By annotating these classes with @ParticleView
, you are
allowing for Particle to discover these views at runtime and to prepare them
ready for display at the appropriate times through using the
ViewManager
.Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
name
The name of the view, used as part of
ViewManager.switchView(String) . |
Modifier and Type | Optional Element and Description |
---|---|
boolean |
isDefault
A view with isDefault set to true will be shown when the application
first starts.
|
public abstract java.lang.String name
ViewManager.switchView(String)
.