com.sybase.uep.bobclient.controls.celltable
Interface ICellAttributeTypeConstants


public interface ICellAttributeTypeConstants


Field Summary
static int IMAGE_REFERENCE_TYPE
          Represents a cell attribute type that a image reference is assigned to the attribute
static int IMAGE_STATE_TYPE
          Represents a cell attribute type that a group of image references that indicate MBO states are assigned to the attribute
static int IMAGE_VALUEMAPPING_TYPE
          Represents a cell attribute type that a group of mappings of MBO attribute value of image references are assigned to the attribute
static int LABEL_LITERAL_TYPE
          Represents a cell attribute type that a literal text is assigned to the attribute
static int MBO_ATTRIBUTE_TYPE
          Represents a cell attribute type that a mobile business object attribute is assigned to the attribute
static int VARIABLE_TYPE
          Represents a cell attribute type that a variable is assigned to the attribute
 

Field Detail

VARIABLE_TYPE

static final int VARIABLE_TYPE
Represents a cell attribute type that a variable is assigned to the attribute

See Also:
Constant Field Values

MBO_ATTRIBUTE_TYPE

static final int MBO_ATTRIBUTE_TYPE
Represents a cell attribute type that a mobile business object attribute is assigned to the attribute

See Also:
Constant Field Values

LABEL_LITERAL_TYPE

static final int LABEL_LITERAL_TYPE
Represents a cell attribute type that a literal text is assigned to the attribute

See Also:
Constant Field Values

IMAGE_REFERENCE_TYPE

static final int IMAGE_REFERENCE_TYPE
Represents a cell attribute type that a image reference is assigned to the attribute

See Also:
Constant Field Values

IMAGE_STATE_TYPE

static final int IMAGE_STATE_TYPE
Represents a cell attribute type that a group of image references that indicate MBO states are assigned to the attribute

See Also:
Constant Field Values

IMAGE_VALUEMAPPING_TYPE

static final int IMAGE_VALUEMAPPING_TYPE
Represents a cell attribute type that a group of mappings of MBO attribute value of image references are assigned to the attribute

See Also:
Constant Field Values