- All Implemented Interfaces:
Serializable
,Comparable<PersonUtils.Attrib>
,Constable
- Enclosing class:
- PersonUtils
Person attribute types.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionvoid
configureTableColumn
(javafx.scene.control.TableColumn<Person, ?> pColumn) javafx.util.Callback<javafx.scene.control.TableColumn.CellDataFeatures<Person,
?>, javafx.beans.value.ObservableValue<?>> Human-friendly label.getKey()
Unique identifier.int
Mnemonic to be used by getFriendlyName() in labels.Class<?>
getType()
javafx.scene.control.TableColumn<Person,
?> static PersonUtils.Attrib
Returns the enum constant of this class with the specified name.static PersonUtils.Attrib[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
FIRST_NAME
-
LAST_NAME
-
EMAIL
-
IQ
-
BALANCE
-
BIRTHDAY
-
EVIL
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getKey
Unique identifier. -
getFriendlyName
Human-friendly label. -
getType
-
getComparator
-
getCellValueFactory
public javafx.util.Callback<javafx.scene.control.TableColumn.CellDataFeatures<Person,?>, getCellValueFactory()javafx.beans.value.ObservableValue<?>> -
getMnemonic
public int getMnemonic()Mnemonic to be used by getFriendlyName() in labels. -
getFunction
-
configureTableColumn
-
makeTableColumn
- See Also:
-