SerializableValueList


Object Hierarchy:

Object hierarchy for SerializableValueList

Description:

[ Version ( deprecated = true , deprecated_since = "0.18" , replacement = "GXml.GomArrayString" ) ]
public class SerializableValueList : Object, SerializableProperty

Warning: SerializableValueList is deprecated since 0.18. Use GXml.GomArrayString.

Represent any value as string but a list of options by default to select from. property to be added as a GXml.Attribute to a GXml.Element.

All values are stored in an array to get access to it by its position using SerializableValueList.get_value_at.

Is recommended to initilize your list from a fixed array to avoid to have a list for each object in memory, do it by initialize the internal variable GXml.SerializableValueList._vals, at construct {} clause to point a fixed array of strings.


Namespace: GXml
Package: GXml-0.18

Content:

Creation methods:

Methods:

Fields:

Inherited Members:

All known members inherited from class GLib.Object