@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public class MenuButtonBuilder<B extends MenuButtonBuilder<B>> extends ButtonBaseBuilder<B> implements Builder<MenuButton>
MenuButton
Modifier and Type | Field and Description |
---|---|
private int |
__set
Deprecated.
|
private java.util.Collection<? extends MenuItem> |
items
Deprecated.
|
private Side |
popupSide
Deprecated.
|
Modifier | Constructor and Description |
---|---|
protected |
MenuButtonBuilder()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
applyTo(MenuButton x)
Deprecated.
|
MenuButton |
build()
Deprecated.
Make an instance of
MenuButton based on the properties set on this builder. |
static MenuButtonBuilder<?> |
create()
Deprecated.
Creates a new instance of MenuButtonBuilder.
|
B |
items(java.util.Collection<? extends MenuItem> x)
Deprecated.
Add the given items to the List of items in the
items property for the instance constructed by this builder. |
B |
items(MenuItem... x)
Deprecated.
Add the given items to the List of items in the
items property for the instance constructed by this builder. |
B |
popupSide(Side x)
Deprecated.
Set the value of the
popupSide property for the instance constructed by this builder. |
applyTo, onAction
alignment, applyTo, contentDisplay, ellipsisString, font, graphic, graphicTextGap, mnemonicParsing, text, textAlignment, textFill, textOverrun, underline, wrapText
applyTo, contextMenu, maxHeight, maxWidth, minHeight, minWidth, prefHeight, prefWidth, skin, tooltip
applyTo, stylesheets, stylesheets
applyTo, blendMode, cache, cacheHint, clip, cursor, depthTest, disable, effect, eventDispatcher, focusTraversable, id, inputMethodRequests, layoutX, layoutY, managed, mouseTransparent, onContextMenuRequested, onDragDetected, onDragDone, onDragDropped, onDragEntered, onDragExited, onDragOver, onInputMethodTextChanged, onKeyPressed, onKeyReleased, onKeyTyped, onMouseClicked, onMouseDragEntered, onMouseDragExited, onMouseDragged, onMouseDragOver, onMouseDragReleased, onMouseEntered, onMouseExited, onMouseMoved, onMousePressed, onMouseReleased, onRotate, onRotationFinished, onRotationStarted, onScroll, onScrollFinished, onScrollStarted, onSwipeDown, onSwipeLeft, onSwipeRight, onSwipeUp, onTouchMoved, onTouchPressed, onTouchReleased, onTouchStationary, onZoom, onZoomFinished, onZoomStarted, opacity, pickOnBounds, rotate, rotationAxis, scaleX, scaleY, scaleZ, style, styleClass, styleClass, transforms, transforms, translateX, translateY, translateZ, userData, visible
private int __set
private java.util.Collection<? extends MenuItem> items
private Side popupSide
public static MenuButtonBuilder<?> create()
public void applyTo(MenuButton x)
public B items(java.util.Collection<? extends MenuItem> x)
items
property for the instance constructed by this builder.public B items(MenuItem... x)
items
property for the instance constructed by this builder.public B popupSide(Side x)
popupSide
property for the instance constructed by this builder.public MenuButton build()
MenuButton
based on the properties set on this builder.build
in interface Builder<MenuButton>