Class Presentation
java.lang.Object
ru.cg.webbpm.studio.platform.api.action_system.Presentation
user: Ildar
date: 24.02.15
-
Property Summary
Properties -
Constructor Summary
ConstructorsConstructorDescriptionPresentation
(String text) Presentation
(String text, javafx.scene.image.Image icon) -
Method Summary
Modifier and TypeMethodDescriptionjavafx.beans.property.BooleanProperty
javafx.scene.image.Image
getIcon()
Gets the value of the property icon.getText()
Gets the value of the property text.javafx.beans.property.SimpleObjectProperty<javafx.scene.image.ImageView>
Gets the value of the property visible.void
setEnabled
(boolean enabled) void
setIcon
(javafx.scene.image.Image icon) Sets the value of the property icon.void
Sets the value of the property text.void
setVisible
(boolean visible) Sets the value of the property visible.javafx.beans.property.SimpleStringProperty
javafx.beans.property.BooleanProperty
-
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
-
Presentation
-
-
Method Details
-
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
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
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
-
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:
-