public class Visible extends java.lang.Object implements IComponent
| Type | Property and Description |
|---|---|
javafx.beans.property.SimpleObjectProperty<java.lang.Boolean> |
visible
Get the visible property.
|
| Constructor and Description |
|---|
Visible()
Empty Constructor.
|
Visible(boolean visible)
Construct with a initial value.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<javafx.beans.property.SimpleObjectProperty<?>> |
getProperties()
Gets any properties this component holds.
|
boolean |
getVisible()
Gets the value of the property visible.
|
void |
setVisible(boolean visible)
Sets the value of the property visible.
|
javafx.beans.property.SimpleObjectProperty<java.lang.Boolean> |
visibleProperty()
Get the visible property.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClassForComponentMap, getProperty, getProperty, getPropertyNamesAndClasses, removeBindingsclone, serialize, serializeToStringpublic javafx.beans.property.SimpleObjectProperty<java.lang.Boolean> visibleProperty
getVisible(),
setVisible(boolean)public Visible()
public Visible(boolean visible)
visible - initial valuepublic javafx.beans.property.SimpleObjectProperty<java.lang.Boolean> visibleProperty()
getVisible(),
setVisible(boolean)public boolean getVisible()
public void setVisible(boolean visible)
public java.util.List<javafx.beans.property.SimpleObjectProperty<?>> getProperties()
IComponentgetProperties in interface IComponent