DhListTypeEnum Class

DhListTypeEnum Class

This Package | All Packages

Enum
  |
  +--DhListTypeEnum
public class DhListTypeEnum
extends Enum

Provides constants and support for list types in a DhList control.

Fields
Name Description
BULLETED Represents a list in which each item has a small bullet.
DIR Represents a list in which each item has a large bullet.
LARGE_LETTER Represents a list in which each item has an assigned uppercase letter.
LARGE_ROMAN Represents a list in which each item has an assigned uppercase roman numeral
MENU Represents a list in which each item has a large bullet.
NUMBERED Represents a list in which each item has an assigned number.
SMALL_LETTER Represents a list in which each item has an assigned lowercase letter.
SMALL_ROMAN Represents a list in which each item has an assigned lowercase roman numeral.

Methods
Name Description
ensureValid(int n ) Topic under construction.
valid(int n) Topic under construction.

Fields

DhListTypeEnum.BULLETED

Syntax
public final static int BULLETED;
Description
Represents a list in which each item has a small bullet.

DhListTypeEnum.DIR

Syntax
public final static int DIR;
Description
Represents a list in which each item has a large bullet.

DhListTypeEnum.LARGE_LETTER

Syntax
public final static int LARGE_LETTER;
Description
Represents a list in which each item has an assigned uppercase letter.

DhListTypeEnum.LARGE_ROMAN

Syntax
public final static int LARGE_ROMAN;
Description
Represents a list in which each item has an assigned uppercase roman numeral

DhListTypeEnum.MENU

Syntax
public final static int MENU;
Description
Represents a list in which each item has a large bullet. This is similar to MENU.

DhListTypeEnum.NUMBERED

Syntax
public final static int NUMBERED;
Description
Represents a list in which each item has an assigned number.

DhListTypeEnum.SMALL_LETTER

Syntax
public final static int SMALL_LETTER;
Description
Represents a list in which each item has an assigned lowercase letter.

DhListTypeEnum.SMALL_ROMAN

Syntax
public final static int SMALL_ROMAN;
Description
Represents a list in which each item has an assigned lowercase roman numeral.

Methods

DhListTypeEnum.ensureValid

Syntax
public static void ensureValid( int n );
Description

Topic under construction.

DhListTypeEnum.valid

Syntax
public static boolean valid( int n );
Description

Topic under construction.