java.lang.Object
com.dlsc.gemsfx.demo.PropertyView.Item<T>
- Direct Known Subclasses:
PropertyView.StringItem
- Enclosing class:
PropertyView
-
Property Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
edit
(javafx.scene.Node owner) javafx.beans.property.BooleanProperty
javafx.beans.property.ObjectProperty<javafx.util.Callback<T,
javafx.scene.Node>> javafx.util.Callback<T,
javafx.scene.Node> Gets the value of theeditorProvider
property.getName()
Gets the value of thename
property.javafx.util.Callback<PropertyView.Item,
javafx.scene.Node> Gets the value of thestringProvider
property.getValue()
Gets the value of thevalue
property.boolean
Gets the value of theeditable
property.javafx.beans.property.StringProperty
void
setEditable
(boolean editable) Sets the value of theeditable
property.void
setEditorProvider
(javafx.util.Callback<T, javafx.scene.Node> editorProvider) Sets the value of theeditorProvider
property.void
Sets the value of thename
property.void
setNodeFactory
(javafx.util.Callback<PropertyView.Item, javafx.scene.Node> nodeFactory) void
setStringProvider
(javafx.util.Callback<T, String> stringProvider) Sets the value of thestringProvider
property.void
Sets the value of thevalue
property.protected org.controlsfx.control.PopOver
showNode
(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 thename
property.- Property description:
- Returns:
- the value of the
name
property - See Also:
-
nameProperty
public javafx.beans.property.StringProperty nameProperty()- Returns:
- the
name
property - See Also:
-
setName
Sets the value of thename
property.- Property description:
- Parameters:
name
- the value for thename
property- See Also:
-
getValue
Gets the value of thevalue
property.- Property description:
- Returns:
- the value of the
value
property - See Also:
-
valueProperty
- Returns:
- the
value
property - See Also:
-
setValue
Sets the value of thevalue
property.- Property description:
- Parameters:
value
- the value for thevalue
property- See Also:
-
getStringProvider
Gets the value of thestringProvider
property.- Property description:
- Returns:
- the value of the
stringProvider
property - See Also:
-
stringProviderProperty
public javafx.beans.property.ObjectProperty<javafx.util.Callback<T,String>> stringProviderProperty()- Returns:
- the
stringProvider
property - See Also:
-
setStringProvider
Sets the value of thestringProvider
property.- Property description:
- Parameters:
stringProvider
- the value for thestringProvider
property- See Also:
-
getEditorProvider
Gets the value of theeditorProvider
property.- Property description:
- Returns:
- the value of the
editorProvider
property - See Also:
-
editorProviderProperty
public javafx.beans.property.ObjectProperty<javafx.util.Callback<T,javafx.scene.Node>> editorProviderProperty()- Returns:
- the
editorProvider
property - See Also:
-
setEditorProvider
Sets the value of theeditorProvider
property.- Property description:
- Parameters:
editorProvider
- the value for theeditorProvider
property- See Also:
-
isEditable
public boolean isEditable()Gets the value of theeditable
property.- Property description:
- Returns:
- the value of the
editable
property - See Also:
-
editableProperty
public javafx.beans.property.BooleanProperty editableProperty()- Returns:
- the
editable
property - See Also:
-
setEditable
public void setEditable(boolean editable) Sets the value of theeditable
property.- Property description:
- Parameters:
editable
- the value for theeditable
property- See Also:
-