AI2 Component
(Version nb184)
|
Static Public Attributes | |
static final String | PROPERTY_TYPE_ASSET = "asset" |
static final String | PROPERTY_TYPE_BLUETOOTHCLIENT = "BluetoothClient" |
static final String | PROPERTY_TYPE_BOOLEAN = "boolean" |
static final String | PROPERTY_TYPE_HORIZONTAL_ALIGNMENT = "horizontal_alignment" |
static final String | PROPERTY_TYPE_VERTICAL_ALIGNMENT = "vertical_alignment" |
static final String | PROPERTY_TYPE_ACCELEROMETER_SENSITIVITY = "accelerometer_sensitivity" |
static final String | PROPERTY_TYPE_BUTTON_SHAPE = "button_shape" |
static final String | PROPERTY_TYPE_COLOR = "color" |
static final String | PROPERTY_TYPE_COMPONENT = "component" |
static final String | PROPERTY_TYPE_FLOAT = "float" |
static final String | PROPERTY_TYPE_GEOGRAPHIC_POINT = "geographic_point" |
static final String | PROPERTY_TYPE_INTEGER = "integer" |
static final String | PROPERTY_TYPE_LATITUDE = "latitude" |
static final String | PROPERTY_TYPE_LEGO_NXT_SENSOR_PORT = "lego_nxt_sensor_port" |
static final String | PROPERTY_TYPE_LEGO_NXT_GENERATED_COLOR = "lego_nxt_generated_color" |
static final String | PROPERTY_TYPE_LEGO_EV3_SENSOR_PORT = "lego_ev3_sensor_port" |
static final String | PROPERTY_TYPE_LEGO_EV3_SOUND_SENSOR_MODE = "lego_ev3_sound_sensor_mode" |
static final String | PROPERTY_TYPE_LEGO_EV3_COLOR_SENSOR_MODE = "lego_ev3_color_sensor_mode" |
static final String | PROPERTY_TYPE_LEGO_EV3_ULTRASONIC_SENSOR_MODE = "lego_ev3_ultrasonic_sensor_mode" |
static final String | PROPERTY_TYPE_LEGO_EV3_GYRO_SENSOR_MODE = "lego_ev3_gyro_sensor_mode" |
static final String | PROPERTY_TYPE_LEGO_EV3_GENERATED_COLOR = "lego_ev3_generated_color" |
static final String | PROPERTY_TYPE_CHOICES = "choices" |
static final String | PROPERTY_TYPE_LENGTH = "length" |
static final String | PROPERTY_TYPE_LONGITUDE = "longitude" |
static final String | PROPERTY_TYPE_MAP_UNIT_SYSTEM = "map_unit_system" |
static final String | PROPERTY_TYPE_MAP_TYPE = "map_type" |
static final String | PROPERTY_TYPE_MAP_ZOOM = "map_zoom" |
static final String | PROPERTY_TYPE_GEOJSON_TYPE = "geojson_type" |
static final String | PROPERTY_TYPE_NON_NEGATIVE_FLOAT = "non_negative_float" |
static final String | PROPERTY_TYPE_NON_NEGATIVE_INTEGER = "non_negative_integer" |
static final String | PROPERTY_TYPE_SCREEN_ORIENTATION = "screen_orientation" |
static final String | PROPERTY_TYPE_SCREEN_ANIMATION = "screen_animation" |
static final String | PROPERTY_TYPE_SENSOR_DIST_INTERVAL = "sensor_dist_interval" |
static final String | PROPERTY_TYPE_SENSOR_TIME_INTERVAL = "sensor_time_interval" |
static final String | PROPERTY_TYPE_STRING = "string" |
static final String | PROPERTY_TYPE_TEXT = "text" |
static final String | PROPERTY_TYPE_TEXTAREA = "textArea" |
static final String | PROPERTY_TYPE_SUBSET_JSON = "subset_json" |
static final String | PROPERTY_TYPE_TEXTALIGNMENT = "textalignment" |
static final String | PROPERTY_TYPE_TOAST_LENGTH = "toast_length" |
static final String | PROPERTY_TYPE_TYPEFACE = "typeface" |
static final String | PROPERTY_TYPE_VISIBILITY = "visibility" |
static final String | PROPERTY_TYPE_TEXT_RECEIVING = "text_receiving" |
static final String | PROPERTY_TYPE_TEXT_TO_SPEECH_COUNTRIES = "countries" |
static final String | PROPERTY_TYPE_TEXT_TO_SPEECH_LANGUAGES = "languages" |
static final String | PROPERTY_TYPE_SIZING = "sizing" |
static final String | PROPERTY_TYPE_FIREBASE_URL = "FirbaseURL" |
static final String | PROPERTY_TYPE_SCALING = "scaling" |
static final String | PROPERTY_TYPE_THEME = "theme" |
static final String | PROPERTY_TYPE_NAVIGATION_METHOD = "navigation_method" |
Constants for specifying which PropertyEditor should be used for modifying a property value within the Designer. This is used within com.google.appinventor.components.annotations.DesignerProperty#editorType().
Definition at line 14 of file PropertyTypeConstants.java.
|
static |
Accelerometer sensitivity.
Definition at line 50 of file PropertyTypeConstants.java.
|
static |
User-uploaded assets.
Definition at line 22 of file PropertyTypeConstants.java.
|
static |
Instances of com.google.appinventor.components.runtime.BluetoothClient in the current project.
Definition at line 28 of file PropertyTypeConstants.java.
|
static |
Boolean values.
Definition at line 35 of file PropertyTypeConstants.java.
|
static |
Button shapes.
Definition at line 57 of file PropertyTypeConstants.java.
|
static |
Choices.
Definition at line 157 of file PropertyTypeConstants.java.
|
static |
Any of the colors specified in {}.
Definition at line 63 of file PropertyTypeConstants.java.
|
static |
Component instances in the current project.
Definition at line 70 of file PropertyTypeConstants.java.
|
static |
FirebaseURL – A type of String property that has a special default value selected via a checkbox.
Definition at line 310 of file PropertyTypeConstants.java.
|
static |
Floating-point values.
Definition at line 76 of file PropertyTypeConstants.java.
|
static |
A latitude, longitude pair expressed as a comma-separated string.
Definition at line 82 of file PropertyTypeConstants.java.
|
static |
GeoJSON from media or URL for the FeatureCollection component.
Definition at line 194 of file PropertyTypeConstants.java.
|
static |
Arrangement alignment.
Definition at line 42 of file PropertyTypeConstants.java.
|
static |
Integer values.
Definition at line 88 of file PropertyTypeConstants.java.
|
static |
Floating-point values limited to valid latitudes [-90, 90].
Definition at line 94 of file PropertyTypeConstants.java.
|
static |
Lego EV3 color sensor mode.
Definition at line 129 of file PropertyTypeConstants.java.
|
static |
Colors recognizable by Lego EV3 sensors.
Definition at line 150 of file PropertyTypeConstants.java.
|
static |
Lego EV3 gyro sensor mode.
Definition at line 143 of file PropertyTypeConstants.java.
|
static |
Lego EV3 sensor ports.
Definition at line 115 of file PropertyTypeConstants.java.
|
static |
Lego EV3 sound sensor mode.
Definition at line 122 of file PropertyTypeConstants.java.
|
static |
Lego EV3 ultrasonic sensor mode.
Definition at line 136 of file PropertyTypeConstants.java.
|
static |
Colors recognizable by Lego NXT sensors.
Definition at line 108 of file PropertyTypeConstants.java.
|
static |
Lego NXT sensor ports.
Definition at line 101 of file PropertyTypeConstants.java.
|
static |
Length editor (e.g., width, height)
Definition at line 163 of file PropertyTypeConstants.java.
|
static |
Floating-point values in the range of valid longitudes [-180, 180].
Definition at line 169 of file PropertyTypeConstants.java.
|
static |
Map types supported by the Map component.
Definition at line 181 of file PropertyTypeConstants.java.
|
static |
Unit system for the map scale bar.
Definition at line 174 of file PropertyTypeConstants.java.
|
static |
Integer values limited to the range of valid map zoom levels [1, 18].
Definition at line 187 of file PropertyTypeConstants.java.
|
static |
Choices of navigation methods. {}
Definition at line 329 of file PropertyTypeConstants.java.
|
static |
Non-negative (positive or zero) floating-point values.
Definition at line 200 of file PropertyTypeConstants.java.
|
static |
Non-negative (positive or zero) integers.
Definition at line 206 of file PropertyTypeConstants.java.
|
static |
Specifies how a picture is scaled when its dimensions are changed. Choices are 0 - Scale proportionally, 1 - Scale to fit See com.google.appinventor.client.widgets.properties.ScalingChoicePropertyEditor
Definition at line 317 of file PropertyTypeConstants.java.
|
static |
Choices of screen animations offered by {}.
Definition at line 218 of file PropertyTypeConstants.java.
|
static |
Choices of screen orientations offered by {}.
Definition at line 212 of file PropertyTypeConstants.java.
|
static |
Minimum distance interval, in meters, that the location sensor will try to use for sending out location updates. See com.google.appinventor.components.runtime.LocationSensor.
Definition at line 224 of file PropertyTypeConstants.java.
|
static |
Minimum time interval, in milliseconds, that the location sensor use to send out location updates. See com.google.appinventor.components.runtime.LocationSensor.
Definition at line 230 of file PropertyTypeConstants.java.
|
static |
Choices of the "Sizing" property in Form.java. Used to specify if we are going to use the true size of the real screen (responsize) or scale automatically to make all devices look like an old phone (fixed).
Definition at line 303 of file PropertyTypeConstants.java.
|
static |
Strings. This has the same effect as, but is preferred in component definitions to, PROPERTY_TYPE_TEXT).
Definition at line 237 of file PropertyTypeConstants.java.
|
static |
The Subset JSON property editor pops up a web form for the selection of components and blocks to be included in the subset.
Definition at line 254 of file PropertyTypeConstants.java.
|
static |
Text. This has the same effect as PROPERTY_TYPE_STRING, which is preferred everywhere except as the default value for {}. com.google.appinventor.client.widgets.properties.TextPropertyEditor com.google.appinventor.client.widgets.properties.TextAreaPropertyEditor
Definition at line 246 of file PropertyTypeConstants.java.
|
static |
Choices of Text Receiving options. {}.
Definition at line 284 of file PropertyTypeConstants.java.
|
static |
Choices of text-to-speech countries. {}.
Definition at line 290 of file PropertyTypeConstants.java.
|
static |
Choices of text-to-speech languages. {}.
Definition at line 296 of file PropertyTypeConstants.java.
|
static |
Choices of text alignment (left, center, right) offered by {}.
Definition at line 260 of file PropertyTypeConstants.java.
|
static |
Definition at line 248 of file PropertyTypeConstants.java.
|
static |
Choices of theming for App Inventor apps. See com.google.appinventor.client.editor.youngandroid.properties.YoungAndroidThemeChoicePropertyEditor
Definition at line 323 of file PropertyTypeConstants.java.
|
static |
Choices of toast display length (short, long) offered by {}.
Definition at line 266 of file PropertyTypeConstants.java.
|
static |
Choices of typefaces offered by {}.
Definition at line 272 of file PropertyTypeConstants.java.
|
static |
Definition at line 43 of file PropertyTypeConstants.java.
|
static |
Choices of visibility for view components offered by {}.
Definition at line 278 of file PropertyTypeConstants.java.