Class: LocationPicker

LocationPicker()

component allowing to pick building, room and show-case using select boxes

Constructor

new LocationPicker()

Source:

Members

fetchRooms

function for getting all rooms depending on building in state

Source:

fetchShowcases

function for getting all showcases depending on room in state

Source:

onBuildingChange

Reacts on building change

Source:

onRoomChange

Reacts on room change

Source:

onShowcaseChange

Reacts on showcase change

Source:

state

current state

Source:

Methods

render() → {JSX.Element}

renders component to pick location

Source:
Returns:

component to pick location

Type
JSX.Element