Uses of Class
net.n2oapp.framework.api.metadata.global.view.widget.table.RowSelectionEnum
-
Packages that use RowSelectionEnum Package Description net.n2oapp.framework.api.metadata.global.view.widget.table -
-
Uses of RowSelectionEnum in net.n2oapp.framework.api.metadata.global.view.widget.table
Methods in net.n2oapp.framework.api.metadata.global.view.widget.table that return RowSelectionEnum Modifier and Type Method Description static RowSelectionEnumRowSelectionEnum. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RowSelectionEnum[]RowSelectionEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-