@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public class RadioMenuItemBuilder<B extends RadioMenuItemBuilder<B>> extends MenuItemBuilder<B>
RadioMenuItem| Modifier and Type | Field and Description |
|---|---|
private int |
__set
Deprecated.
|
private boolean |
selected
Deprecated.
|
private java.lang.String |
text
Deprecated.
|
private ToggleGroup |
toggleGroup
Deprecated.
|
| Modifier | Constructor and Description |
|---|---|
protected |
RadioMenuItemBuilder()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
applyTo(RadioMenuItem x)
Deprecated.
|
RadioMenuItem |
build()
Deprecated.
Make an instance of
RadioMenuItem based on the properties set on this builder. |
static RadioMenuItemBuilder<?> |
create()
Deprecated.
Creates a new instance of RadioMenuItemBuilder.
|
B |
selected(boolean x)
Deprecated.
Set the value of the
selected property for the instance constructed by this builder. |
B |
text(java.lang.String x)
Deprecated.
Set the value of the
text property for the instance constructed by this builder. |
B |
toggleGroup(ToggleGroup x)
Deprecated.
Set the value of the
toggleGroup property for the instance constructed by this builder. |
accelerator, applyTo, disable, graphic, id, mnemonicParsing, onAction, onMenuValidation, style, styleClass, styleClass, userData, visibleprivate int __set
private boolean selected
private java.lang.String text
private ToggleGroup toggleGroup
public static RadioMenuItemBuilder<?> create()
public void applyTo(RadioMenuItem x)
public B selected(boolean x)
selected property for the instance constructed by this builder.public B text(java.lang.String x)
text property for the instance constructed by this builder.text in class MenuItemBuilder<B extends RadioMenuItemBuilder<B>>public B toggleGroup(ToggleGroup x)
toggleGroup property for the instance constructed by this builder.public RadioMenuItem build()
RadioMenuItem based on the properties set on this builder.build in interface Builder<MenuItem>build in class MenuItemBuilder<B extends RadioMenuItemBuilder<B>>