Create view of the activity.
Create view of the activity.
Initialize or update controlles according to locale.
Initialize or update controlles according to locale.
current user's locale
Apply changes to entity according to existing hierarchy.
Apply changes to entity according to existing hierarchy.
property change events that should be applied
Destroy a session for Java content repository.
Destroy a session for Java content repository.
Finds a entity that was identified by the id attribute that was processed in #onCreate.
Finds a entity that was identified by the id attribute that was processed in #onCreate.
id attribute that was processed
the entity if found or null otherwise
Fire event for all registered handlers.
Retrieve detailed activity information.
Retrieve detailed activity information.
detailed activity information
Retrieve an activity thread that corresponding for this activity.
Retrieve an activity thread that corresponding for this activity.
an activity thread that corresponding for this activity
Provide list of property change events.
Provide list of property change events.
list of property change events
Retrieve class loader for external resources.
Retrieve class loader for external resources.
class loader for external resources
Retrieve an intent that created this activity.
Retrieve an intent that created this activity.
an intent that created this activity
Provide a session for Java content repository.
Provide a session for Java content repository.
JCR session
RepositoryException
if if no suitable repository is found or
another error occurs.
Provide a session for Java content repository.
Provide a session for Java content repository.
JCR session
RepositoryException
if if no suitable repository is found or
another error occurs.
Retrieve an activity that initialize current activity creation.
Retrieve an activity that initialize current activity creation.
an activity that initialize current activity creation
Get set of handlers that this activity registered.
Get set of handlers that this activity registered.
Set of registered handlers.
Retrieve the current Window for the activity.
Retrieve the current Window for the activity. This can be used to directly access parts of the Window API that are not available through Activity/Screen.
the current window, or null if the activity is not visual
Handle event.
Call corresponding entity attached EventListener.
Call corresponding entity attached EventListener.
entity identity that fire event
an event type
Instantiates a layout XML file into its corresponding Entity objects.
Instantiates a layout XML file into its corresponding Entity objects.
path to the XML resource view view
the root View of the inflated hierarchy
Post an notification to be notified.
Post an notification to be notified.
the description of the event to notify
Called when the activity is retrieving result from called before activity.
Called when the activity is starting.
Called when the activity is starting. This is where most initialization should go: calling #setContentView(Entity) to inflate the activity's UI, using #findById(String) to pragmatically interact with views in the UI.
Perform any final cleanup before an activity is destroyed.
Perform any final cleanup before an activity is destroyed. This can happen either because the activity is finishing on it, or because the system is temporarily destroying this instance of the activity to save space.
Derived classes must call through to the super class's implementation of this method. If they do not, an exception will be thrown.
Register system event handler.
Register system event handler.
event type
event class
event handler instance
the handler registration, can be stored in order to remove the handler later
Sets detailed activity information.
Sets an activity thread that corresponding for this activity.
Sets an activity thread that corresponding for this activity.
an activity thread that corresponding for this activity
Sets class loader for external resources.
Sets class loader for external resources.
class loader for external resources
Set the activity content to an explicit view.
Set the activity content to an explicit view. This view is placed directly into the activity's view hierarchy. It can itself be a complex view hierarchy. When calling this method, the layout parameters of the specified view are ignored.
path to the XML resource view
Set the activity content to an explicit view.
Set the activity content to an explicit view. This view is placed directly into the activity's view hierarchy. It can itself be a complex view hierarchy. When calling this method, the layout parameters of the specified view are ignored.
the desired content to display
Sets list of java package names that contain schema derived class and/or java to schema (JAXB-annotated) mapped classes.
Sets list of java package names that contain schema derived class and/or java to schema (JAXB-annotated) mapped classes.
list of java package names that contain schema derived class and/or java to schema (JAXB-annotated) mapped classes
Sets resource controller reference.
Sets an intent that created this activity.
Sets an intent that created this activity.
an intent that created this activity
Sets activity that initialize current activity creation.
Sets activity that initialize current activity creation.
an activity that initialize current activity creation
Change the title associated with this activity.
Change the title associated with this activity. If this is a top-level activity, the title for its window will change. If it is an embedded activity, the parent can do whatever it wants with it.
title associated with this activity
Change the type associated with this activity.
Change the type associated with this activity. If this is a top-level activity, the type for its window will change.
title associated with this activity
Provide ability to set display after de-serialization.
Provide ability to set display after de-serialization.
path to the XML resource view
Provide ability to set display after de-serialization.
Provide ability to set display after de-serialization.
window to set
Launch a new activity.
Launch a new activity. You will not receive any information about when the activity exits.
the description of the activity to start
Enable tracking changes for the entity.
Enable tracking changes for the entity.
Supposed to be used for activities which presents information according to user's locale. It automatically registers in event bus to handle LocaleChangeEvent.