java.lang.Object
ru.cg.webbpm.studio.platform.api.action_system.Presentation

public class Presentation extends Object
user: Ildar date: 24.02.15
  • Property Details

    • visible

      public javafx.beans.property.BooleanProperty visibleProperty
      See Also:
    • disable

      public javafx.beans.property.BooleanProperty disableProperty
    • icon

      public javafx.beans.property.SimpleObjectProperty<javafx.scene.image.ImageView> iconProperty
      See Also:
    • text

      public javafx.beans.property.SimpleStringProperty textProperty
      See Also:
  • Constructor Details

    • Presentation

      public Presentation()
    • Presentation

      public Presentation(String text)
    • Presentation

      public Presentation(String text, javafx.scene.image.Image icon)
  • Method Details

    • getText

      public String getText()
      Gets the value of the property text.
      Property description:
    • getIcon

      public javafx.scene.image.Image getIcon()
      Gets the value of the property icon.
      Property description:
    • setText

      public void setText(String text)
      Sets the value of the property text.
      Property description:
    • setIcon

      public void setIcon(javafx.scene.image.Image icon)
      Sets the value of the property icon.
      Property description:
    • isVisible

      public Boolean isVisible()
      Gets the value of the property visible.
      Property description:
    • setVisible

      public void setVisible(boolean visible)
      Sets the value of the property visible.
      Property description:
    • isEnabled

      public Boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)
    • visibleProperty

      public javafx.beans.property.BooleanProperty visibleProperty()
      See Also:
    • disableProperty

      public javafx.beans.property.BooleanProperty disableProperty()
    • iconProperty

      public javafx.beans.property.SimpleObjectProperty<javafx.scene.image.ImageView> iconProperty()
      See Also:
    • textProperty

      public javafx.beans.property.SimpleStringProperty textProperty()
      See Also: