A C D E G I M N O P R S T V 
All Classes All Packages

A

autoCreateTables(boolean) - Method in class io.nevernull.mobileui.ormlite.OrmLiteConfiguration
Optionally alter the behavior to NOT automatically create tables for all entities by setting this featrue to false.

C

clear() - Method in interface io.nevernull.mobileui.preferences.Preferences
Clears the preferences.
close() - Method in interface io.nevernull.mobileui.ormlite.DaoFactory
Closes this factory and the underlying database

D

DaoFactory - Interface in io.nevernull.mobileui.ormlite
Inject → OrmLite factory for data access objects (DAOs).
DarkMode - Interface in io.nevernull.mobileui.darkmode
Inject → Plugin that allows you to request the current state of the dark mode / dark theme being enabled
DarkModeVariableProvider - Class in io.nevernull.mobileui.darkmode
A TemplateVariableProvider that provides the boolean property 'darkMode.enabled' to the template.
DarkModeVariableProvider(DarkMode) - Constructor for class io.nevernull.mobileui.darkmode.DarkModeVariableProvider
 

E

entities(Class<?>...) - Static method in class io.nevernull.mobileui.ormlite.OrmLiteConfiguration
Creates a new configuration for the given list of entity classes.

G

get(String, Object...) - Method in class io.nevernull.mobileui.i18n.MessageFunctionProvider.MessagesTemplateImpl
Get a message by key from the 'messages' resource bundle.
get(String, Object...) - Method in interface io.nevernull.mobileui.i18n.Messages
Get a message by key from the 'messages' resource bundle.
get(String, Object...) - Method in class io.nevernull.mobileui.i18n.MessagesImpl
 
getBoolean(String, boolean) - Method in interface io.nevernull.mobileui.preferences.Preferences
Get a boolean or fall back to a default.
getCacheKey() - Method in class io.nevernull.mobileui.i18n.MessageFunctionProvider
 
getCreateListener() - Method in class io.nevernull.mobileui.ormlite.OrmLiteConfiguration
Gets create listener.
getDao(Class<T>) - Method in interface io.nevernull.mobileui.ormlite.DaoFactory
Returns the DAO for the given entity class
getDatabaseVersion() - Method in class io.nevernull.mobileui.ormlite.OrmLiteConfiguration
Gets database version.
getDouble(String, double) - Method in interface io.nevernull.mobileui.preferences.Preferences
Get a double or fall back to a default.
getFloat(String, float) - Method in interface io.nevernull.mobileui.preferences.Preferences
Get a float or fall back to a default.
getFunctionObject() - Method in class io.nevernull.mobileui.i18n.MessageFunctionProvider
 
getInt(String, int) - Method in interface io.nevernull.mobileui.preferences.Preferences
Get an int or fall back to a default.
getLong(String, long) - Method in interface io.nevernull.mobileui.preferences.Preferences
Get along or fall back to a default.
getOrDefault(String, String, Object...) - Method in class io.nevernull.mobileui.i18n.MessageFunctionProvider.MessagesTemplateImpl
Get a message by key from the 'messages' resource bundle.
getOrDefault(String, String, Object...) - Method in interface io.nevernull.mobileui.i18n.Messages
Get a message by key from the 'messages' resource bundle.
getOrDefault(String, String, Object...) - Method in class io.nevernull.mobileui.i18n.MessagesImpl
 
getPrefix() - Method in class io.nevernull.mobileui.darkmode.DarkModeVariableProvider
 
getPrefix() - Method in class io.nevernull.mobileui.i18n.MessageFunctionProvider
 
getString(String) - Method in interface io.nevernull.mobileui.preferences.Preferences
Get a string or null, if the string does not exist
getString(String, String) - Method in interface io.nevernull.mobileui.preferences.Preferences
Get a string or fall back to a default.
getStringSet(String) - Method in interface io.nevernull.mobileui.preferences.Preferences
Get a string set or null, if the set does not exist.
getStringSet(String, Set<String>) - Method in interface io.nevernull.mobileui.preferences.Preferences
Get a string set or fall back to a default.
getUpgradeListener() - Method in class io.nevernull.mobileui.ormlite.OrmLiteConfiguration
Gets upgrade listener.

I

io.nevernull.mobileui.darkmode - package io.nevernull.mobileui.darkmode
MobileUI Plugin for Dark Mode on Android 10 and above and iOS 13 and above
io.nevernull.mobileui.i18n - package io.nevernull.mobileui.i18n
MobileUI Plugin for Internationalization with Java Resource Bundles
io.nevernull.mobileui.ormlite - package io.nevernull.mobileui.ormlite
MobileUI Plugin for OrmLite
io.nevernull.mobileui.plugin.vibrator - package io.nevernull.mobileui.plugin.vibrator
MobileUI Plugin for good vibrations
io.nevernull.mobileui.preferences - package io.nevernull.mobileui.preferences
MobileUI Plugin for key-value based preferences.
isAutoCreateTables() - Method in class io.nevernull.mobileui.ormlite.OrmLiteConfiguration
Is auto create tables boolean.
isEnabled() - Method in interface io.nevernull.mobileui.darkmode.DarkMode
 

M

MessageFunctionProvider - Class in io.nevernull.mobileui.i18n
Provides methods for i18n in MobileUI templates.
MessageFunctionProvider(I18nService, Messages) - Constructor for class io.nevernull.mobileui.i18n.MessageFunctionProvider
 
MessageFunctionProvider.MessagesTemplateImpl - Class in io.nevernull.mobileui.i18n
The object that is available to the template at render-time under 'messages.get(...)'.
Messages - Interface in io.nevernull.mobileui.i18n
Inject → The MobileUI MessageService that let's you translate your UI with Java's resource bundle mechanism
MessagesImpl - Class in io.nevernull.mobileui.i18n
 
MessagesImpl() - Constructor for class io.nevernull.mobileui.i18n.MessagesImpl
 

N

name(String) - Method in class io.nevernull.mobileui.ormlite.OrmLiteConfiguration
Optionally set the database simple file name (default: database.db).

O

onCreate(ConnectionSource) - Method in interface io.nevernull.mobileui.ormlite.OnCreateListener
Called when the database has been newly created.
onCreate(OnCreateListener) - Method in class io.nevernull.mobileui.ormlite.OrmLiteConfiguration
Optionally set a listener to react to the database being newly created.
OnCreateListener - Interface in io.nevernull.mobileui.ormlite
Listener that is called, if the database was newly created (e.g. when the app is installed).
onUpgrade(ConnectionSource, int, int) - Method in interface io.nevernull.mobileui.ormlite.OnUpgradeListener
Method being called, whenever your supplied user version (via OrmLiteConfiguration) is higher than the version given in the existing database.
onUpgrade(OnUpgradeListener) - Method in class io.nevernull.mobileui.ormlite.OrmLiteConfiguration
Optionally set a listener to react to database upgrades (your version being higher than the given database user version).
OnUpgradeListener - Interface in io.nevernull.mobileui.ormlite
Listener for database upgrades to higher user versions
open() - Method in interface io.nevernull.mobileui.ormlite.DaoFactory
Opens this factory and the underlying database
OrmLiteConfiguration - Class in io.nevernull.mobileui.ormlite
Config → Cross-Platform configuration for OrmLite.

P

Preferences - Interface in io.nevernull.mobileui.preferences
Inject → Manage app-local preferences with a simple key-value API.

R

remove(String) - Method in interface io.nevernull.mobileui.preferences.Preferences
Removes a value from the preferences.

S

set(String, boolean) - Method in interface io.nevernull.mobileui.preferences.Preferences
Set a boolean.
set(String, double) - Method in interface io.nevernull.mobileui.preferences.Preferences
Set a double.
set(String, float) - Method in interface io.nevernull.mobileui.preferences.Preferences
Set a float.
set(String, int) - Method in interface io.nevernull.mobileui.preferences.Preferences
Set an int.
set(String, long) - Method in interface io.nevernull.mobileui.preferences.Preferences
Set a long.
set(String, String) - Method in interface io.nevernull.mobileui.preferences.Preferences
Set a string.
set(String, Set<String>) - Method in interface io.nevernull.mobileui.preferences.Preferences
Set a set of strings.

T

toString() - Method in class io.nevernull.mobileui.ormlite.OrmLiteConfiguration
 

V

version(int) - Method in class io.nevernull.mobileui.ormlite.OrmLiteConfiguration
Optionally set the database user version for upgrade handling (default: 1)
vibrate() - Method in interface io.nevernull.mobileui.plugin.vibrator.Vibrator
Let the device vibrate for about 500ms.
Vibrator - Interface in io.nevernull.mobileui.plugin.vibrator
Inject → Service to let the mobile device vibrate.
visit(TemplateVariableProvider.Variables) - Method in class io.nevernull.mobileui.darkmode.DarkModeVariableProvider
 
A C D E G I M N O P R S T V 
All Classes All Packages