ID prefix for filter panels in the UI, where the full ID includes the filter category
SEARCHED_ITEM_CONTAINER_CONTAINER
public static finalTestFXIdSEARCHED_ITEM_CONTAINER_CONTAINER
ID for the container that holds the searched item panels in the UI. Note that the SearchedItemContainer is a ScrollPane holding the VBox which is what this ID points to.
SEARCHED_ITEM_PAGINATION
public static finalTestFXIdSEARCHED_ITEM_PAGINATION
ID for the pagination component that holds the SearchedItemContainer in the UI
RECENTLY_VIEWED_CONTAINER
public static finalTestFXIdRECENTLY_VIEWED_CONTAINER
ID for the container that holds the recently viewed item panels in the UI
SIMILAR_ITEMS_CONTAINER
public static finalTestFXIdSIMILAR_ITEMS_CONTAINER
ID for the container that holds the similar item panels in the UI
FIRST_SEARCHED_ITEM_NAME_LABEL
public static finalTestFXIdFIRST_SEARCHED_ITEM_NAME_LABEL
ID for the name label of the first searchedItemPanel. The name label is used to avoid triggering external links elsewhere in the SearchedItemPanel
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.