Interface | Description |
---|---|
MenuActivity.Action |
Class | Description |
---|---|
ActivityController |
It provides reference and instantiation capabilities of all the data needed to a
DataResultActivity
object or to a DataDetailsActivity object, during its lifecycle. |
CheckTerm |
Created by Stefano on 9/2/2015.
|
DataDetailsActivity |
It is the renderer and optionally the editor of a single data record.
|
DataMainActivity |
The class implements the starting point for data inspection and data management for an entity
modelled in the database.
|
DataResultActivity |
It renders the result set got in response to an inquiry submitted to the Joty Server.
|
DetailsController |
The class is an
ActivityController specialized to coordinate the life of a DataDetailsActivity object. |
IdleActivity |
The main activity of the application must inherit from this class.
|
JotyActivity |
Base class for any implementation of the
android.app.Activity class made in Joty 2.0 Mobile. |
JotyDatePicker |
Implements the
DatePickerDialog.OnDateSetListener interface to serve the TextView wrapped
by a TextTerm object. |
JotyListFragment |
As root for the instances of the
android.app.Fragment class used in the Joty 2.0 framework
it just manages the attachment to the container (a JotyResultActivity object) for getting
a reference in the m_resultActivity member, imposes the implementation of the android.widget.AbsListView.OnItemClickListener
interface to act on the android.view.View object inflated from the R.layout.fragment_list layout resource file and provides an accessor
method to the ListView there modelled and manages the visualization of the TextView, again, there modelled, that informs about the absence of data. |
JotyResourceCursorAdapter |
A ResourceCursorAdapter implementation that provides some comfortable accessor method to the fields
of
JotyCursorWrapper object. |
JotyResultFragment |
It is an abstract class that retrieves the
QueryResponseHandlersManager , which the container Activity works with. |
MenuActivity |
It provides menu item builder methods that make no use of the resource inflating: the
addMenuItemToAppMenu method (with various overloads) and the addItemAsSubMenu method are
able to contribute to the building of the menu as they are used in the overriding of the onCreateOptionsMenu Android method. |
NavigatorListFragment |
Not directly connected with data it descends from the
JotyListFragment , just to set itself
as implementor of the OnItemLongClickListener interface, to let itself addressable by the ResultActivity instance
and to redirect the simple click action to an alternative method of it, typically dedicated to the "navigation"
upon the JotyResultFragment object. |
RadioTerm |
Created by Stefano on 9/2/2015.
|
ResultController |
An ActivityController specialized to serve the
DataResultActivity object and its embedded
JotyResultFragment object. |
ServerUrlActivity |
It builds an inner class
ServerUrlPicker that, descending from the android.os.AsyncTask
class, allows to perform on a background thread the following operations:
browsing the web for web page used as dispenser of the url the JotyApp have to work on, and, then,
by making use of the org.jsoup library, building an org.jsoup.nodes.Document object
and, from this, extracting the url. |
SpinnerTerm |
Created by Stefano on 9/2/2015.
|
StartUrlActivity |
This Activity acquires the credentials to be submitted to the server for the user authentication.
|
Term |
Created by Stefano on 9/2/2015.
|
TextTerm |
Created by Stefano on 9/2/2015.
|
Enum | Description |
---|---|
DataMainActivity.Type | |
MenuActivity.Permission |