Class SelectSchemaDlg.SchemaRow

java.lang.Object
ru.cg.webbpm.studio.database.ui.SelectSchemaDlg.SchemaRow
Enclosing class:
SelectSchemaDlg

public static class SelectSchemaDlg.SchemaRow extends Object
  • Property Details

  • Constructor Details

    • SchemaRow

      public SchemaRow(String name)
    • SchemaRow

      public SchemaRow(Boolean selected, String name)
  • Method Details

    • isSelected

      public Boolean isSelected()
      Gets the value of the property selected.
      Property description:
    • setSelected

      public void setSelected(Boolean selected)
      Sets the value of the property selected.
      Property description:
    • getName

      public String getName()
      Gets the value of the property name.
      Property description:
    • setName

      public void setName(String name)
      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: