Module MaterialFX

Class AbstractMFXToggleNode

All Implemented Interfaces:
Styleable, EventTarget, Skinnable, Toggle
Direct Known Subclasses:
MFXCircleToggleNode, MFXRectangleToggleNode

public abstract class AbstractMFXToggleNode extends ToggleButton
  • Property Details

  • Constructor Details

    • AbstractMFXToggleNode

      public AbstractMFXToggleNode()
    • AbstractMFXToggleNode

      public AbstractMFXToggleNode(String text)
    • AbstractMFXToggleNode

      public AbstractMFXToggleNode(String text, Node graphic)
  • Method Details

    • getLabelLeadingIcon

      public Node getLabelLeadingIcon()
      Gets the value of the property labelLeadingIcon.
      Property description:
      Specifies the label's leading icon.
    • labelLeadingIconProperty

      public ObjectProperty<Node> labelLeadingIconProperty()
      Specifies the label's leading icon.
      See Also:
    • setLabelLeadingIcon

      public void setLabelLeadingIcon(Node labelLeadingIcon)
      Sets the value of the property labelLeadingIcon.
      Property description:
      Specifies the label's leading icon.
    • getLabelTrailingIcon

      public Node getLabelTrailingIcon()
      Gets the value of the property labelTrailingIcon.
      Property description:
      Specifies the label's trailing icon.
    • labelTrailingIconProperty

      public ObjectProperty<Node> labelTrailingIconProperty()
      Specifies the label's trailing icon.
      See Also:
    • setLabelTrailingIcon

      public void setLabelTrailingIcon(Node labelTrailingIcon)
      Sets the value of the property labelTrailingIcon.
      Property description:
      Specifies the label's trailing icon.