Index

A C D E G L M O R S 
All Classes and Interfaces|All Packages|Serialized Form

A

add(String, T) - Method in class cz.masci.commons.springfx.service.impl.ObservableListMapImpl
 
add(String, T) - Method in interface cz.masci.commons.springfx.service.ObservableListMap
Add or update item in the list identified by key param.
add(T) - Method in class cz.masci.commons.springfx.service.impl.ObservableListMapImpl
 
add(T) - Method in interface cz.masci.commons.springfx.service.ObservableListMap
Add or update item in the list identified by item class.
addListener(Class<T>, ListChangeListener<T>) - Method in class cz.masci.commons.springfx.service.impl.ObservableListMapImpl
 
addListener(Class<T>, ListChangeListener<T>) - Method in interface cz.masci.commons.springfx.service.ObservableListMap
Add list change listener on list identified by clazz param.
addListener(String, ListChangeListener<? extends Modifiable>) - Method in class cz.masci.commons.springfx.service.impl.ObservableListMapImpl
 
addListener(String, ListChangeListener<? extends Modifiable>) - Method in interface cz.masci.commons.springfx.service.ObservableListMap
Add list change listener on list identified by key param.

C

contains(String, T) - Method in class cz.masci.commons.springfx.service.impl.ObservableListMapImpl
 
contains(String, T) - Method in interface cz.masci.commons.springfx.service.ObservableListMap
Test the list identified by key param if contains the item.
contains(T) - Method in class cz.masci.commons.springfx.service.impl.ObservableListMapImpl
 
contains(T) - Method in interface cz.masci.commons.springfx.service.ObservableListMap
Test the list identified by item class if contains the item.
ConverterException - Exception in cz.masci.commons.springfx.exception
 
ConverterException(String, Throwable) - Constructor for exception cz.masci.commons.springfx.exception.ConverterException
 
createReadException(Throwable) - Static method in exception cz.masci.commons.springfx.exception.CrudException
 
createWriteException(Throwable) - Static method in exception cz.masci.commons.springfx.exception.CrudException
 
CrudException - Exception in cz.masci.commons.springfx.exception
 
CrudException(String) - Constructor for exception cz.masci.commons.springfx.exception.CrudException
 
CrudException(String, Throwable) - Constructor for exception cz.masci.commons.springfx.exception.CrudException
 
CrudService<T extends Modifiable> - Interface in cz.masci.commons.springfx.service
Service for CRUD operations on Modifiable children items.
cz.masci.commons.springfx - package cz.masci.commons.springfx
 
cz.masci.commons.springfx.data - package cz.masci.commons.springfx.data
 
cz.masci.commons.springfx.exception - package cz.masci.commons.springfx.exception
 
cz.masci.commons.springfx.service - package cz.masci.commons.springfx.service
 
cz.masci.commons.springfx.service.impl - package cz.masci.commons.springfx.service.impl
 

D

delete(T) - Method in interface cz.masci.commons.springfx.service.CrudService
Deletes item.

E

EditDialogControllerService<T extends Modifiable> - Interface in cz.masci.commons.springfx.service
This service is used by Master-Detail View Controllers.

G

getAll(Class<T>) - Method in class cz.masci.commons.springfx.service.impl.ObservableListMapImpl
 
getAll(Class<T>) - Method in interface cz.masci.commons.springfx.service.ObservableListMap
Get all items from list identified by clazz param.
getAll(String) - Method in class cz.masci.commons.springfx.service.impl.ObservableListMapImpl
 
getAll(String) - Method in interface cz.masci.commons.springfx.service.ObservableListMap
Get all items from list identified by key param.
getResultConverter() - Method in interface cz.masci.commons.springfx.service.EditDialogControllerService
Returns converter from ButtonType to edited item type.

L

list() - Method in interface cz.masci.commons.springfx.service.CrudService
Get list of items to display in Master view table.

M

Modifiable - Interface in cz.masci.commons.springfx.data
Identifier of modifiable items.

O

ObservableListMap - Interface in cz.masci.commons.springfx.service
Modifiable observable lists identified by key.
ObservableListMapImpl - Class in cz.masci.commons.springfx.service.impl
Implicit implementation of ObservableListMap using FXCollections.
ObservableListMapImpl() - Constructor for class cz.masci.commons.springfx.service.impl.ObservableListMapImpl
 

R

remove(String, T) - Method in class cz.masci.commons.springfx.service.impl.ObservableListMapImpl
 
remove(String, T) - Method in interface cz.masci.commons.springfx.service.ObservableListMap
Remove item from list identified by key param.
remove(T) - Method in class cz.masci.commons.springfx.service.impl.ObservableListMapImpl
 
remove(T) - Method in interface cz.masci.commons.springfx.service.ObservableListMap
Remove item from list identified by item.
removeListener(Class<T>, ListChangeListener<T>) - Method in class cz.masci.commons.springfx.service.impl.ObservableListMapImpl
 
removeListener(Class<T>, ListChangeListener<T>) - Method in interface cz.masci.commons.springfx.service.ObservableListMap
Remove list change listener from list identified by clazz param.
removeListener(String, ListChangeListener<? extends Modifiable>) - Method in class cz.masci.commons.springfx.service.impl.ObservableListMapImpl
 
removeListener(String, ListChangeListener<? extends Modifiable>) - Method in interface cz.masci.commons.springfx.service.ObservableListMap
Remove list change listener from list identified by key param.

S

save(T) - Method in interface cz.masci.commons.springfx.service.CrudService
Saves created/updated item from edit dialog or detail view.
SpringFxDataAutoConfiguration - Class in cz.masci.commons.springfx
Defining spring component scan package.
SpringFxDataAutoConfiguration() - Constructor for class cz.masci.commons.springfx.SpringFxDataAutoConfiguration
 
A C D E G L M O R S 
All Classes and Interfaces|All Packages|Serialized Form