Uses of Enum
org.primefaces.showcase.domain.InventoryStatus
Packages that use InventoryStatus
-
Uses of InventoryStatus in org.primefaces.showcase.domain
Methods in org.primefaces.showcase.domain that return InventoryStatusModifier and TypeMethodDescriptionProduct.getInventoryStatus()static InventoryStatusReturns the enum constant of this type with the specified name.static InventoryStatus[]InventoryStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.primefaces.showcase.domain with parameters of type InventoryStatusModifier and TypeMethodDescriptionvoidProduct.setInventoryStatus(InventoryStatus inventoryStatus) Constructors in org.primefaces.showcase.domain with parameters of type InventoryStatus -
Uses of InventoryStatus in org.primefaces.showcase.view.data.datatable
Methods in org.primefaces.showcase.view.data.datatable that return InventoryStatus