Tizen Native API  6.5
Dali::InputMethod::NumberOnlyLayout Namespace Reference

Available variation for Number only layout. More...

Enumerations

enum  Type
 Enumeration for NumberOnlyLayout Variation type. More...

Detailed Description

Available variation for Number only layout.

Since:
5.0, DALi version 1.3.20

Enumeration Type Documentation

Enumeration for NumberOnlyLayout Variation type.

Since:
5.0, DALi version 1.3.20
Enumerator:
NORMAL 

The plain normal number layout.

Since:
5.0, DALi version 1.3.20
WITH_SIGNED 

The number layout to allow a positive or negative sign at the start.

Since:
5.0, DALi version 1.3.20
WITH_DECIMAL 

The number layout to allow decimal point to provide fractional value.

Since:
5.0, DALi version 1.3.20
WITH_SIGNED_AND_DECIMAL 

The number layout to allow decimal point and negative sign.

Since:
5.0, DALi version 1.3.20