Home Reference Source Repository
public class | source

InputBox

Extends:

react~React.Component → InputBox

Direct Subclass:

PasswordBox, UserNameBox

Generic component for an input box. This is subclassed by other components in the Login Form in order to render the username and password entries.

Constructor Summary

Public Constructor
public

Constructs an instance of InputBox

Member Summary

Public Members
public

props: *

Method Summary

Public Methods
public

render(): XML

Render the component into React's virtual DOM.

Public Constructors

public constructor(props: Object) source

Constructs an instance of InputBox

Params:

NameTypeAttributeDescription
props Object

The input box's static properties.

Public Members

public props: * source

Public Methods

public render(): XML source

Render the component into React's virtual DOM.

Return:

XML

The blueprint for an input box, with given properties