Tizen Native API
3.0
|
Enumeration for the instance of properties belonging to the TextField class. More...
Public Types | |
enum | |
Enumeration for the instance of properties belonging to the TextField class. More... |
Detailed Description
Enumeration for the instance of properties belonging to the TextField class.
- Since:
- 2.4, DALi version 1.0.0
Member Enumeration Documentation
anonymous enum |
Enumeration for the instance of properties belonging to the TextField class.
- Since:
- 2.4, DALi version 1.0.0
- Enumerator:
RENDERING_BACKEND name "renderingBackend", The type or rendering e.g. bitmap-based, type INT
- Since:
- 2.4, DALi version 1.0.0
TEXT name "text", The text to display in UTF-8 format, type STRING
- Since:
- 2.4, DALi version 1.0.0
PLACEHOLDER_TEXT name "placeholderText", The text to display when the TextField is empty and inactive, type STRING
- Since:
- 2.4, DALi version 1.0.0
PLACEHOLDER_TEXT_FOCUSED name "placeholderTextFocused", The text to display when the TextField is empty with key-input focus, type STRING
- Since:
- 2.4, DALi version 1.0.0
FONT_FAMILY name "fontFamily", The requested font family, type STRING
- Since:
- 2.4, DALi version 1.0.0
FONT_STYLE name "fontStyle", The requested font style, type STRING
- Since:
- 2.4, DALi version 1.0.0
POINT_SIZE name "pointSize", The size of font in points, type FLOAT
- Since:
- 2.4, DALi version 1.0.0
MAX_LENGTH name "maxLength" The maximum number of characters that can be inserted, type INTEGER
- Since:
- 2.4, DALi version 1.0.0
EXCEED_POLICY name "exceedPolicy" Specifies how the text is truncated when it does not fit, type INTEGER
- Since:
- 2.4, DALi version 1.0.0
HORIZONTAL_ALIGNMENT name "horizontalAlignment", The line horizontal alignment, type STRING, values "BEGIN", "CENTER", "END"
- Since:
- 2.4, DALi version 1.0.0
VERTICAL_ALIGNMENT name "verticalAlignment", The line vertical alignment, type STRING, values "TOP", "CENTER", "BOTTOM"
- Since:
- 2.4, DALi version 1.0.0
TEXT_COLOR name "textColor", The text color, type VECTOR4
- Since:
- 2.4, DALi version 1.0.0
PLACEHOLDER_TEXT_COLOR name "placeholderTextColor", The placeholder-text color, type VECTOR4
- Since:
- 2.4, DALi version 1.0.0
SHADOW_OFFSET name "shadowOffset", The drop shadow offset 0 indicates no shadow, type VECTOR2
- Deprecated:
- Deprecated since 3.0, DALi version 1.1.37 Use SHADOW instead.
SHADOW_COLOR name "shadowColor", The color of a drop shadow, type VECTOR4
- Deprecated:
- Deprecated since 3.0, DALi version 1.1.37 Use SHADOW instead.
PRIMARY_CURSOR_COLOR name "primaryCursorColor", The color to apply to the primary cursor, type VECTOR4
- Since:
- 2.4, DALi version 1.0.0
SECONDARY_CURSOR_COLOR name "secondaryCursorColor", The color to apply to the secondary cursor, type VECTOR4
- Since:
- 2.4, DALi version 1.0.0
ENABLE_CURSOR_BLINK name "enableCursorBlink", Whether the cursor should blink or not, type BOOLEAN
- Since:
- 2.4, DALi version 1.0.0
CURSOR_BLINK_INTERVAL name "cursorBlinkInterval", The time interval in seconds between cursor on/off states, type FLOAT
- Since:
- 2.4, DALi version 1.0.0
CURSOR_BLINK_DURATION name "cursorBlinkDuration", The cursor will stop blinking after this number of seconds (if non-zero), type FLOAT
- Since:
- 2.4, DALi version 1.0.0
CURSOR_WIDTH name "cursorWidth", The cursor width, type INTEGER
- Since:
- 2.4, DALi version 1.0.0
GRAB_HANDLE_IMAGE name "grabHandleImage", The image to display for the grab handle, type STRING
- Since:
- 2.4, DALi version 1.0.0
GRAB_HANDLE_PRESSED_IMAGE name "grabHandlePressedImage", The image to display when the grab handle is pressed, type STRING
- Since:
- 2.4, DALi version 1.0.0
SCROLL_THRESHOLD name "scrollThreshold" Horizontal scrolling will occur if the cursor is this close to the control border, type FLOAT
- Since:
- 2.4, DALi version 1.0.0
SCROLL_SPEED name "scrollSpeed" The scroll speed in pixels per second, type FLOAT
- Since:
- 2.4, DALi version 1.0.0
SELECTION_HANDLE_IMAGE_LEFT name "selectionHandleImageLeft", The image to display for the left selection handle, type MAP
- Since:
- 2.4, DALi version 1.0.0
SELECTION_HANDLE_IMAGE_RIGHT name "selectionHandleImageRight", The image to display for the right selection handle, type MAP
- Since:
- 2.4, DALi version 1.0.0
SELECTION_HANDLE_PRESSED_IMAGE_LEFT name "selectionHandlePressedImageLeft", The image to display when the left selection handle is pressed, type MAP
- Since:
- 2.4, DALi version 1.0.0
SELECTION_HANDLE_PRESSED_IMAGE_RIGHT name "selectionHandlePressedImageRight", The image to display when the right selection handle is pressed, type MAP
- Since:
- 2.4, DALi version 1.0.0
SELECTION_HANDLE_MARKER_IMAGE_LEFT name "selectionHandleMarkerImageLeft", The image to display for the left selection handle marker, type MAP
- Since:
- 2.4, DALi version 1.0.0
SELECTION_HANDLE_MARKER_IMAGE_RIGHT name "selectionHandleMarkerImageRight", The image to display for the right selection handle marker, type MAP
- Since:
- 2.4, DALi version 1.0.0
SELECTION_HIGHLIGHT_COLOR name "selectionHighlightColor", The color of the selection highlight, type VECTOR4
- Since:
- 2.4, DALi version 1.0.0
DECORATION_BOUNDING_BOX name "decorationBoundingBox", The decorations (handles etc) will positioned within this area on-screen, type RECTANGLE
- Since:
- 2.4, DALi version 1.0.0
INPUT_METHOD_SETTINGS name "inputMethodSettings", The settings to relating to the System's Input Method, Key and Value type MAP
- Since:
- 2.4, DALi version 1.0.0
INPUT_COLOR name "inputColor", The color of the new input text, type VECTOR4
- Since:
- 2.4, DALi version 1.0.0
ENABLE_MARKUP name "enableMarkup", Whether the mark-up processing is enabled. type BOOLEAN
- Since:
- 2.4, DALi version 1.0.0
INPUT_FONT_FAMILY name "inputFontFamily", The font's family of the new input text, type STRING
- Since:
- 2.4, DALi version 1.0.0
INPUT_FONT_STYLE name "inputFontStyle", The font's style of the new input text, type STRING
- Since:
- 2.4, DALi version 1.0.0
INPUT_POINT_SIZE name "inputPointSize", The font's size of the new input text in points, type FLOAT
- Since:
- 2.4, DALi version 1.0.0
UNDERLINE name "underline" The default underline parameters, type STRING
- Since:
- 3.0, DALi version 1.1.37
INPUT_UNDERLINE name "inputUnderline" The underline parameters of the new input text, type STRING
- Since:
- 3.0, DALi version 1.1.37
SHADOW name "shadow" The default shadow parameters, type STRING
- Since:
- 3.0, DALi version 1.1.37
INPUT_SHADOW name "inputShadow" The shadow parameters of the new input text, type STRING
- Since:
- 3.0, DALi version 1.1.37
EMBOSS name "emboss" The default emboss parameters, type STRING
- Since:
- 3.0, DALi version 1.1.37
INPUT_EMBOSS name "inputEmboss" The emboss parameters of the new input text, type STRING
- Since:
- 3.0, DALi version 1.1.37
OUTLINE name "outline" The default outline parameters, type STRING
- Since:
- 3.0, DALi version 1.1.37
INPUT_OUTLINE name "inputOutline" The outline parameters of the new input text, type STRING
- Since:
- 3.0, DALi version 1.1.37