Index
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.detail - package cz.masci.springfx.mvci.model.detail
- cz.masci.springfx.mvci.model.dirty - package cz.masci.springfx.mvci.model.dirty
- cz.masci.springfx.mvci.model.list - package cz.masci.springfx.mvci.model.list
- 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
- DetailModel<E> - Interface in cz.masci.springfx.mvci.model.detail
- 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
- DirtyModel - Interface in cz.masci.springfx.mvci.model.detail
- 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
- elements - Variable in class cz.masci.springfx.mvci.model.list.SimpleListModel
- 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
- Focusable - Interface in cz.masci.springfx.mvci.model.list
-
Ability to focus view.
- focusView() - Method in interface cz.masci.springfx.mvci.model.list.Focusable
-
Runs predefined runnable.
- focusView() - Method in class cz.masci.springfx.mvci.model.list.SimpleListModel
- 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
- getComposite() - Method in interface cz.masci.springfx.mvci.model.detail.DirtyModel
- getElements() - Method in interface cz.masci.springfx.mvci.model.list.Selectable
- getElements() - Method in class cz.masci.springfx.mvci.model.list.SimpleListModel
- getId() - Method in interface cz.masci.springfx.mvci.model.detail.Identifiable
- 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.
- 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
- Identifiable<T> - Interface in cz.masci.springfx.mvci.model.detail
- 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 interface cz.masci.springfx.mvci.model.detail.DirtyModel
- 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 interface cz.masci.springfx.mvci.model.detail.DirtyModel
- 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
- isTransient() - Method in interface cz.masci.springfx.mvci.model.detail.Identifiable
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> - Interface in cz.masci.springfx.mvci.model.list
-
This list groups
Selectable,UpdatableandRemovableinterfaces
O
- onAdd(Consumer<E>) - Method in class cz.masci.springfx.mvci.util.ListChangeListenerBuilder
- onFocusView - Variable in class cz.masci.springfx.mvci.model.list.SimpleListModel
- onPermutated(Consumer<E>) - Method in class cz.masci.springfx.mvci.util.ListChangeListenerBuilder
- onRemove(Consumer<E>) - Method in class cz.masci.springfx.mvci.util.ListChangeListenerBuilder
- onRemoveElement - Variable in class cz.masci.springfx.mvci.model.list.SimpleListModel
- onSelectElement - Variable in class cz.masci.springfx.mvci.model.list.SimpleListModel
- onUpdated(Consumer<E>) - Method in class cz.masci.springfx.mvci.util.ListChangeListenerBuilder
- onUpdateElementsProperty - Variable in class cz.masci.springfx.mvci.model.list.SimpleListModel
- 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 interface cz.masci.springfx.mvci.model.detail.DirtyModel
- 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
- Removable<E> - Interface in cz.masci.springfx.mvci.model.list
-
Ability to remove element from list.
- removeElement(E) - Method in interface cz.masci.springfx.mvci.model.list.Removable
- removeElement(E) - Method in class cz.masci.springfx.mvci.model.list.SimpleListModel
- 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 interface cz.masci.springfx.mvci.model.detail.DirtyModel
- 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
- Selectable<E> - Interface in cz.masci.springfx.mvci.model.list
-
Ability to select element in elements observable list.
- selectedElement - Variable in class cz.masci.springfx.mvci.model.list.SimpleListModel
- selectedElementProperty() - Method in interface cz.masci.springfx.mvci.model.list.Selectable
- selectedElementProperty() - Method in class cz.masci.springfx.mvci.model.list.SimpleListModel
- selectElement(E) - Method in interface cz.masci.springfx.mvci.model.list.Selectable
- selectElement(E) - Method in class cz.masci.springfx.mvci.model.list.SimpleListModel
- 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
- setId(T) - Method in interface cz.masci.springfx.mvci.model.detail.Identifiable
- setOnFocusView(Runnable) - Method in interface cz.masci.springfx.mvci.model.list.Focusable
-
Sets runnable command which should be executed in
focusView. - setOnRemoveElement(Consumer<E>) - Method in interface cz.masci.springfx.mvci.model.list.Removable
- setOnSelectElement(Consumer<E>) - Method in interface cz.masci.springfx.mvci.model.list.Selectable
- setOnUpdateElementsProperty(Runnable) - Method in interface cz.masci.springfx.mvci.model.list.Updatable
- 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
- SimpleListModel<T,
E extends DetailModel<T>> - Class in cz.masci.springfx.mvci.model.list - SimpleListModel() - Constructor for class cz.masci.springfx.mvci.model.list.SimpleListModel
- 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
- Updatable - Interface in cz.masci.springfx.mvci.model.list
-
Ability to update view.
- updateDirtyClassStyle(Boolean, String) - Method in interface cz.masci.springfx.mvci.view.DirtyStyleable
- updateElementsProperty() - Method in class cz.masci.springfx.mvci.model.list.SimpleListModel
- updateElementsProperty() - Method in interface cz.masci.springfx.mvci.model.list.Updatable
V
- ValidModel - Interface in cz.masci.springfx.mvci.model.detail
- validProperty() - Method in interface cz.masci.springfx.mvci.model.detail.ValidModel
- 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
All Classes and Interfaces|All Packages|Constant Field Values