Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
org.dartlang.analysis.server.protocol.FlutterWidgetPropertyEditorKind Class Reference

Static Public Attributes

static final String BOOL = "BOOL"
 
static final String DOUBLE = "DOUBLE"
 
static final String ENUM = "ENUM"
 
static final String ENUM_LIKE = "ENUM_LIKE"
 
static final String INT = "INT"
 
static final String STRING = "STRING"
 

Detailed Description

An enumeration of the kinds of property editors.

@coverage dart.server.generated.types

Definition at line 16 of file FlutterWidgetPropertyEditorKind.java.

Member Data Documentation

◆ BOOL

final String org.dartlang.analysis.server.protocol.FlutterWidgetPropertyEditorKind.BOOL = "BOOL"
static

The editor for a property of type bool.

Definition at line 21 of file FlutterWidgetPropertyEditorKind.java.

◆ DOUBLE

final String org.dartlang.analysis.server.protocol.FlutterWidgetPropertyEditorKind.DOUBLE = "DOUBLE"
static

The editor for a property of the type double.

Definition at line 26 of file FlutterWidgetPropertyEditorKind.java.

◆ ENUM

final String org.dartlang.analysis.server.protocol.FlutterWidgetPropertyEditorKind.ENUM = "ENUM"
static

The editor for choosing an item of an enumeration, see the enumItems field of FlutterWidgetPropertyEditor.

Definition at line 32 of file FlutterWidgetPropertyEditorKind.java.

◆ ENUM_LIKE

final String org.dartlang.analysis.server.protocol.FlutterWidgetPropertyEditorKind.ENUM_LIKE = "ENUM_LIKE"
static

The editor for either choosing a pre-defined item from a list of provided static field references (like ENUM), or specifying a free-form expression.

Definition at line 38 of file FlutterWidgetPropertyEditorKind.java.

◆ INT

final String org.dartlang.analysis.server.protocol.FlutterWidgetPropertyEditorKind.INT = "INT"
static

The editor for a property of type int.

Definition at line 43 of file FlutterWidgetPropertyEditorKind.java.

◆ STRING

final String org.dartlang.analysis.server.protocol.FlutterWidgetPropertyEditorKind.STRING = "STRING"
static

The editor for a property of the type String.

Definition at line 48 of file FlutterWidgetPropertyEditorKind.java.


The documentation for this class was generated from the following file: