Module com.gluonhq.charm.glisten
Class PopupRenderer
- java.lang.Object
-
- com.gluonhq.impl.charm.glisten.control.skin.PopupRenderer
-
- Direct Known Subclasses:
MenuRenderer
public class PopupRenderer extends Object
-
-
Property Summary
Properties Type Property Description ObjectProperty<Node>content
-
Constructor Summary
Constructors Constructor Description PopupRenderer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectProperty<Node>contentProperty()NodegetContent()Gets the value of the property content.ScrollPanegetRootNode()voidsetContent(Node content)Sets the value of the property content.voidsetPrefWidth(double width)
-
-
-
Property Detail
-
content
public final ObjectProperty<Node> contentProperty
- See Also:
getContent(),setContent(Node)
-
-
Method Detail
-
setContent
public final void setContent(Node content)
Sets the value of the property content.- Property description:
-
getContent
public final Node getContent()
Gets the value of the property content.- Property description:
-
contentProperty
public final ObjectProperty<Node> contentProperty()
- See Also:
getContent(),setContent(Node)
-
setPrefWidth
public void setPrefWidth(double width)
-
getRootNode
public ScrollPane getRootNode()
-
-