Home Reference Source

Function

Static Public Summary
public

AddForm(props: [type]): *

[AddForm description]

public

AddMicroServiceForm(submitSucceeded: [type], error: [type], handleSubmit: [type], pristine: [type], reset: [type], submitting: [type]): *

This function uses a redux-form to allow users to add new MicroService

public

App(children: Object): *

This is the basic application page which comprises of Layout components and children components to be rendered.

public

DetailView(serviceDetails: [type]): *

Component to display all fields of a microservice

public

EditForm(props: *): *

public

ErrorPage(): *

Error Page

public

Header()

Renders the branded Header at the top of the page

public

A component to allow Page navigation

public

SearchBox(props: *): *

Searchbox Component Used to filter data and search microservice.

public

ServiceTable(props: *): *

Renders the table

public

validate(values: Object): Object

A helper function to validate the various form fields

Static Public

public AddForm(props: [type]): * source

[AddForm description]

Params:

NameTypeAttributeDescription
props [type]

[description]

Return:

*

public AddMicroServiceForm(submitSucceeded: [type], error: [type], handleSubmit: [type], pristine: [type], reset: [type], submitting: [type]): * source

This function uses a redux-form to allow users to add new MicroService

Params:

NameTypeAttributeDescription
submitSucceeded [type]
error [type]
handleSubmit [type]
pristine [type]
reset [type]
submitting [type]

Return:

*

public App(children: Object): * source

This is the basic application page which comprises of Layout components and children components to be rendered.

Params:

NameTypeAttributeDescription
children Object

Page to be rendered as a child component

Return:

*

public DetailView(serviceDetails: [type]): * source

Component to display all fields of a microservice

Params:

NameTypeAttributeDescription
serviceDetails [type]

[description]

Return:

*

public EditForm(props: *): * source

Params:

NameTypeAttributeDescription
props *

Return:

*

public ErrorPage(): * source

Error Page

Return:

*

public Header() source

Renders the branded Header at the top of the page

public NavInstance() source

A component to allow Page navigation

Searchbox Component Used to filter data and search microservice.

Params:

NameTypeAttributeDescription
props *

Return:

*

public ServiceTable(props: *): * source

Renders the table

Params:

NameTypeAttributeDescription
props *

Return:

*

public validate(values: Object): Object source

A helper function to validate the various form fields

Params:

NameTypeAttributeDescription
values Object

A object that comprises of the values of the details entered in the add new Microservice form.

Return:

Object

A Object that specifies all the different errors that are discovered while performing validations.