java.lang.Object
com.dlsc.gemsfx.demo.PropertyView.Item<T>
- Direct Known Subclasses:
PropertyView.StringItem
- Enclosing class:
PropertyView
-
Property Summary
Properties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidedit(javafx.scene.Node owner) javafx.beans.property.BooleanPropertyjavafx.beans.property.ObjectProperty<javafx.util.Callback<T,javafx.scene.Node>> javafx.util.Callback<T,javafx.scene.Node> Gets the value of theeditorProviderproperty.getName()Gets the value of thenameproperty.javafx.util.Callback<PropertyView.Item,javafx.scene.Node> Gets the value of thestringProviderproperty.getValue()Gets the value of thevalueproperty.booleanGets the value of theeditableproperty.javafx.beans.property.StringPropertyvoidsetEditable(boolean editable) Sets the value of theeditableproperty.voidsetEditorProvider(javafx.util.Callback<T, javafx.scene.Node> editorProvider) Sets the value of theeditorProviderproperty.voidSets the value of thenameproperty.voidsetNodeFactory(javafx.util.Callback<PropertyView.Item, javafx.scene.Node> nodeFactory) voidsetStringProvider(javafx.util.Callback<T, String> stringProvider) Sets the value of thestringProviderproperty.voidSets the value of thevalueproperty.protected org.controlsfx.control.PopOvershowNode(javafx.scene.Node owner, javafx.scene.Node content) javafx.beans.property.ObjectProperty<T>
-
Property Details
-
name
public javafx.beans.property.StringProperty nameProperty- See Also:
-
value
- See Also:
-
stringProvider
-
editorProvider
public javafx.beans.property.ObjectProperty<javafx.util.Callback<T,javafx.scene.Node>> editorProviderProperty -
editable
public javafx.beans.property.BooleanProperty editableProperty
-
-
Constructor Details
-
Item
-
Item
-
Item
-
-
Method Details
-
edit
public void edit(javafx.scene.Node owner) -
showNode
protected org.controlsfx.control.PopOver showNode(javafx.scene.Node owner, javafx.scene.Node content) -
getNodeFactory
-
setNodeFactory
-
getName
Gets the value of thenameproperty.- Property description:
- Returns:
- the value of the
nameproperty - See Also:
-
nameProperty
public javafx.beans.property.StringProperty nameProperty()- Returns:
- the
nameproperty - See Also:
-
setName
Sets the value of thenameproperty.- Property description:
- Parameters:
name- the value for thenameproperty- See Also:
-
getValue
Gets the value of thevalueproperty.- Property description:
- Returns:
- the value of the
valueproperty - See Also:
-
valueProperty
- Returns:
- the
valueproperty - See Also:
-
setValue
Sets the value of thevalueproperty.- Property description:
- Parameters:
value- the value for thevalueproperty- See Also:
-
getStringProvider
Gets the value of thestringProviderproperty.- Property description:
- Returns:
- the value of the
stringProviderproperty - See Also:
-
stringProviderProperty
public javafx.beans.property.ObjectProperty<javafx.util.Callback<T,String>> stringProviderProperty()- Returns:
- the
stringProviderproperty - See Also:
-
setStringProvider
Sets the value of thestringProviderproperty.- Property description:
- Parameters:
stringProvider- the value for thestringProviderproperty- See Also:
-
getEditorProvider
Gets the value of theeditorProviderproperty.- Property description:
- Returns:
- the value of the
editorProviderproperty - See Also:
-
editorProviderProperty
public javafx.beans.property.ObjectProperty<javafx.util.Callback<T,javafx.scene.Node>> editorProviderProperty()- Returns:
- the
editorProviderproperty - See Also:
-
setEditorProvider
Sets the value of theeditorProviderproperty.- Property description:
- Parameters:
editorProvider- the value for theeditorProviderproperty- See Also:
-
isEditable
public boolean isEditable()Gets the value of theeditableproperty.- Property description:
- Returns:
- the value of the
editableproperty - See Also:
-
editableProperty
public javafx.beans.property.BooleanProperty editableProperty()- Returns:
- the
editableproperty - See Also:
-
setEditable
public void setEditable(boolean editable) Sets the value of theeditableproperty.- Property description:
- Parameters:
editable- the value for theeditableproperty- See Also:
-