forms

package
v0.0.0-...-a84d8d7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 1, 2017 License: BSD-3-Clause Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CaptureEnter

func CaptureEnter(callback func(*gr.Event)) func(*gr.Event)

func Checkbox

func Checkbox(name, key string, value bool, storeFunc func(*gr.Event)) *gr.Element

func CreateableSelectMeta

func CreateableSelectMeta(name, key string, options []string, optionsMeta map[string]string, value interface{}, storeSelect func(string, interface{})) *gr.Element

func CreateableSelectMultiple

func CreateableSelectMultiple(name, key string, options []string, s interface{}, storeSelect func(string, interface{})) *gr.Element

func DisableEnter

func DisableEnter(event *gr.Event)

func NumberField

func NumberField(name, key string, value interface{}, storeFunc func(*gr.Event)) *gr.Element

func SelectMultiple

func SelectMultiple(name, key string, options []string, value interface{}, storeSelect func(string, interface{})) *gr.Element

func SelectOne

func SelectOne(name, key string, options []string, value interface{}, storeSelect func(string, interface{})) *gr.Element

func SelectOneMeta

func SelectOneMeta(name, key string, options []string, optionsMeta map[string]string, value interface{}, storeSelect func(string, interface{})) *gr.Element

func TextArea

func TextArea(name, key string, value string, storeFunc func(*gr.Event)) *gr.Element

func TextField

func TextField(name, key string, v interface{}, storeFunc func(*gr.Event)) *gr.Element

func Toggle

func Toggle(falseName, trueName, key string, value interface{}, storeFunc func(*gr.Event)) *gr.Element

Types

type AlarmClassForm

type AlarmClassForm struct {
	*gr.This
}

func (AlarmClassForm) BuildClassForm

func (a AlarmClassForm) BuildClassForm(className string, optionsResp interface{}) *gr.Element

func (AlarmClassForm) ComponentWillMount

func (a AlarmClassForm) ComponentWillMount()

Implements the ComponentWillMount interface

func (AlarmClassForm) GetInitialState

func (a AlarmClassForm) GetInitialState() gr.State

Implements the StateInitializer interface

func (AlarmClassForm) Render

func (a AlarmClassForm) Render() gr.Component

type AutoscaleGroupClassForm

type AutoscaleGroupClassForm struct {
	*gr.This
}

func (AutoscaleGroupClassForm) BuildClassForm

func (a AutoscaleGroupClassForm) BuildClassForm(className string, optionsResp interface{}) *gr.Element

func (AutoscaleGroupClassForm) ComponentWillMount

func (a AutoscaleGroupClassForm) ComponentWillMount()

Implements the ComponentWillMount interface

func (AutoscaleGroupClassForm) GetInitialState

func (a AutoscaleGroupClassForm) GetInitialState() gr.State

Implements the StateInitializer interface

func (AutoscaleGroupClassForm) Render

type ImageClassForm

type ImageClassForm struct {
	*gr.This
}

func (ImageClassForm) BuildClassForm

func (i ImageClassForm) BuildClassForm(className string, optionsResp interface{}, instanceResp interface{}) *gr.Element

func (ImageClassForm) ComponentWillMount

func (i ImageClassForm) ComponentWillMount()

Implements the ComponentWillMount interface

func (ImageClassForm) GetInitialState

func (i ImageClassForm) GetInitialState() gr.State

Implements the StateInitializer interface

func (ImageClassForm) Render

func (i ImageClassForm) Render() gr.Component

type InstanceClassForm

type InstanceClassForm struct {
	*gr.This
}

func (InstanceClassForm) BuildClassForm

func (i InstanceClassForm) BuildClassForm(className string, optionsResp interface{}, iamResp interface{}) *gr.Element

func (InstanceClassForm) ComponentWillMount

func (i InstanceClassForm) ComponentWillMount()

Implements the ComponentWillMount interface

func (InstanceClassForm) GetInitialState

func (i InstanceClassForm) GetInitialState() gr.State

Implements the StateInitializer interface

func (InstanceClassForm) Render

func (i InstanceClassForm) Render() gr.Component

type KeyPairClassForm

type KeyPairClassForm struct {
	*gr.This
}

func (KeyPairClassForm) BuildClassForm

func (k KeyPairClassForm) BuildClassForm(className string, optionsResp interface{}) *gr.Element

func (KeyPairClassForm) ComponentWillMount

func (k KeyPairClassForm) ComponentWillMount()

Implements the ComponentWillMount interface

func (KeyPairClassForm) GetInitialState

func (k KeyPairClassForm) GetInitialState() gr.State

Implements the StateInitializer interface

func (KeyPairClassForm) Render

func (k KeyPairClassForm) Render() gr.Component

type LaunchConfigurationClassForm

type LaunchConfigurationClassForm struct {
	*gr.This
}

func (LaunchConfigurationClassForm) BuildClassForm

func (l LaunchConfigurationClassForm) BuildClassForm(className string, optionsResp interface{}) *gr.Element

func (LaunchConfigurationClassForm) ComponentWillMount

func (l LaunchConfigurationClassForm) ComponentWillMount()

Implements the ComponentWillMount interface

func (LaunchConfigurationClassForm) GetInitialState

func (l LaunchConfigurationClassForm) GetInitialState() gr.State

Implements the StateInitializer interface

func (LaunchConfigurationClassForm) Render

type LoadBalancerClassForm

type LoadBalancerClassForm struct {
	*gr.This
}

func (LoadBalancerClassForm) BuildClassForm

func (l LoadBalancerClassForm) BuildClassForm(className string, optionsResp interface{}) *gr.Element

func (LoadBalancerClassForm) ComponentWillMount

func (l LoadBalancerClassForm) ComponentWillMount()

Implements the ComponentWillMount interface

func (LoadBalancerClassForm) GetInitialState

func (l LoadBalancerClassForm) GetInitialState() gr.State

Implements the StateInitializer interface

func (LoadBalancerClassForm) Render

func (l LoadBalancerClassForm) Render() gr.Component

type RSSWidgetForm

type RSSWidgetForm struct {
	*gr.This
}

func (RSSWidgetForm) BuildWidgetForm

func (r RSSWidgetForm) BuildWidgetForm(widgetName string, optionsResp interface{}) *gr.Element

func (RSSWidgetForm) ComponentWillMount

func (r RSSWidgetForm) ComponentWillMount()

Implements the ComponentWillMount interface

func (RSSWidgetForm) GetInitialState

func (r RSSWidgetForm) GetInitialState() gr.State

Implements the StateInitializer interface

func (RSSWidgetForm) Render

func (r RSSWidgetForm) Render() gr.Component

type ScalingPolicyClassForm

type ScalingPolicyClassForm struct {
	*gr.This
}

func (ScalingPolicyClassForm) BuildClassForm

func (s ScalingPolicyClassForm) BuildClassForm(className string, optionsResp interface{}) *gr.Element

func (ScalingPolicyClassForm) ComponentWillMount

func (s ScalingPolicyClassForm) ComponentWillMount()

Implements the ComponentWillMount interface

func (ScalingPolicyClassForm) GetInitialState

func (s ScalingPolicyClassForm) GetInitialState() gr.State

Implements the StateInitializer interface

func (ScalingPolicyClassForm) Render

func (s ScalingPolicyClassForm) Render() gr.Component

type SecurityGroupClassForm

type SecurityGroupClassForm struct {
	*gr.This
}

func (SecurityGroupClassForm) BuildClassForm

func (s SecurityGroupClassForm) BuildClassForm(className string, optionsResp interface{}) *gr.Element

func (SecurityGroupClassForm) ComponentWillMount

func (s SecurityGroupClassForm) ComponentWillMount()

Implements the ComponentWillMount interface

func (SecurityGroupClassForm) GetInitialState

func (s SecurityGroupClassForm) GetInitialState() gr.State

Implements the StateInitializer interface

func (SecurityGroupClassForm) Render

func (s SecurityGroupClassForm) Render() gr.Component

type SnapshotClassForm

type SnapshotClassForm struct {
	*gr.This
}

func (SnapshotClassForm) BuildClassForm

func (s SnapshotClassForm) BuildClassForm(className string, optionsResp interface{}, volumeResp interface{}) *gr.Element

func (SnapshotClassForm) ComponentWillMount

func (s SnapshotClassForm) ComponentWillMount()

Implements the ComponentWillMount interface

func (SnapshotClassForm) GetInitialState

func (s SnapshotClassForm) GetInitialState() gr.State

Implements the StateInitializer interface

func (SnapshotClassForm) Render

func (s SnapshotClassForm) Render() gr.Component

type SubnetClassForm

type SubnetClassForm struct {
	*gr.This
}

func (SubnetClassForm) BuildClassForm

func (s SubnetClassForm) BuildClassForm(className string, optionsResp interface{}) *gr.Element

func (SubnetClassForm) ComponentWillMount

func (s SubnetClassForm) ComponentWillMount()

Implements the ComponentWillMount interface

func (SubnetClassForm) GetInitialState

func (s SubnetClassForm) GetInitialState() gr.State

Implements the StateInitializer interface

func (SubnetClassForm) Render

func (s SubnetClassForm) Render() gr.Component

type VolumeClassForm

type VolumeClassForm struct {
	*gr.This
}

func (VolumeClassForm) BuildClassForm

func (v VolumeClassForm) BuildClassForm(className string, optionsResp interface{}) *gr.Element

func (VolumeClassForm) ComponentWillMount

func (v VolumeClassForm) ComponentWillMount()

Implements the ComponentWillMount interface

func (VolumeClassForm) GetInitialState

func (v VolumeClassForm) GetInitialState() gr.State

Implements the StateInitializer interface

func (VolumeClassForm) Render

func (v VolumeClassForm) Render() gr.Component

type VpcClassForm

type VpcClassForm struct {
	*gr.This
}

func (VpcClassForm) BuildClassForm

func (v VpcClassForm) BuildClassForm(className string, optionsResp interface{}) *gr.Element

func (VpcClassForm) ComponentWillMount

func (v VpcClassForm) ComponentWillMount()

Implements the ComponentWillMount interface

func (VpcClassForm) GetInitialState

func (v VpcClassForm) GetInitialState() gr.State

Implements the StateInitializer interface

func (VpcClassForm) Render

func (v VpcClassForm) Render() gr.Component

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL