Package ru.cg.webbpm.studio.database.ui
Class SelectSchemaDlg.SchemaRow
java.lang.Object
ru.cg.webbpm.studio.database.ui.SelectSchemaDlg.SchemaRow
- Enclosing class:
- SelectSchemaDlg
-
Property Summary
Properties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
Gets the value of the property name.Gets the value of the property selected.javafx.beans.property.StringProperty
javafx.beans.property.BooleanProperty
void
Sets the value of the property name.void
setSelected
(Boolean selected) Sets the value of the property selected.
-
Property Details
-
name
public javafx.beans.property.StringProperty nameProperty- See Also:
-
selected
public javafx.beans.property.BooleanProperty selectedProperty- See Also:
-
-
Constructor Details
-
SchemaRow
-
SchemaRow
-
-
Method Details
-
isSelected
Gets the value of the property selected.- Property description:
-
setSelected
Sets the value of the property selected.- Property description:
-
getName
Gets the value of the property name.- Property description:
-
setName
Sets the value of the property name.- Property description:
-
nameProperty
public javafx.beans.property.StringProperty nameProperty()- See Also:
-
selectedProperty
public javafx.beans.property.BooleanProperty selectedProperty()- See Also:
-