@Generated(value="Generated by javafx.builder.processor.BuilderProcessor")
@Deprecated
public abstract class MultipleSelectionModelBuilder<T,B extends MultipleSelectionModelBuilder<T,B>>
extends java.lang.Object
MultipleSelectionModel
Modifier and Type | Field and Description |
---|---|
private int |
__set
Deprecated.
|
private java.util.Collection<? extends java.lang.Integer> |
selectedIndices
Deprecated.
|
private java.util.Collection<? extends T> |
selectedItems
Deprecated.
|
private SelectionMode |
selectionMode
Deprecated.
|
Modifier | Constructor and Description |
---|---|
protected |
MultipleSelectionModelBuilder()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
applyTo(MultipleSelectionModel<T> x)
Deprecated.
|
B |
selectedIndices(java.util.Collection<? extends java.lang.Integer> x)
Deprecated.
Add the given items to the List of items in the
selectedIndices property for the instance constructed by this builder. |
B |
selectedIndices(java.lang.Integer... x)
Deprecated.
Add the given items to the List of items in the
selectedIndices property for the instance constructed by this builder. |
B |
selectedItems(java.util.Collection<? extends T> x)
Deprecated.
Add the given items to the List of items in the
selectedItems property for the instance constructed by this builder. |
B |
selectedItems(T... x)
Deprecated.
Add the given items to the List of items in the
selectedItems property for the instance constructed by this builder. |
B |
selectionMode(SelectionMode x)
Deprecated.
Set the value of the
selectionMode property for the instance constructed by this builder. |
private int __set
private java.util.Collection<? extends java.lang.Integer> selectedIndices
private java.util.Collection<? extends T> selectedItems
private SelectionMode selectionMode
protected MultipleSelectionModelBuilder()
public void applyTo(MultipleSelectionModel<T> x)
public B selectedIndices(java.util.Collection<? extends java.lang.Integer> x)
selectedIndices
property for the instance constructed by this builder.public B selectedIndices(java.lang.Integer... x)
selectedIndices
property for the instance constructed by this builder.public B selectedItems(java.util.Collection<? extends T> x)
selectedItems
property for the instance constructed by this builder.public B selectedItems(T... x)
selectedItems
property for the instance constructed by this builder.public B selectionMode(SelectionMode x)
selectionMode
property for the instance constructed by this builder.