@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public abstract class MultipleSelectionModelBuilder<T,B extends MultipleSelectionModelBuilder<T,B>> extends Object
MultipleSelectionModel
Modifier | Constructor and Description |
---|---|
protected |
MultipleSelectionModelBuilder()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
applyTo(MultipleSelectionModel<T> x)
Deprecated.
|
B |
selectedIndices(Collection<? extends 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(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(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. |
protected MultipleSelectionModelBuilder()
public void applyTo(MultipleSelectionModel<T> x)
public B selectedIndices(Collection<? extends Integer> x)
selectedIndices
property for the instance constructed by this builder.public B selectedIndices(Integer... x)
selectedIndices
property for the instance constructed by this builder.public B selectedItems(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.Copyright © 2020. All rights reserved.