- JotyActivity - Class in org.joty.mobile.gui
-
Base class for any implementation of the android.app.Activity
class made in Joty 2.0 Mobile.
- JotyActivity() - Constructor for class org.joty.mobile.gui.JotyActivity
-
- JotyActivity.AccessorCoordinates - Class in org.joty.mobile.gui
-
- JotyActivity.WaitCursor - Class in org.joty.mobile.gui
-
- JotyApp - Class in org.joty.mobile.app
-
Most of the methods of this class have been derived from the ones with the same name in the
org.joty.workstation.app.Application
class through the use of the completely new crucial inner class ResponseHandlersManager
.
- JotyApp() - Constructor for class org.joty.mobile.app.JotyApp
-
- JotyApp.ClauseContribution - Class in org.joty.mobile.app
-
- JotyApp.JotyMenus - Enum in org.joty.mobile.app
-
- JotyApp.JotyToast - Class in org.joty.mobile.app
-
- JotyApp.PasswordValidator - Interface in org.joty.mobile.app
-
- JotyApp.QueryResponseHandler - Class in org.joty.mobile.app
-
Derived from ResponseHandler
provides an implementation method focused to the
WResultSet object that is managed by the manager.
- JotyApp.QueryResponseHandlersManager - Class in org.joty.mobile.app
-
Derived from ResponseHandlersManager} it specializes its abilities in order to use a
WResultSet} object, the opening of which composes the forwarding part of the process while the
getting of the result set constitutes the handling part.
- JotyApp.RespManagerCountProvider - Class in org.joty.mobile.app
-
Provides comfortable get method for a counters map, having the name of the context used as key.
- JotyApp.ResponseHandler - Class in org.joty.mobile.app
-
Provides and imposes the needs to define an handling method for the response coming from the
Joty Server upon a command/commands forwarded by the hosting manager of type ResponseHandlersManager
.
- JotyApp.ResponseHandlersManager - Class in org.joty.mobile.app
-
ResponseHandlersManager is a core class of Joty 2.0 Mobile:
with the org.joty.mobile.web.WebConn.Connector
it helps the developer to assemble
the code for long running operations that must be performed over the network.
- JotyApp.ValuesOnChoice - Class in org.joty.mobile.app
-
- JotyCursor - Class in org.joty.mobile.data
-
The class is a derivation of BasicJotyCursor
that implements the android.database.Cursor
interface
to fully integrate with Android os and to support, indeed, the interaction with JotyResourceCursorAdapter
.
- JotyCursor(int, JotyApplication) - Constructor for class org.joty.mobile.data.JotyCursor
-
- JotyCursorWrapper - Class in org.joty.mobile.data
-
Makes expectations of Android about "_id" translated in the actual name of fisical database id field
used.
- JotyCursorWrapper(Cursor, String) - Constructor for class org.joty.mobile.data.JotyCursorWrapper
-
- JotyCursorWrapper(Cursor) - Constructor for class org.joty.mobile.data.JotyCursorWrapper
-
- JotyDatePicker - Class in org.joty.mobile.gui
-
Implements the DatePickerDialog.OnDateSetListener
interface to serve the TextView wrapped
by a TextTerm object.
- JotyDatePicker() - Constructor for class org.joty.mobile.gui.JotyDatePicker
-
- JotyDB - Class in org.joty.mobile.data
-
Similar to org.joty.workstation.data.JotyDB
, it is a subset of that class that is customized
for facing with the Android technology and for this purpose it adopts a ResponseHandlersManager in all its derived methods.
- JotyDB() - Constructor for class org.joty.mobile.data.JotyDB
-
- jotyDialogClassName - Variable in class org.joty.mobile.gui.JotyActivity.AccessorCoordinates
-
- jotyLang(String) - Method in class org.joty.mobile.app.JotyApp
-
- jotyLang(String) - Method in class org.joty.mobile.gui.JotyActivity
-
- JotyListFragment - Class in org.joty.mobile.gui
-
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.
- JotyListFragment() - Constructor for class org.joty.mobile.gui.JotyListFragment
-
- jotyMessage(String) - Method in class org.joty.mobile.app.JotyApp
-
- jotyMessage(Throwable) - Method in class org.joty.mobile.app.JotyApp
-
- jotyMessage(Exception) - Method in class org.joty.mobile.app.JotyApp
-
- JotyMsg(Object, String) - Method in class org.joty.mobile.app.JotyApp
-
- jotyPanelIndex - Variable in class org.joty.mobile.gui.JotyActivity.AccessorCoordinates
-
- JotyResourceCursorAdapter - Class in org.joty.mobile.gui
-
A ResourceCursorAdapter implementation that provides some comfortable accessor method to the fields
of JotyCursorWrapper
object.
- JotyResourceCursorAdapter(Context, int, JotyCursorWrapper, int) - Constructor for class org.joty.mobile.gui.JotyResourceCursorAdapter
-
- JotyResultFragment - Class in org.joty.mobile.gui
-
It is an abstract class that retrieves the QueryResponseHandlersManager
, which the container Activity works with.
- JotyResultFragment() - Constructor for class org.joty.mobile.gui.JotyResultFragment
-
- jotyTermName - Variable in class org.joty.mobile.gui.JotyActivity.AccessorCoordinates
-
- JotyToast(String, boolean, boolean) - Constructor for class org.joty.mobile.app.JotyApp.JotyToast
-
- JotyTrustManager - Class in org.joty.mobile.web
-
Concrete Joty 2.0 Mobile implementation of org.joty.web.AbstractJotyTrustManager
.
- jotyWarning(String) - Method in class org.joty.mobile.app.JotyApp
-