Home Reference Source Repository
public class | source

RFPdetails

Extends:

react~Component → RFPdetails

Method Summary

Public Methods
public

Invoked to update our fields

public

Invoked immediately before a component is unmounted and destroyed, to update our states

public

Fetches RFPkey

public

Fetches RFPs

public

Fetches Users

public

Fetches currentuser

public

render(): html

Loads the details

public
public

updateRFP(info: *)

Updates RFPs

Public Methods

public componentDidUpdate() source

Invoked to update our fields

public componentWillMount() source

Invoked immediately before a component is unmounted and destroyed, to update our states

public fetchRFPkey(): object source

Fetches RFPkey

Return:

object

RFPkey - return RFPkey

public fetchRFPs(): object source

Fetches RFPs

Return:

object

RFP - return RFP

public fetchUsers(): object source

Fetches Users

Return:

object

users - return users

public getCurrentUser(): object source

Fetches currentuser

Return:

object

user - return user

public render(): html source

Loads the details

Return:

html

returns html details

public requestUpdate() source

public updateRFP(info: *) source

Updates RFPs

Params:

NameTypeAttributeDescription
info *