Index

A B C D E F G I L O R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values

A

addListener(InvalidationListener) - Method in class cz.masci.springfx.mvci.model.dirty.DirtyBooleanProperty
 
addListener(InvalidationListener) - Method in class cz.masci.springfx.mvci.model.dirty.DirtyIntegerProperty
 
addListener(InvalidationListener) - Method in class cz.masci.springfx.mvci.model.dirty.DirtyListProperty
 
addListener(InvalidationListener) - Method in class cz.masci.springfx.mvci.model.dirty.DirtyLongProperty
 
addListener(InvalidationListener) - Method in class cz.masci.springfx.mvci.model.dirty.DirtyStringProperty
 
addListener(ChangeListener<? super Boolean>) - Method in class cz.masci.springfx.mvci.model.dirty.DirtyBooleanProperty
 
addListener(ChangeListener<? super Number>) - Method in class cz.masci.springfx.mvci.model.dirty.DirtyIntegerProperty
 
addListener(ChangeListener<? super Number>) - Method in class cz.masci.springfx.mvci.model.dirty.DirtyLongProperty
 
addListener(ChangeListener<? super String>) - Method in class cz.masci.springfx.mvci.model.dirty.DirtyStringProperty
 
addListener(ChangeListener<? super ObservableList<E>>) - Method in class cz.masci.springfx.mvci.model.dirty.DirtyListProperty
 
addListener(ListChangeListener<? super E>) - Method in class cz.masci.springfx.mvci.model.dirty.DirtyListProperty
 
applyNotNull(T, Function<T, V>) - Static method in class cz.masci.springfx.mvci.util.FunctionUtils
Accepts not null source and applies the transform function on it.
applyNotNullElse(T, Function<T, V>, V) - Static method in class cz.masci.springfx.mvci.util.FunctionUtils
Accepts not null source and applies the transform function on it.
applyNotNullElseGet(T, Function<T, V>, Supplier<V>) - Static method in class cz.masci.springfx.mvci.util.FunctionUtils
Accepts not null source and applies the transform function on it.

B

bind(ObservableValue<? extends Boolean>) - Method in class cz.masci.springfx.mvci.model.dirty.DirtyBooleanProperty
 
bind(ObservableValue<? extends Number>) - Method in class cz.masci.springfx.mvci.model.dirty.DirtyIntegerProperty
 
bind(ObservableValue<? extends Number>) - Method in class cz.masci.springfx.mvci.model.dirty.DirtyLongProperty
 
bind(ObservableValue<? extends String>) - Method in class cz.masci.springfx.mvci.model.dirty.DirtyStringProperty
 
bind(ObservableValue<? extends ObservableList<E>>) - Method in class cz.masci.springfx.mvci.model.dirty.DirtyListProperty
 
BindingUtils - Class in cz.masci.springfx.mvci.util
 
BindingUtils() - Constructor for class cz.masci.springfx.mvci.util.BindingUtils
 
bindNullableBidirectional(ObservableValue<V>, List<Triple<U, Function<V, U>, T>>) - Method in class cz.masci.springfx.mvci.util.BindingUtils
Create bidirectional bindings between properties of nullable object and another properties.
bindNullableBidirectional(ObservableValue<V>, U, Function<V, U>, T) - Method in class cz.masci.springfx.mvci.util.BindingUtils
Create bidirectional bindings between property of nullable object and another property.
build() - Method in class cz.masci.springfx.mvci.util.ListChangeListenerBuilder
 
build() - Method in class cz.masci.springfx.mvci.view.builder.CommandsViewBuilder
 
build() - Method in class cz.masci.springfx.mvci.view.builder.ListDetailViewBuilder
 
build(Supplier<T>) - Method in class cz.masci.springfx.mvci.view.builder.ButtonBuilder
 
builder() - Static method in class cz.masci.springfx.mvci.view.builder.ButtonBuilder
 
builder() - Static method in class cz.masci.springfx.mvci.view.builder.ListDetailViewBuilder
 
BuilderUtils - Class in cz.masci.springfx.mvci.util
 
BuilderUtils() - Constructor for class cz.masci.springfx.mvci.util.BuilderUtils
 
ButtonBuilder - Class in cz.masci.springfx.mvci.view.builder
Button builder.
ButtonBuilder() - Constructor for class cz.masci.springfx.mvci.view.builder.ButtonBuilder
 

C

command(Runnable) - Method in class cz.masci.springfx.mvci.view.builder.ButtonBuilder
 
command(Consumer<Runnable>) - Method in class cz.masci.springfx.mvci.view.builder.ButtonBuilder
 
CommandsViewBuilder - Class in cz.masci.springfx.mvci.view.builder
All provided buttons are put in the HBox.
CommandsViewBuilder(List<? extends Button>) - Constructor for class cz.masci.springfx.mvci.view.builder.CommandsViewBuilder
 
CommandsViewBuilder(List<? extends Button>, Pos) - Constructor for class cz.masci.springfx.mvci.view.builder.CommandsViewBuilder
 
createListChangeListener(Consumer<T>, Consumer<T>, Consumer<T>, Consumer<T>) - Static method in class cz.masci.springfx.mvci.util.ListenerUtils
Creates list change listener with consumers on add, remove, updated and permutated item.
createValidationSupportingText() - Method in class cz.masci.springfx.mvci.util.BuilderUtils
Creates validation supporting text label with set style class error.
cz.masci.springfx.mvci.controller - package cz.masci.springfx.mvci.controller
 
cz.masci.springfx.mvci.controller.impl - package cz.masci.springfx.mvci.controller.impl
 
cz.masci.springfx.mvci.model - package cz.masci.springfx.mvci.model
 
cz.masci.springfx.mvci.model.dirty - package cz.masci.springfx.mvci.model.dirty
 
cz.masci.springfx.mvci.util - package cz.masci.springfx.mvci.util
 
cz.masci.springfx.mvci.view - package cz.masci.springfx.mvci.view
 
cz.masci.springfx.mvci.view.builder - package cz.masci.springfx.mvci.view.builder
 
cz.masci.springfx.mvci.view.impl - package cz.masci.springfx.mvci.view.impl
 

D

DirtyBooleanProperty - Class in cz.masci.springfx.mvci.model.dirty
 
DirtyBooleanProperty(Boolean) - Constructor for class cz.masci.springfx.mvci.model.dirty.DirtyBooleanProperty
 
DirtyIntegerProperty - Class in cz.masci.springfx.mvci.model.dirty
 
DirtyIntegerProperty(Integer) - Constructor for class cz.masci.springfx.mvci.model.dirty.DirtyIntegerProperty
 
DirtyJFXTableRow<T extends org.nield.dirtyfx.tracking.DirtyProperty> - Class in cz.masci.springfx.mvci.view.impl
JFX table row dirty style implementation.
DirtyJFXTableRow(String) - Constructor for class cz.masci.springfx.mvci.view.impl.DirtyJFXTableRow
 
DirtyListProperty<E extends org.nield.dirtyfx.tracking.DirtyProperty> - Class in cz.masci.springfx.mvci.model.dirty
 
DirtyListProperty() - Constructor for class cz.masci.springfx.mvci.model.dirty.DirtyListProperty
 
DirtyLongProperty - Class in cz.masci.springfx.mvci.model.dirty
 
DirtyLongProperty(Long) - Constructor for class cz.masci.springfx.mvci.model.dirty.DirtyLongProperty
 
DirtyMFXTableRow<T extends org.nield.dirtyfx.tracking.DirtyProperty> - Class in cz.masci.springfx.mvci.view.impl
MFX table row with dirty style implementation.
DirtyMFXTableRow(MFXTableView<T>, T, String) - Constructor for class cz.masci.springfx.mvci.view.impl.DirtyMFXTableRow
 
DirtyStringProperty - Class in cz.masci.springfx.mvci.model.dirty
 
DirtyStringProperty(String) - Constructor for class cz.masci.springfx.mvci.model.dirty.DirtyStringProperty
 
DirtyStyleable<T extends org.nield.dirtyfx.tracking.DirtyProperty> - Interface in cz.masci.springfx.mvci.view
Interface for listening changes on dirty property.
disableExpression(BooleanExpression) - Method in class cz.masci.springfx.mvci.view.builder.ButtonBuilder
 

E

emptyProperty() - Method in class cz.masci.springfx.mvci.model.dirty.DirtyListProperty
 
enhanceValidatedNodeWithSupportingText(T, Consumer<ChangeListener<? super Boolean>>, Constraint) - Method in class cz.masci.springfx.mvci.util.BuilderUtils
Creates region with node and supporting text which appears when the node is invalid.
enhanceValidatedNodeWithSupportingText(T, Label, Consumer<ChangeListener<? super Boolean>>, Constraint) - Method in class cz.masci.springfx.mvci.util.BuilderUtils
Creates region with node and supporting text which appears when the node is invalid.
ERROR_STYLE_CLASS - Static variable in class cz.masci.springfx.mvci.util.BuilderUtils
Implicit style class of the validation supported text

F

FunctionUtils - Class in cz.masci.springfx.mvci.util
 
FunctionUtils() - Constructor for class cz.masci.springfx.mvci.util.FunctionUtils
 

G

get() - Method in class cz.masci.springfx.mvci.model.dirty.DirtyBooleanProperty
 
get() - Method in class cz.masci.springfx.mvci.model.dirty.DirtyIntegerProperty
 
get() - Method in class cz.masci.springfx.mvci.model.dirty.DirtyListProperty
 
get() - Method in class cz.masci.springfx.mvci.model.dirty.DirtyLongProperty
 
get() - Method in class cz.masci.springfx.mvci.model.dirty.DirtyStringProperty
 
getBean() - Method in class cz.masci.springfx.mvci.model.dirty.DirtyBooleanProperty
 
getBean() - Method in class cz.masci.springfx.mvci.model.dirty.DirtyIntegerProperty
 
getBean() - Method in class cz.masci.springfx.mvci.model.dirty.DirtyListProperty
 
getBean() - Method in class cz.masci.springfx.mvci.model.dirty.DirtyLongProperty
 
getBean() - Method in class cz.masci.springfx.mvci.model.dirty.DirtyStringProperty
 
getItems() - Method in class cz.masci.springfx.mvci.model.ListModel
 
getName() - Method in class cz.masci.springfx.mvci.model.dirty.DirtyBooleanProperty
 
getName() - Method in class cz.masci.springfx.mvci.model.dirty.DirtyIntegerProperty
 
getName() - Method in class cz.masci.springfx.mvci.model.dirty.DirtyListProperty
 
getName() - Method in class cz.masci.springfx.mvci.model.dirty.DirtyLongProperty
 
getName() - Method in class cz.masci.springfx.mvci.model.dirty.DirtyStringProperty
 
getOriginalValue() - Method in class cz.masci.springfx.mvci.model.dirty.DirtyBooleanProperty
Gets the value of the property originalValue.
getOriginalValue() - Method in class cz.masci.springfx.mvci.model.dirty.DirtyIntegerProperty
Gets the value of the property originalValue.
getOriginalValue() - Method in class cz.masci.springfx.mvci.model.dirty.DirtyLongProperty
Gets the value of the property originalValue.
getOriginalValue() - Method in class cz.masci.springfx.mvci.model.dirty.DirtyStringProperty
Gets the value of the property originalValue.
getSelectedItem() - Method in class cz.masci.springfx.mvci.model.ListModel
Gets the value of the property selectedItem.
getValue() - Method in class cz.masci.springfx.mvci.model.dirty.DirtyBooleanProperty
 
getValue() - Method in class cz.masci.springfx.mvci.model.dirty.DirtyIntegerProperty
 
getValue() - Method in class cz.masci.springfx.mvci.model.dirty.DirtyLongProperty
 
getValue() - Method in class cz.masci.springfx.mvci.model.dirty.DirtyStringProperty
 
getView() - Method in class cz.masci.springfx.mvci.controller.impl.SimpleController
 
getView() - Method in interface cz.masci.springfx.mvci.controller.ViewProvider
 

I

initDirtyPropertyChangeListener(Val<T>, String) - Method in interface cz.masci.springfx.mvci.view.DirtyStyleable
 
INVALID_PSEUDO_CLASS - Static variable in class cz.masci.springfx.mvci.util.BuilderUtils
Pseudo class added to invalid node.
isBound() - Method in class cz.masci.springfx.mvci.model.dirty.DirtyBooleanProperty
 
isBound() - Method in class cz.masci.springfx.mvci.model.dirty.DirtyIntegerProperty
 
isBound() - Method in class cz.masci.springfx.mvci.model.dirty.DirtyListProperty
 
isBound() - Method in class cz.masci.springfx.mvci.model.dirty.DirtyLongProperty
 
isBound() - Method in class cz.masci.springfx.mvci.model.dirty.DirtyStringProperty
 
isDirty() - Method in class cz.masci.springfx.mvci.model.dirty.DirtyBooleanProperty
 
isDirty() - Method in class cz.masci.springfx.mvci.model.dirty.DirtyIntegerProperty
 
isDirty() - Method in class cz.masci.springfx.mvci.model.dirty.DirtyListProperty
 
isDirty() - Method in class cz.masci.springfx.mvci.model.dirty.DirtyLongProperty
 
isDirty() - Method in class cz.masci.springfx.mvci.model.dirty.DirtyStringProperty
 
isDirtyProperty() - Method in class cz.masci.springfx.mvci.model.dirty.DirtyBooleanProperty
 
isDirtyProperty() - Method in class cz.masci.springfx.mvci.model.dirty.DirtyIntegerProperty
 
isDirtyProperty() - Method in class cz.masci.springfx.mvci.model.dirty.DirtyListProperty
 
isDirtyProperty() - Method in class cz.masci.springfx.mvci.model.dirty.DirtyLongProperty
 
isDirtyProperty() - Method in class cz.masci.springfx.mvci.model.dirty.DirtyStringProperty
 
items - Variable in class cz.masci.springfx.mvci.model.ListModel
 

L

ListChangeListenerBuilder<E> - Class in cz.masci.springfx.mvci.util
Builder for ListChangeListener.
ListChangeListenerBuilder() - Constructor for class cz.masci.springfx.mvci.util.ListChangeListenerBuilder
 
ListDetailViewBuilder - Class in cz.masci.springfx.mvci.view.builder
A border pane with provided region is created.
ListDetailViewBuilder() - Constructor for class cz.masci.springfx.mvci.view.builder.ListDetailViewBuilder
 
ListenerUtils - Class in cz.masci.springfx.mvci.util
 
ListenerUtils() - Constructor for class cz.masci.springfx.mvci.util.ListenerUtils
 
ListModel<E extends org.nield.dirtyfx.tracking.DirtyProperty> - Class in cz.masci.springfx.mvci.model
This class represents base list model with observable list to observe changes.
ListModel() - Constructor for class cz.masci.springfx.mvci.model.ListModel
 

O

onAdd(Consumer<E>) - Method in class cz.masci.springfx.mvci.util.ListChangeListenerBuilder
 
onPermutated(Consumer<E>) - Method in class cz.masci.springfx.mvci.util.ListChangeListenerBuilder
 
onRemove(Consumer<E>) - Method in class cz.masci.springfx.mvci.util.ListChangeListenerBuilder
 
onUpdated(Consumer<E>) - Method in class cz.masci.springfx.mvci.util.ListChangeListenerBuilder
 
originalValueProperty() - Method in class cz.masci.springfx.mvci.model.dirty.DirtyBooleanProperty
 
originalValueProperty() - Method in class cz.masci.springfx.mvci.model.dirty.DirtyIntegerProperty
 
originalValueProperty() - Method in class cz.masci.springfx.mvci.model.dirty.DirtyLongProperty
 
originalValueProperty() - Method in class cz.masci.springfx.mvci.model.dirty.DirtyStringProperty
 

R

rebaseline() - Method in class cz.masci.springfx.mvci.model.dirty.DirtyBooleanProperty
 
rebaseline() - Method in class cz.masci.springfx.mvci.model.dirty.DirtyIntegerProperty
 
rebaseline() - Method in class cz.masci.springfx.mvci.model.dirty.DirtyListProperty
 
rebaseline() - Method in class cz.masci.springfx.mvci.model.dirty.DirtyLongProperty
 
rebaseline() - Method in class cz.masci.springfx.mvci.model.dirty.DirtyStringProperty
 
removeListener(InvalidationListener) - Method in class cz.masci.springfx.mvci.model.dirty.DirtyBooleanProperty
 
removeListener(InvalidationListener) - Method in class cz.masci.springfx.mvci.model.dirty.DirtyIntegerProperty
 
removeListener(InvalidationListener) - Method in class cz.masci.springfx.mvci.model.dirty.DirtyListProperty
 
removeListener(InvalidationListener) - Method in class cz.masci.springfx.mvci.model.dirty.DirtyLongProperty
 
removeListener(InvalidationListener) - Method in class cz.masci.springfx.mvci.model.dirty.DirtyStringProperty
 
removeListener(ChangeListener<? super Boolean>) - Method in class cz.masci.springfx.mvci.model.dirty.DirtyBooleanProperty
 
removeListener(ChangeListener<? super Number>) - Method in class cz.masci.springfx.mvci.model.dirty.DirtyIntegerProperty
 
removeListener(ChangeListener<? super Number>) - Method in class cz.masci.springfx.mvci.model.dirty.DirtyLongProperty
 
removeListener(ChangeListener<? super String>) - Method in class cz.masci.springfx.mvci.model.dirty.DirtyStringProperty
 
removeListener(ChangeListener<? super ObservableList<E>>) - Method in class cz.masci.springfx.mvci.model.dirty.DirtyListProperty
 
removeListener(ListChangeListener<? super E>) - Method in class cz.masci.springfx.mvci.model.dirty.DirtyListProperty
 
reset() - Method in class cz.masci.springfx.mvci.model.dirty.DirtyBooleanProperty
 
reset() - Method in class cz.masci.springfx.mvci.model.dirty.DirtyIntegerProperty
 
reset() - Method in class cz.masci.springfx.mvci.model.dirty.DirtyListProperty
 
reset() - Method in class cz.masci.springfx.mvci.model.dirty.DirtyLongProperty
 
reset() - Method in class cz.masci.springfx.mvci.model.dirty.DirtyStringProperty
 

S

selectedItem - Variable in class cz.masci.springfx.mvci.model.ListModel
 
selectedItemProperty() - Method in class cz.masci.springfx.mvci.model.ListModel
 
set(boolean) - Method in class cz.masci.springfx.mvci.model.dirty.DirtyBooleanProperty
 
set(int) - Method in class cz.masci.springfx.mvci.model.dirty.DirtyIntegerProperty
 
set(long) - Method in class cz.masci.springfx.mvci.model.dirty.DirtyLongProperty
 
set(String) - Method in class cz.masci.springfx.mvci.model.dirty.DirtyStringProperty
 
set(ObservableList<E>) - Method in class cz.masci.springfx.mvci.model.dirty.DirtyListProperty
 
setValue(Boolean) - Method in class cz.masci.springfx.mvci.model.dirty.DirtyBooleanProperty
 
setValue(Number) - Method in class cz.masci.springfx.mvci.model.dirty.DirtyIntegerProperty
 
setValue(Number) - Method in class cz.masci.springfx.mvci.model.dirty.DirtyLongProperty
 
setValue(String) - Method in class cz.masci.springfx.mvci.model.dirty.DirtyStringProperty
 
SimpleController<T extends javafx.scene.layout.Region,U extends javafx.util.Builder<T>> - Class in cz.masci.springfx.mvci.controller.impl
Simple controller implementation providing view through the view builder provided in the constructor.
SimpleController() - Constructor for class cz.masci.springfx.mvci.controller.impl.SimpleController
 
sizeProperty() - Method in class cz.masci.springfx.mvci.model.dirty.DirtyListProperty
 
styleClass(String) - Method in class cz.masci.springfx.mvci.view.builder.ButtonBuilder
 

T

text(String) - Method in class cz.masci.springfx.mvci.view.builder.ButtonBuilder
 

U

unbind() - Method in class cz.masci.springfx.mvci.model.dirty.DirtyBooleanProperty
 
unbind() - Method in class cz.masci.springfx.mvci.model.dirty.DirtyIntegerProperty
 
unbind() - Method in class cz.masci.springfx.mvci.model.dirty.DirtyListProperty
 
unbind() - Method in class cz.masci.springfx.mvci.model.dirty.DirtyLongProperty
 
unbind() - Method in class cz.masci.springfx.mvci.model.dirty.DirtyStringProperty
 
updateDirtyClassStyle(Boolean, String) - Method in interface cz.masci.springfx.mvci.view.DirtyStyleable
 

V

viewBuilder - Variable in class cz.masci.springfx.mvci.controller.impl.SimpleController
 
ViewProvider<T extends javafx.scene.layout.Region> - Interface in cz.masci.springfx.mvci.controller
View provider

W

withBottom(Region) - Method in class cz.masci.springfx.mvci.view.builder.ListDetailViewBuilder
 
withCenter(Region) - Method in class cz.masci.springfx.mvci.view.builder.ListDetailViewBuilder
 
withLeft(Region) - Method in class cz.masci.springfx.mvci.view.builder.ListDetailViewBuilder
 
withRight(Region) - Method in class cz.masci.springfx.mvci.view.builder.ListDetailViewBuilder
 
withTop(Region) - Method in class cz.masci.springfx.mvci.view.builder.ListDetailViewBuilder
 
A B C D E F G I L O R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values