@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public class RadioMenuItemBuilder<B extends RadioMenuItemBuilder<B>> extends MenuItemBuilder<B>
RadioMenuItem| Modifier | Constructor and Description |
|---|---|
protected |
RadioMenuItemBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyTo(RadioMenuItem x) |
RadioMenuItem |
build()
Make an instance of
RadioMenuItem based on the properties set on this builder. |
static RadioMenuItemBuilder<?> |
create()
Creates a new instance of RadioMenuItemBuilder.
|
B |
selected(boolean x)
Set the value of the
selected property for the instance constructed by this builder. |
B |
text(java.lang.String x)
Set the value of the
text property for the instance constructed by this builder. |
B |
toggleGroup(ToggleGroup x)
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, visiblepublic 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>>Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.