Spec-Zone .ru
спецификации, руководства, описания, API
|
@Generated(value="Generated by javafx.builder.processor.BuilderProcessor")
public abstract class MultipleSelectionModelBuilder<T,B extends MultipleSelectionModelBuilder<T,B>>
extends java.lang.Object
MultipleSelectionModel
Modifier | Constructor and Description |
---|---|
protected |
MultipleSelectionModelBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
applyTo(MultipleSelectionModel<T> x) |
B |
selectedIndices(java.util.Collection<? extends java.lang.Integer> x)
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)
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)
Add the given items to the List of items in the
selectedItems property for the instance constructed by this builder. |
B |
selectedItems(T... x)
Add the given items to the List of items in the
selectedItems property for the instance constructed by this builder. |
B |
selectionMode(SelectionMode x)
Set the value of the
selectionMode property for the instance constructed by this builder. |
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.Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to