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.
BorderPaneBuilder - Class in cz.masci.springfx.mvci.view.builder
A border pane builder with provided regions is created.
BorderPaneBuilder() - Constructor for class cz.masci.springfx.mvci.view.builder.BorderPaneBuilder
 
build() - Method in class cz.masci.springfx.mvci.util.ListChangeListenerBuilder
 
build() - Method in class cz.masci.springfx.mvci.view.builder.BorderPaneBuilder
 
build() - Method in class cz.masci.springfx.mvci.view.builder.CommandsViewBuilder
 
build(Supplier<T>) - Method in class cz.masci.springfx.mvci.view.builder.ButtonBuilder
 
builder() - Static method in class cz.masci.springfx.mvci.view.builder.BorderPaneBuilder
 
builder() - Static method in class cz.masci.springfx.mvci.view.builder.ButtonBuilder
 
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
A builder class for creating a view containing a list of buttons.
CommandsViewBuilder(List<? extends Button>) - Constructor for class cz.masci.springfx.mvci.view.builder.CommandsViewBuilder
Create a horizontal view containing a list of buttons aligned to center left of the view.
CommandsViewBuilder(List<? extends Button>, boolean, Pos) - Constructor for class cz.masci.springfx.mvci.view.builder.CommandsViewBuilder
Create a horizontal or vertical view containing a list of buttons aligned with provided alignment.
CommandsViewBuilder(List<? extends Button>, Pos) - Constructor for class cz.masci.springfx.mvci.view.builder.CommandsViewBuilder
Create a horizontal view containing a list of buttons aligned with provided alignment.
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
A boolean property that tracks and manages its "dirty" state.
DirtyBooleanProperty(Boolean) - Constructor for class cz.masci.springfx.mvci.model.dirty.DirtyBooleanProperty
 
DirtyIntegerProperty - Class in cz.masci.springfx.mvci.model.dirty
An integer property that tracks and manages its "dirty" state.
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 with 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
Represents a list property that tracks its dirty state and the dirty state of its elements.
DirtyListProperty() - Constructor for class cz.masci.springfx.mvci.model.dirty.DirtyListProperty
 
DirtyLongProperty - Class in cz.masci.springfx.mvci.model.dirty
A long property that tracks and manages its "dirty" state.
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
The DirtyModel interface extends the DirtyProperty interface and provides additional methods related to managing dirty state of a model.
DirtyStringProperty - Class in cz.masci.springfx.mvci.model.dirty
A string property that tracks and manages its "dirty" state.
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 a 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 command set by Focusable.setOnFocusView(java.lang.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
Returns elements
getElements() - Method in class cz.masci.springfx.mvci.model.list.SimpleListModel
 
getId() - Method in interface cz.masci.springfx.mvci.model.detail.Identifiable
Returns the id
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
The Identifiable interface defines a contract for objects that have an identifier and can be identified as transient.
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
Returns true if this object is transient and doesn't have id set.

L

ListChangeListenerBuilder<E> - Class in cz.masci.springfx.mvci.util
Builder class for creating a ListChangeListener with different event handlers.
ListChangeListenerBuilder() - Constructor for class cz.masci.springfx.mvci.util.ListChangeListenerBuilder
 
ListModel<E> - Interface in cz.masci.springfx.mvci.model.list
This list interface groups Selectable, Updatable and Removable interfaces

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
Returns selected element property
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
Set the id
setOnFocusView(Runnable) - Method in interface cz.masci.springfx.mvci.model.list.Focusable
Sets the command which should be executed in Focusable.focusView().
setOnRemoveElement(Consumer<E>) - Method in interface cz.masci.springfx.mvci.model.list.Removable
Sets the command which should be called in Removable.removeElement(E)
setOnSelectElement(Consumer<E>) - Method in interface cz.masci.springfx.mvci.model.list.Selectable
Sets the command which should be run in Selectable.selectElement(E)
setOnUpdateElementsProperty(Runnable) - Method in interface cz.masci.springfx.mvci.model.list.Updatable
Sets the command which is run in Updatable.updateElementsProperty()
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 is a generic implementation of the ListModel interface and the Focusable interface.
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
The ValidModel interface extends the Validated interface and provides additional methods related to the validation status of a model.
validProperty() - Method in interface cz.masci.springfx.mvci.model.detail.ValidModel
Returns valid property of the object
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.BorderPaneBuilder
 
withCenter(Region) - Method in class cz.masci.springfx.mvci.view.builder.BorderPaneBuilder
 
withLeft(Region) - Method in class cz.masci.springfx.mvci.view.builder.BorderPaneBuilder
 
withPadding(Insets) - Method in class cz.masci.springfx.mvci.view.builder.BorderPaneBuilder
 
withRight(Region) - Method in class cz.masci.springfx.mvci.view.builder.BorderPaneBuilder
 
withTop(Region) - Method in class cz.masci.springfx.mvci.view.builder.BorderPaneBuilder
 
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