Tizen Native API
5.0
|
The validation helper feature.
Functions | |
Elm_Validator_Regexp * | elm_validator_regexp_new (const char *pattern, const char *signal) |
Create a new regex validator. General designed for validate inputed entry text. | |
void | elm_validator_regexp_free (Elm_Validator_Regexp *validator) |
Delete the existing regex validator. | |
Elm_Regexp_Status | elm_validator_regexp_status_get (Elm_Validator_Regexp *validator) |
Get the validation status. | |
Typedefs | |
typedef struct _Elm_Validate_Content | Elm_Validate_Content |
typedef struct _Elm_Validator_Regexp | Elm_Validator_Regexp |
Typedef Documentation
typedef struct _Elm_Validate_Content Elm_Validate_Content |
Data for the elm_validator_regexp_helper()
typedef struct _Elm_Validator_Regexp Elm_Validator_Regexp |
The Regexp validator data.
Enumeration Type Documentation
enum Elm_Regexp_Status |
Function Documentation
void elm_validator_regexp_free | ( | Elm_Validator_Regexp * | validator | ) |
Delete the existing regex validator.
- Parameters:
-
validator The given validator
- See also:
- elm_validator_regexp_new()
- Since (EFL) :
- 1.14
Elm_Validator_Regexp* elm_validator_regexp_new | ( | const char * | pattern, |
const char * | signal | ||
) |
Create a new regex validator. General designed for validate inputed entry text.
- Parameters:
-
pattern The regex pattern signal The part of signal name, which will be emitted to style
- Returns:
- The regex validator
- See also:
- elm_validator_regexp_free()
- elm_validator_regexp_status_get()
- elm_validator_regexp_helper()
- Since (EFL) :
- 1.14
Elm_Regexp_Status elm_validator_regexp_status_get | ( | Elm_Validator_Regexp * | validator | ) |
Get the validation status.
- Parameters:
-
The given validator
- Note:
- All return value see here: http://www.gnu.org/software/libc/manual/html_node/Regular-Expressions.html
- Since (EFL) :
- 1.14