Class: TextFieldType

TextFieldType

TextFieldType クラスは、TextField クラスの type プロパティの設定で使用される定数値の列挙です。
The TextFieldType class is an enumeration of constant values used in setting
the type property of the TextField class.

new next2d.text.TextFieldType ()

Members

next2d.text.TextFieldType.INPUT staticconstant

input TextField を指定するために使用されます。
Used to specify an input TextField.

Default Value:
  • input

next2d.text.TextFieldType.namespace staticconstant

指定されたクラスの空間名を返します。
Returns the space name of the specified class.

Default Value:
  • next2d.text.TextFieldType

next2d.text.TextFieldType.STATIC staticconstant

静的な TextField を指定するために使用されます。
Used to specify an static TextField.

Default Value:
  • static

namespace constant

指定されたオブジェクトの空間名を返します。
Returns the space name of the specified object.

Default Value:
  • next2d.text.TextFieldType

Methods

next2d.text.TextFieldType.toString ()string static

指定されたクラスのストリングを返します。
Returns the string representation of the specified class.

Default Value:
  • [class TextFieldType]
Returns:
TypeDescription
string

toString ()string

指定されたオブジェクトのストリングを返します。
Returns the string representation of the specified object.

Default Value:
  • [object TextFieldType]
Returns:
TypeDescription
string